Cheat Sheets
Intro
This repository contains a set of cheat sheets on various topics. The cheat sheets are maintained as Markdown documents, as supported by the Ruby Kramdown gem. The documents are converted to HTML via Rake; for convenience, the resulting HTML is also maintained in the repo.
The Cheat Sheets
- AquaEmacs (aqua-emacs)
- Bash (bash)
- BIND (bind)
- BitTorrent (bittorrent)
- Cygwin (cygwin)
- Git (git)
- Gnome (gnome)
- GoDaddy (godaddy)
- GTK2 (gtk2)
- GuruPlug (guruplug)
- iPad (ipad)
- iPod (iPod)
- Linksys WAP54G Wireless Access Point (linksys-wap54g)
- Linksys WRT52G2 Wireless Router (linksys-wrt52g2)
- Linux (linux)
- Mac OS X (mac-os-x)
- MP3 (mp3)
- MySQL (mysql)
- Nginx (nginx)
- OpenLDAP (ldap)
- Oracle (oracle)
- PHP (php)
- Postfix (postfix)
- PostgreSQL (postgresql)
- Python (python)
- QuickBooks (quickbooks)
- Rails (rails)
- Rake (rake)
- Ruby (ruby)
- Safari (safari)
- SQL (sql)
- SSH (ssh)
- Thunderbird (thunderbird)
- Ubuntu (ubuntu)
- VirtualBox (virtual-box)
- Windows (windows)
- XFCE4 (xfce)
NO WARRANTY
I do not guarantee the accuracy of the information in these documents. Specifically:
- The instructions in a document are generally correct, at that time I add them. But there’s no guarantee that a particular cheat sheet hasn’t suffered bit rot and aged to irrelevance.
- Each instruction represents one way I discovered to solve a problem. There may be other ways, including better ways, to solve any particular issue.
If you follow my cheat sheets blindly, and terrible things happen to your computer as a result, it’s not my fault. I wrote these cheat sheets for my own use. I maintain them here largely for convenience. If they’re useful to you, great, but the onus is on you to use them with care.
Building the HTML Cheat Sheets Locally
If you’d like to build your own HTML copies of these cheat sheets:
- Clone this repo.
- Ensure that you have RubyGems installed, as well as the
kramdownandjekyllgems. - Then, simply issue
raketo build/rebuild the HTML versions of the cheat sheets.
Contact
Feel free to email me with suggestions, or fork this repo and send me pull requests.