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 random='curl --silent "https://www.random.org/passwords/?num=1&len=10&format=plain&rnd=new"' |
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
| # Wikipedia lookup from command line | |
| # | |
| # Add this function to your ~/.bash_profile | |
| # | |
| # Usage: wiki %s | |
| # Example: wiki antidisestablishmentarianism | |
| # | |
| function wiki() { dig +short txt "$@.wp.dg.cx" ;} |
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
| vboxmanage list runningvms | cut -d \" -f 2 | xargs -I % vboxmanage controlvm % poweroff |
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
| ################################################ | |
| # Git prompt | |
| # | |
| # 2013-06-25 amagoon@northps.com: added statuses | |
| # | |
| # save this as ~/.bash_ps1 | |
| # | |
| # point to this file in your ~/.bash_profile | |
| # e.g.: | |
| # |
NewerOlder