Skip to content

Instantly share code, notes, and snippets.

@ianoxley
Created September 29, 2010 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianoxley/602491 to your computer and use it in GitHub Desktop.
Save ianoxley/602491 to your computer and use it in GitHub Desktop.
# Copy a file's contents to the clipboard
cat filename | xclip -sel clip
# Generate a random password
date | md5sum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment