Skip to content

Instantly share code, notes, and snippets.

@Hiteshm01
Created February 8, 2015 17:32
Show Gist options
  • Save Hiteshm01/f326c8a6407348fd8088 to your computer and use it in GitHub Desktop.
Save Hiteshm01/f326c8a6407348fd8088 to your computer and use it in GitHub Desktop.
Useful terminal commands
sudo !! # Runs last command with sudo privilege
python -m SimpleHTTPServer # Starts a HTTP server aat 8000 port in current folder, Great tool to share files!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment