Last active
May 13, 2018 23:11
-
-
Save filipeandre/6718f19c3f11a5578933cad7e7391821 to your computer and use it in GitHub Desktop.
Some aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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