Skip to content

Instantly share code, notes, and snippets.

View khaosdoctor's full-sized avatar
:shipit:
Always trying, never giving up

Lucas Santos khaosdoctor

:shipit:
Always trying, never giving up
View GitHub Profile
@augustohp
augustohp / to-apple.md
Last active June 5, 2023 18:49
To: Apple

Apple,

You are a company I learned to love and hate. In that same order.

  • I love the way you try to reach excellence in everything you do
  • I hate the way you try to fuck everyone else who tries to do same

Things I (still) love

  • The MacBook (track pad) is a great piece of hardware, sadly it is not one-of-a-kind anymore. Even more sad is that all other (great) options do not try to hold you on all kind of accessories and stuff, although it still bearable for an old time customer.
@elundmark
elundmark / apt_get_bashrc_aliases.sh
Created July 19, 2012 18:10
apt-get bashrc aliases collection
alias _sa='sudo apt-get'
alias _sai='sudo apt-get install'
alias _sar='sudo apt-get remove'
alias _sarp='sudo apt-get remove --purge'
alias _saa='sudo apt-get autoremove'
alias _saap='sudo apt-get autoremove --purge'
alias _sau='sudo apt-get update'
alias _sag='sudo apt-get upgrade'
alias _saug='sudo apt-get update && sudo apt-get upgrade'
alias _scaug='sudo apt-get update && sudo apt-get upgrade && sudo apt-get clean'