π /bin
β’ Contains essential binary executables (commands like ls, bash). These are the basic commands needed for system operation.
Jul 9 β’ 8 tweets β’ 3 min read
REST API Design
Looking for a tool that simplifies API management? Introducing Apidog
Designing APIs can be complex, but tools like @ApidogHQ simplify the process. Apidog ( is a comprehensive API design-first development platform that offers numerous features to streamline API development. While many API design and management tools are available, Apidog stands out as a comprehensive solution.
If you want to learn Linux bash scripting for FREE, open this: 1. Getting Started with Bash Scripting
Bash scripts are a series of commands written in a file that can be executed by the Bash shell. This article will cover the basics of creating and running your first Bash script. sysxplore.com/create-a-bash-β¦
Dec 29, 2023 β’ 80 tweets β’ 17 min read
Linux hand-written notes:𧡠β
[2]
Oct 24, 2023 β’ 29 tweets β’ 4 min read
13 Linux tr command practical examples you should know as a system administrator:
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π§΅β
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.
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
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.