Cyber With Zohaib

Cyber With Zohaib Learn Cybersecurity. Build Skills. Secure the Future.

08/10/2026

🐧 Linux Commands Series β€” Part 5: Process Management

Linux runs many processes in the background, and knowing how to monitor and control them is essential for system administration and cybersecurity.

πŸ”Ή "ps" β€” Displays information about currently running processes.

πŸ”Ή "top" β€” Shows live CPU, memory, and process activity.

πŸ”Ή "htop" β€” An interactive and easier-to-read alternative to "top".

πŸ”Ή "pgrep" β€” Finds processes based on their name or other attributes.

πŸ”Ή "pidof" β€” Finds the process ID (PID) of a running program.

πŸ”Ή "kill" β€” Sends a signal to a process, commonly used to terminate it.

πŸ”Ή "pkill" β€” Terminates processes based on their name or matching criteria.

πŸ”Ή "jobs" β€” Shows jobs running in the current shell session.

πŸ”Ή "bg" β€” Resumes a suspended job in the background.

πŸ”Ή "fg" β€” Brings a background job back to the foreground.

πŸ’‘ Why learn these?

Process management helps you understand what's running on a Linux system, troubleshoot resource usage, control applications, and investigate suspicious activity.

πŸ’Ύ Save this for your Linux cheat sheet.

πŸ”„ Share it with someone learning Linux.

Follow Cyber With Zohaib for Part 6.

08/04/2026

The biggest advantage in cybersecurity isn't your setupβ€”it's your mindset. πŸ›‘οΈ

This meme perfectly captures something many beginners overlook.

It's easy to believe that success starts with multiple monitors, expensive keyboards, or a powerful PC. In reality, those things only make an already skilled person more productive.

The real game changers are:

- Learning Linux deeply.
- Understanding networking.
- Practicing every single day.
- Staying curious when things get difficult.

Every expert you admire once started with limited resources. What separated them wasn't their hardwareβ€”it was their consistency.

Don't wait for the perfect setup to start building your future.

Start with what you have. Learn relentlessly. Upgrade your skills before you upgrade your desk.

πŸ’¬ If you had to choose only one, would you pick:
A) A $5,000 workstation
B) Five years of real cybersecurity experience

I'd choose B every time.

08/04/2026

πŸš€ Linux Commands Series – Part 4: File Permissions & Ownership

File permissions are one of the most important concepts in Linux. Whether you're a developer, system administrator, or cybersecurity student, understanding who can read, write, or execute files is essential.

πŸ“š 10 Essential Linux Permission Commands

πŸ”Ή "chmod" – Change file and directory permissions (read, write, execute).

πŸ”Ή "chown" – Change the owner of a file or directory.

πŸ”Ή "chgrp" – Change the group ownership of a file or directory.

πŸ”Ή "umask" – Set the default permissions for newly created files and folders.

πŸ”Ή "ls -l" – Display detailed file permissions, owner, group, and size.

πŸ”Ή "stat" – Show detailed information about a file, including permissions, timestamps, and inode.

πŸ”Ή "getfacl" – View Access Control Lists (ACLs) assigned to files and directories.

πŸ”Ή "setfacl" – Add or modify Access Control Lists (ACLs) for advanced permission management.

πŸ”Ή "id" – Display the current user's UID, GID, and group memberships.

πŸ”Ή "groups" – List all groups a user belongs to.

πŸ’‘ Mastering these commands will help you secure Linux systems, manage users effectively, and build a strong foundation for cybersecurity, DevOps, cloud computing, and system administration.

πŸ’Ύ Save this post for future reference.
πŸ”„ Share it with someone learning Linux.
πŸ’¬ Which Linux permission command do you use the most?

Follow for Part 5 of the Linux Commands Series.

08/03/2026

πŸš€ Linux Commands Series – Part 3: Networking Commands

Want to build a strong foundation in Linux and Cybersecurity? Start by mastering the networking commands used by system administrators, SOC analysts, ethical hackers, and pe*******on testers every day.

πŸ“š Commands Covered:
βœ… ip addr
βœ… ip route
βœ… ping
βœ… traceroute
βœ… nslookup
βœ… dig
βœ… netstat
βœ… ss
βœ… arp
βœ… hostname

These commands are essential for network diagnostics, troubleshooting, DNS lookups, and connectivity analysis.

πŸ’Ύ Save this post for future reference.
πŸ”„ Share it with someone learning Linux.
πŸ’¬ Which networking command do you use the most?

Follow for Part 4 of the Linux Commands Series!

08/03/2026

Linux Commands Series – Part 2: Networking Commands
Networking is a core skill for every Cybersecurity professional. In this short, you'll learn 10 essential Linux networking commands that every beginner should know.
πŸ“Œ Commands Covered:
ip a
ping
ss
netstat
traceroute
dig
nslookup
curl
wget
tcpdump
πŸ’‘ Whether you're learning Linux, Ethical Hacking, SOC Analysis, or System Administration, these commands will help you build a strong foundation.
πŸ‘ Like the video if you found it helpful. πŸ’¬ Comment which command you use the most. πŸ“Œ Subscribe for daily Cybersecurity & Linux content.

Linux Commands Series | Part 1 of 5Linux is the backbone of cybersecurity. Whether you're learning ethical hacking, SOC ...
07/30/2026

Linux Commands Series | Part 1 of 5

Linux is the backbone of cybersecurity. Whether you're learning ethical hacking, SOC analysis, or system administration, mastering basic Linux commands is essential.
Here are 10 File & Directory Commands every cybersecurity student should know:

1️⃣ pwd
Displays your current working directory.
2️⃣ ls
Lists files and directories in the current location.
3️⃣ ls -la
Shows all files, including hidden ones, with detailed information.
4️⃣ cd
Navigate between directories.
5️⃣ mkdir
Create a new directory.
6️⃣ rmdir
Remove an empty directory.
7️⃣ touch
Create a new empty file.
8️⃣ cp
Copy files or directories.
9️⃣ mv
Move or rename files and directories.
πŸ”Ÿ rm
Delete files or directories. (Use with caution!)

πŸ’‘ Every advanced cybersecurity professional started by mastering the basics.
πŸ“Œ Save this post for future reference. πŸ” Share it with someone learning Linux. πŸ’¬ Which Linux command do you use the most?
πŸ”œ Next Post: Linux Commands Series | Part 2 – File Permissions & Ownership

07/30/2026

Linux Commands Series | Part 1 of 5
Linux is the backbone of cybersecurity. Whether you're learning ethical hacking, SOC analysis, or system administration, mastering basic Linux commands is essential.
Here are 10 File & Directory Commands every cybersecurity student should know:
1️⃣ pwd
Displays your current working directory.
2️⃣ ls
Lists files and directories in the current location.
3️⃣ ls -la
Shows all files, including hidden ones, with detailed information.
4️⃣ cd
Navigate between directories.
5️⃣ mkdir
Create a new directory.
6️⃣ rmdir
Remove an empty directory.
7️⃣ touch
Create a new empty file.
8️⃣ cp
Copy files or directories.
9️⃣ mv
Move or rename files and directories.
πŸ”Ÿ rm
Delete files or directories. (Use with caution!)
πŸ’‘ Every advanced cybersecurity professional started by mastering the basics.
πŸ“Œ Save this post for future reference. πŸ” Share it with someone learning Linux. πŸ’¬ Which Linux command do you use the most?
πŸ”œ Next Post: Linux Commands Series | Part 2 – File Permissions & Ownership

07/29/2026

10 Windows Network Commands Every IT & Cybersecurity Student Should Know πŸ’»

If you're learning Networking, IT Support, or Cybersecurity, these are 10 Windows commands you should know.

1️⃣ ipconfig
Displays your IP address, subnet mask, and default gateway.

2️⃣ ipconfig /all
Shows detailed network configuration including MAC address, DNS servers, and DHCP information.

3️⃣ ping
Tests whether a device or website is reachable over the network.

4️⃣ tracert
Shows the path your network traffic takes to reach a destination.

5️⃣ nslookup
Finds the IP address and DNS information for a domain.

6️⃣ netstat -an
Displays all active network connections and listening ports.

7️⃣ arp -a
Shows the ARP cache that maps IP addresses to MAC addresses.

8️⃣ hostname
Displays the name of your computer.

9️⃣ getmac
Lists the MAC addresses of all network adapters.

πŸ”Ÿ netsh
A powerful command-line tool for viewing and configuring Windows network settings.

πŸ’‘ Mastering these commands will make troubleshooting easier and strengthen your networking and cybersecurity fundamentals.
πŸ“Œ Save this post for future reference and share it with someone starting their cybersecurity journey.

πŸ’¬ Which command do you use the most?

07/29/2026

🐧 10 Linux Commands Every Cybersecurity Student Should Know
Linux is one of the most important operating systems in cybersecurity. Whether you're learning ethical hacking, SOC analysis, digital forensics, or pe*******on testing, these commands are part of your daily toolkit.
Master these basics before moving on to advanced toolsβ€”they'll save you time and make learning much easier.
πŸ’¬ Which Linux command do you use the most?
πŸ”– Save this post for future reference and share it with someone starting their cybersecurity journey.

Address

Sleepy Hollow
New York, NY
10591

Website

Alerts

Be the first to know and let us send you an email when Cyber With Zohaib posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Shortcuts

Share