Cheatsheets web viewer. Designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.
Just put this directory contents in any web server.
Python 2.x
$ python -m SimpleHTTPServer 8000
Python 3.x
$ python -m http.server 8000
Inspired from cheat. Uses community-sourced cheatsheets provided by cheatsheets
MIT.