About 50 results
Open links in new tab
  1. What is the difference between "." "./" and "source"?

    Sep 27, 2016 · The above executes the script. When the script is done, any changes that it made to the environment are discarded. . script The above sources the script. It is as if the commands had been …

  2. Source vs . why different behaviour? - Unix & Linux Stack Exchange

    source is a shell keyword that is supposed to be used like this: source file where file contains valid shell commands. These shell commands will be executed in the current shell as if typed from the …

  3. Why can `BASH_SOURCE` be used to obtain the current directory of the ...

    Jul 30, 2020 · I've read that BASH_SOURCE should be populated with the name of the executing script (and it works!). But why does BASH_SOURCE hold the name of the executing script, when it is …

  4. Where to download Linux Kernel source code of a specific version ...

    Is there a resource to download a specific kernel version source? For example, I want to get 2.6.36.2 sources to compare with this package and see what changes were introduced?

  5. Conflicting values set for option Signed-By regarding source

    Jan 16, 2023 · Conflicting values set for option Signed-By regarding source Ask Question Asked 3 years, 2 months ago Modified 6 days ago

  6. How to run source and export inside a systemd unit file to start the ...

    Oct 4, 2021 · Is test.startup the same as the bash script you posted, or is it something different? Are you trying to run source and export in the service file directly or in test.startup?

  7. kernel martian source to and from same IP - Unix & Linux Stack Exchange

    We are intermittently seeing kernel: martian source log entries for eth0 on a couple of our servers. The interesting thing is that they are to and from the same IP. For instance: Nov 4 02:20:27

  8. Is Kali Linux 2.0 Fully Open Source?

    Aug 24, 2015 · 1 Kali, like Debian, is fully open source. However, there are many closed source tools which might be of great interest to the Kali user and, as such, they have been made available …

  9. Tips for putting ~ under source control - Unix & Linux Stack Exchange

    Oct 3, 2016 · I want to put my home directory (~) under source control (git, in this case), as I have many setting files (.gitconfig, .gitignore, .emacs, etc.) in there I would like to carry across machines, and

  10. Is there an open source tool to measure cpu performance?

    I have used many times ab for measuring web performance, hdparm for measuring hard disk performance and netperf for measuring network performance. But I didn't find any tools to measure …