14Jan/14

Maintaining Time on Debian – Datetime and NTP client and server

Just my notes/copy pastes from reading on the following links My sources for this: http://www.debianadmin.com/ntp-server-and-client-configuration-in-debian.html http://www.cyberciti.biz/faq/debian-ubuntu-linux-install-ntpd/ http://www.debian.org/doc/manuals/system-administrator/ch-sysadmin-time.html Plus two more cant find em   DATETIME AND NTP CLIENT AND SERVER ################################## ##################################Read More…

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…