TCM Security Academy Notes - by syselement
Ask or search...
Ctrl
K
Home Blog
GitHub
Buy Me a Book
More
Home Blog
GitHub
Buy Me a Book
Courses
TCM - Linux 101
Linux101 References
Previous
Bash Scripting Basics, Control Structures, Loops
Next
TCM - Mobile Application Penetration Testing
Last updated
6 months ago
Was this helpful?
- by Brent Eskridge
Introduction
Command Line basics
Files and the Filesystem
Users and Groups
Installing Software
Shell basics
Utilities and File editors
Process Management
Regular Expressions
Bash Scripting
🌐
Linux101 Course
TCM Linux101-Resources
Supplementary exercises
Linux Distributions Timeline
Ubuntu
Kali
ParrotOS
VirtualBox Ubuntu Installation
The Linux
man-pages
project
Explain-Shell
Shell-How
Command-not-found
ls
less
cat
Bash Aliases
Filesystem Hierarchy Standard
FHS - Wikipedia
df
du
Size of a directory
Absolute vs Relative Path
cp
rm
Shell Expansions
tail
diff
Soft Link And Hard Link
tar
gzip
find
which
locate
UID
who
/etc/passwd
/etc/shadow
/etc/group
Linux File Permissions
chmod
chmod Calculator
chown
sudo
passwd
root password
Deb Packages install
apt
Rpm Packages install
yum
gcc
checkinstall
Common Shells
Bash
zsh
Oh My Zsh
Learn Shell
Environment Variables
Bash Startup Files
Bash Write to File
History
grep
Regex in Grep
sort
wc
sed
sed Manual - gnu.org
awk
awk Manual - gnu.org
tr
ping
ifconfig
ip
Listening Ports
scp
rsync
rsync over SSH
file
nano editor
nano usage
nano keyboard shortcuts
vim
vim help files
vim cheat sheet
ps
pstree
top
htop
jobs-fg-bg Background processes
Zombie Process
Kill a Process
kill
pkill
sleep
crontab.guru
crontab
List cron jobs
Linux Run Levels
Ubuntu Bootup
grep Regular Expressions
grep regex examples
Online RegExr tool
Regex101 tool
Cyrilex tool
EmailRegex Examples
Bash Shell Scripting - Wikibooks
shebang