Unix and Linux (Tutorials and CheatSheet)
Unix and Unix-like operating systems are used in the majority of servers, Smartphones including iOS and Android, macOS, and Windows has a Subsystem for Linux. Linux is a family of open source Unix-like operating systems built around the Linux kernel. This is a series of tutorials on how to use Unix/Linux for software developers.
CheatSheet: Free web version |
Desktop version: for Mac or Windows to create or modify your own CheatSheets.
Environment Variables and Aliases
This section covers environment variables. What they are. How to access them. How to create them. It also covers shell startup files, which is where you add your own env variables. Also covers aliases which allow you to add your own shortcut commands.
Open CheatSheet
Other Useful Unix Commands
This section goes over several commonly used commands. The cat, head, tail, and less commands are used for printing file content to the terminal. Grep is used for searching for words in one or more files. Pipes are used for running two or more commands sequentially, using the output of the first command as the input for the next command. There are a number of system management related commands including disk usage, terminal usage, and processes commands.
Open CheatSheet