Please bear with us as we work to restore functionality to dotfiles.org.
Just some alias that I use alot.... Nothing special, and the ideas actually came from other users dotfiles here.
alias la='ls -a'
alias ll='ls -l'
alias ltr='ls -ltr'
alias update='sudo apt-get update'
alias upgrade='sudo apt-get upgrade'
alias dist-upgrade='sudo apt-get dist-upgrade'