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. 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?

  4. 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, 3 months ago Modified 19 days ago

  5. Open new terminal with environment specified by source command

    Oct 2, 2022 · The terminal closes again as soon as the source cmd has finished executing. Though you can't be blamed for thinking that would surely work: putting the source cmd in a script and running …

  6. Now that apt-key is deprecated, how do you add an Ubuntu PPA as a ...

    Nov 29, 2021 · Background In the past, if you wanted to install software from an Ubuntu PPA in Debian, the approach was to import/trust the developer's GPG key from keyserver.ubuntu.com, $ sudo apt …

  7. Where should I put my source code? - Unix & Linux Stack Exchange

    Aug 23, 2018 · Source code may be placed in this subdirectory, only for reference purposes. with a footnote adding that Generally, source should not be built within this hierarchy. It’s your system …

  8. Difference between compiling source and installing package?

    For packages with source, you could always compile youself. Are there are notable differences between the results of compiling by hand and installing a package? (assume the code base is the same)

  9. How to "source" a specific variable - Unix & Linux Stack Exchange

    Apr 16, 2020 · Also ${BASH_SOURCE} will give the user a hint to the location of the file. The second line # -*-mode:sh;sh-shell:bash;fill-column:84-*- is for Emacs to figure out how to highlight and indent …

  10. sudo command doesn't source /root/.bashrc

    Sep 9, 2015 · sudo command doesn't source /root/.bashrc Ask Question Asked 10 years, 7 months ago Modified 3 years ago