Created
June 8, 2012 17:07
-
-
Save svperfecta/2896918 to your computer and use it in GitHub Desktop.
Random Snippets
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
# Uninstall all ruby gems | |
gem list | cut -d" " -f1 | xargs gem uninstall -aIx | |
# Useful SSH Escape Characters | |
~. Disconnect. | |
~^Z Background ssh. | |
~? Display a list of escape characters. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment