Useful aliases
-
You could make an alias to show open ports in your system.
alias openports='netstat -nape --inet' -
This will print out detailed information about the ssh process.
Usage:alias psx="ps -auxw ¦ grep $1"psx ssh -
Total Disk Space Info
alias diskspace='df -h --total'