14Jan/14

JOBS & PROCESS CONTROL – moving process to background – a new process, or a running process – bg/fg & the difference between disown/disown -h/nohup

A Rather Long Introduction Great article: http://www.cyberciti.biz/faq/unix-linux-disown-command-examples-usage-syntax/ Also this one:  http://unix.stackexchange.com/questions/3886/difference-between-nohup-disown-and Can put a process into background using “command &“, typing “fg” will bring it to the foreground, you can press control-z toRead More…

14Jan/14

Download the .debs from a package

Download the .debs from a package  Good links: https://help.ubuntu.com/community/AptGet/Howto http://www.cyberciti.biz/tips/linux-debian-package-management-cheat-sheet.html http://www.cyberciti.biz/howto/question/linux/apt-get-cheat-sheet.php  WAY1: For new apt 0.8 and newer we have have “apt-get download” List your version apt-get OUTPUT FOR ME: 0.9.7.8 cdRead More…