Compilation of resources for TCM Security Linux 101 course
Cyber Mentor website: https://www.thecybermentor.com/
TCM Security Academy website: https://academy.tcm-sec.com/
The Cyber Mentor Discord channel: https://discord.gg/tcm
All commands used in videos: https://github.com/beskridge/Linux101-Resources/blob/main/all-commands.md
Supplementary exercises: https://github.com/beskridge/Linux101-Resources/blob/main/exercises.md
GitHub repository: https://github.com/beskridge/Linux101-Resources
Demonstration files (ZIP): https://github.com/beskridge/Linux101-Resources/raw/main/tcm-academy-linux101-demo-files.zip
Demonstration files (Tarball): https://github.com/beskridge/Linux101-Resources/raw/main/tcm-academy-linux101-demo-files.tar.gz
VirtualBox homepage: https://www.virtualbox.org/
- Debian: https://www.debian.org/
- Ubuntu: https://ubuntu.com/
- Ubuntu Flavours: https://ubuntu.com/download/flavours
- Linux Mint: https://linuxmint.com/
- CentOS: https://www.centos.org/
- Fedora: https://getfedora.org/
- Fedora Spins: https://spins.fedoraproject.org/
- Fedora Labs: https://labs.fedoraproject.org/
- Kali Linux: https://www.kali.org/
- Parrot OS: https://www.parrotsec.org/
- SUSE Linux: https://www.suse.com/
- Arch Linux: https://archlinux.org/
- OS Boxes: https://www.osboxes.org/
The Linux man-pages project: https://www.kernel.org/doc/man-pages/
Explainshell: https://explainshell.com/
Official Filesystem Hierarchy Standard: https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html
Debian manual chapter on package management: https://www.debian.org/doc/manuals/debian-reference/ch02.en.html
RedHat documentation on managing software packages: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_basic_system_settings/managing-software-packages_configuring-basic-system-settings
Bash manual: https://www.gnu.org/software/bash/manual/bash.html
Bash manual chapter on startup files: https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html
Bash manual section on command substitution: https://www.gnu.org/software/bash/manual/html_node/Command-Substitution.html
Sed manual: https://www.gnu.org/software/sed/manual/sed.html
AWK manual: https://www.gnu.org/software/gawk/manual/gawk.html
Nano homepage: https://www.nano-editor.org/docs.php
Nano cheatsheet: https://cheatography.com/bipinthite/cheat-sheets/nano-editor/
Vim help files homepage: https://vimhelp.org/
Vim cheatsheet: https://cheatography.com/typo209/cheat-sheets/comprehensive-vim-cheat-sheet/
Crontab guru: https://crontab.guru/
Initial sample email regex: https://www.regular-expressions.info/email.html
Second sample email regex: https://emailregex.com/
Regexr web site: https://regexr.com/
Regex 101 (alternative to Regexr): https://regex101.com/
Links to regular expressions on Regexr:
Advanced Bash Scripting Guide: https://tldp.org/LDP/abs/html/
Bash Shell Scripting wikibook: https://en.wikibooks.org/wiki/Bash_Shell_Scripting