Skip to content

Instantly share code, notes, and snippets.

View emce's full-sized avatar

Mike Cwiklinski emce

View GitHub Profile
alias u='apt-get update'
alias uu='apt-get clean && apt-get update && apt-get dist-upgrade'
alias ir='apt-get install'
alias ie='apt-get -t experimental install'
alias i='apt-get --no-install-recommends install'
alias r='apt-get remove --purge'
alias aur='apt-get autoremove --purge'
alias aif='apt-get -f install'
alias installed='dpkg --get-selections'
alias s='apt-cache search'