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

    Sep 27, 2016 · 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 typed in directly. Any …

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

  4. How to compile and install programs from source

    That being said... +1 bump for asking a common question that should be answered for all newcomers to *nix systems. :) Building from source sometimes means the difference between fixing a nasty bug …

  5. Where to find the source code for ps? - Unix & Linux Stack Exchange

    Sep 19, 2012 · I want to check out the source code for commands such as ps. It seems to be impossible to search LXR (linux.no) for "ps". Where do I find it?

  6. How to correctly add a path to PATH? - Unix & Linux Stack Exchange

    Feb 21, 2016 · I'm wondering where a new path has to be added to the PATH environment variable. I know this can be accomplished by editing .bashrc (for example), but it's not clear how to do this. This …

  7. After installing oh-my-zsh: ... /.zshrc:source:34: no such file or ...

    I just tried to install oh-my-zsh. I get the following error when I try to run rvm: zsh: command not found: rvm I also get the following error when I try to open a ...

  8. How can I reduce a video's size with ffmpeg?

    How can I use ffmpeg to reduce the size of a video by lowering the quality (as minimally as possible, naturally, because I need it to run on a mobile device that doesn't have much available space)?...

  9. Can you build apt-get from source? - Unix & Linux Stack Exchange

    Jun 29, 2016 · You can build apt-get from source. The source of a Debian package is always available from the package page (except for some packages in the non-free component).

  10. What do the sink and source keywords mean in pulseaudio?

    For example, pacmd list-source-outputs will list digital streams from some source to some output, basically the connections between source devices (hardware) and software output s (applications).