Author: Christopher Scott
-
Determining a directory’s size in Linux & Mac OS X
du -ch <directory> | grep total
-
Test UDP port
nc -zu <IPaddress> <UDPport>
-
Adding GUI to Ubuntu Server
sudo apt-get update sudo apt-get upgrade sudo apt-get install ubuntu-desktop (optionally, “sudo apt-get install ubuntu-desktop” to exclude common desktop apps)