Linux Resources

Readings

linux
resources
readings
Linux Resources and Readings
Author

albertprofe

Published

Tuesday, June 1, 2021

Modified

Tuesday, September 26, 2023

Linux Resources

Linux Resources

1 Linux webs

Linux and bash resources
Link Description
Advanced Linux Commands Cheat Sheet This cheat sheet presents a collection of Linux commands and executables for developers who are using the Linux operating system in advanced programming scenarios. Commands are organized by category and each one is presented with syntax, an explanation of what it is used for, and an example.
Bash scripting cheatsheet Bash scripting cheatsheet
Learn X in Y minutes Where X=bash Bash is a name of the unix shell, which was also distributed as the shell for the GNU operating system and as the default shell on most Linux distros. Nearly all examples below can be a part of a shell script or executed directly in the shell.

2 Bash

3 Bash scripting

4 Bash scripting cheatsheet