Open Source Cheat Sheets

Tmux cheat sheet

Tmux is an open source application that adds layers to your terminal window so that you can open more than one terminal in a single desktop window. To help you remember the…

Curl command cheat sheet

Curl is a tool to transfer data to and from a server, supporting protocols including HTTP, FTP, IMAP, LDAP, POP3, SCP, SFTP, SMB, SMTP, and more. With this 2-page cheat sheet…

Kubectl cheat sheet

Kubectl is a powerful command-line tool to maintain your Kubernetes cluster. This 2-page cheat sheet covers commonly used commands to take you above and beyond average cluster…

Cheat sheet: Pandoc

Pandoc is an incredible command-line tool for converting documents between all manner of digital formats. This 2-page cheat sheet provides you with common options and handy…

Lua cheat sheet

Lua is a lightweight, fast, embeddable, dynamically typed language implemented as a C library. Lua code is executed by the ``lua`` bytecode interpreter. It's commonly used for…