netstat -A inet -p ss -tp

stackoverflow.com

for dir in /tmp/*/ do dir=${dir%*/} echo ${dir##*/} done

find . -type d -ctime +60 -exec rm -rf {} +

Toolbox Cash on Go's deck

rsync --partial --progress --rsh=ssh user@host:remote_file local_file https://www.digitalocean.com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories-on-a-vps

wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2%2Fwww.oracle.com%2F" "http://download.oracle.com/otn-pub/java/jdk/7u51-b13/jdk-7u51-linux-i586.rpm"

Toolbox Cash on Go's deck

nohup find /Backup/ -type f -execdir shred -zu -n7 '{}' \; &

sed -i".bak" '3d' filename.txt

Best results in other decks

drupal.org

Probably the most useful, least cryptic guide I've found in awhile. For bonus points, here's re-rolling.

git branch -m old_branch new_branch

Search in all decks