Tips & Tricks
### print multiple logs: ls -tr | tail -8 | xargs tail -f ### check free space df -h ### Start apache /etc/init.d/httpd restart ### kill python ps -ef | grep Python | grep -v grep | awk '{ print $2 }' | xargs kill -9