Access clipboard(pasteboard)
pbcopy & pbpasteecho 'hello world!' | pbcopy #copy to the pasteboard echo `pbpaste`
Power Manager Setting
pmsetpmset sleepnow #sleep the machine immediatelyNetwork
Find info of particular port
sudo lsof -P | grep [PORT_NUM]Process
Find process using PID
Kill Process with PID
ps aux | grep [PID]Kill Process with PID
kill [PID]