Skip to content

Instantly share code, notes, and snippets.

@svperfecta
Created June 8, 2012 17:07
Show Gist options
  • Save svperfecta/2896918 to your computer and use it in GitHub Desktop.
Save svperfecta/2896918 to your computer and use it in GitHub Desktop.
Random Snippets
# 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