The Linux Book

How to install packages on Ubuntu Linux

$ sudo apt-get install nodejs

How to copy files securely from one machine to another

$ rsync -av /repos/happydays root@192.168.0.8:~/myrepos/happydays

Last updated