Resource Downloads

Linux compose key cheat sheet

Unleash the power of Linux's secret keyboard keys. There's no compose key on your keyboard, at least not by default, but you can designate a key you're not otherwise using as…

A guide to using FreeDOS

FreeDOS is an open source operating system which is compatible with MS-DOS and applications designed for this older operating environment. If you've got a legacy application…

Doxygen cheat sheet

Doxygen is an open source tool for generating HTML or LaTeX documentation based on comments in the code. Doxygen enables you to provide a comprehensive overview of the…

Linux sudo cheat sheet

sudo is installed by default on most Linux systems and is available for most BSD and commercial Unix variants. Because sudo is often something you configure once then forget…

Cheat sheet: Git

Version control is an important tool for anyone looking to track their changes these days. It's especially helpful for programmers, sysadmins, and site reliability engineers…