Debian Admin
Bootstraping a Debian Machine
Installing Essential Linux Tools sudo apt update sudo apt install -y at bash-completion bzip2 c...
Bootstrap a Machine
Control Groups
Networking
Cap NIC Auto-Negotiation
10mbps ethtool -s $NIC autoneg on advertise 0x002 100mbps ethtool -s $NIC autoneg on advertise 0...
SSH Cheatsheet
Socks proxy tunel ssh -D <PORT> -C -N <HOST> Accept ssh-rsa ssh -oHostKeyAlgorithms=+ssh-rsa -oP...
wget cheatsheet
Make a "static" copy of website wget -k -K -E -r -l 10 -p -N -F --restrict-file-names=windows -nH...