Skip to content

Instantly share code, notes, and snippets.

@filipeandre
Last active May 13, 2018 23:11
Show Gist options
  • Save filipeandre/6718f19c3f11a5578933cad7e7391821 to your computer and use it in GitHub Desktop.
Save filipeandre/6718f19c3f11a5578933cad7e7391821 to your computer and use it in GitHub Desktop.
Some aliases
alias @alias='nano ~/.bash_aliases && source ~/.bash_aliases'
alias @wget='wget --no-check-certificate -c -P ~/Transferências/'
alias @aria2c='aria2c --check-certificate=false -x5 -d ~/Transferências/'
alias @somealias='ssh -i ~/.ssh/my_ssh_key -L 3306:127.0.0.1:3306 debian@myremoteip'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment