TRÄW🤟 Profile picture
Helping you master Linux. Bootstrapping (@sysxplore). Technical writer at several orgs. Daily tweets on Linux🐧,DevOps🐳& and Sysadmin👨‍💻.
Learning in Public - Coding - DataSci Profile picture GHOST NVICA Profile picture 4 subscribed
Dec 29, 2023 80 tweets 17 min read
Linux hand-written notes:🧵 ↓ Image [2] Image
Oct 24, 2023 29 tweets 4 min read
13 Linux tr command practical examples you should know as a system administrator: Image The tr command short for translate, is one of the most useful command for manipulating text on the command line.
Jul 2, 2023 18 tweets 3 min read
Linux user management - how to add users in Linux 🧵↓ The useradd command is the main tool for adding new users to a Linux system. This command allows you to quickly create a new user account and configure the user's $HOME directory structure.
Jul 1, 2023 17 tweets 2 min read
13 useful Linux find command practical examples 🧵↓ { 1 } Find empty files and delete them:

This will delete all the empty files in the /home/ubuntu directory.

$ find /home/ubuntu/ -empty -delete
Jun 30, 2023 18 tweets 4 min read
Managing directories in Linux🧵↓ Image You will regularly need to create and delete directories on the Linux system as a system administrator. The mkdir, rm, and rmdir commands make this possible.
Feb 12, 2023 13 tweets 4 min read
If you want to learn bash scripting and start automating tasks, open this: 1: Intro to Linux Shell Scripting (Free course)

This mini-course is designed to help beginners quickly become proficient in Linux shell scripting in only one hour. It is ideal for those who are just starting with a bash shell.

udemy.com/course/linux-s…
Feb 10, 2023 38 tweets 7 min read
Modern Linux boot process explained (detailed thread)🐧↓ When you turn on your Linux computer, it goes through a series of phases before presenting a login screen that prompts you for your username or password.

Every Linux distribution goes through four distinct stages during the boot-up process.
Jan 6, 2023 38 tweets 7 min read
Modern Linux boot process explained 🐧↓ When you turn on your Linux computer, it goes through a series of phases before presenting a login screen that prompts you for your username or password.

Every Linux distribution goes through four distinct stages during the boot-up process.
Jan 1, 2023 15 tweets 3 min read
If you divide hacking into subparts, it becomes much easier to learn:

I created this road map to assist you in getting started. You are welcome to download and use it! The Ultimate Hacker's Roadmap

1. Basic Computer Skills - Computer skills refer to the knowledge and abilities required to operate computers and related technology.
Dec 27, 2022 28 tweets 5 min read
90+ Linux commands that Linux sysadmins and power Linux users regularly use. (bookmark this): 1. ip - used to show or manipulate routing, devices, and tunnels.

2. ls - list the contents of a directory.

3. df - Displays the amount of disk space used.

4. du - display a list of all the files along with their respective sizes.
Dec 26, 2022 17 tweets 4 min read
Managing directories(creating & deleting) in Linux🧵↓ You will regularly need to create and delete directories on the Linux system as a system administrator. The mkdir, rm, and rmdir commands make this possible.
Dec 18, 2022 23 tweets 4 min read
70+ Linux networking commands and their explanation (bookmark this): 1. arp - see your arp table.

2. aria2 – downloading just about everything. Torrents included.

3. arpwatch – Ethernet Activity Monitor.

4. bmon – bandwidth monitor and rate estimator.

5. bwm-ng – live network bandwidth monitor.
Dec 4, 2022 13 tweets 6 min read
11 websites that will help you learn Linux faster (they're all free): 1. LinuxOPsys

A hub for Linux Tutorials and Tips.

🔗linuxopsys.com
Nov 28, 2022 33 tweets 8 min read
12 Practical Grep Command Examples In Linux: In Linux command line, the grep command is a powerful tool for searching text within files.

In this thread, I will go over 12 examples of grep command usage that every Linux user, sysadmin, and developer should be aware of.
Nov 27, 2022 25 tweets 3 min read
Linux command line tools for parsing and analyzing logs 🐧↓ Linux logs are a valuable resource for system administrators, network administrators, developers, and security professionals.
Nov 26, 2022 36 tweets 5 min read
The Linux filesystem and directory structure explained 🐧↓ The Linux Directory Structure is a hierarchical organization system for Linux directories and files. This structure is defined by the Filesystem Hierarchy Standard (FHS)

However, the standard does not yet define some directories in Linux file systems.
Oct 8, 2022 32 tweets 8 min read
Basic Linux commands for text manipulation 🐧↓ Hello Linux folks, Today I'll be doing a quick, easy-to-follow thread on basic Linux text manipulation commands.
Aug 11, 2022 22 tweets 8 min read
95% of my Twitter direct messages ask me about good resources for getting started with ethical hacking. So I decided to make a thread about it.

Here are some of the best (free) resources to get you started (for free): 1️⃣ Basic computer skills.

Professor Messer - CompTIA 220-1001 and 220-1002 A+
professormesser.com/free-a-plus-tr…
Aug 6, 2022 12 tweets 3 min read
Best Computer Networking Books for Beginners & Experts🌐↓ 1. CCNA 200-301 Official Cert Guide, Volume 1 & 2:
Aug 4, 2022 20 tweets 5 min read
13 useful security tools pentesters must have in their toolkit and a brief explanation of what they do! 🧵👇 1. rlwrap

This tool is used in conjunction with netcat.

For example,

$ rlwrap -cAr nc -nvlp 4444
Aug 4, 2022 13 tweets 6 min read
11 websites that will help you learn Linux faster (they are free)🐧👇 1. Linux Journey

Learn Linux with interactive exercises and example for free. A great website for people who are just getting started with Linux.

🔗 linuxjourney.com