Open Source Cheat Sheets

Watch command cheat sheet

Use the watch command to let you know when a task has been completed or a command has been executed. It's useful for many ad-hoc system administration tasks where you need to…

Linux find cheat sheet

The find command is a great tool for searching through your system, but it's also a really useful front-end for the powerful Parallel command. There are many reasons to learn…

C getopt cheat sheet

This two-page cheat sheet provides gentle reminders on the syntax and structure of getopt() and getopt_long(). One page demonstrates short options, and the other side…

JavaScript cheat sheet

JavaScript is a loosely typed and dynamic scripting language developed for the Internet and a core technology of the World Wide Web. It is a surprisingly multipurpose language…