Category Linux

12 Basic Linux Commands for Beginners

Linux commands are very important for Linux beginners. Here are 12 basic Linux commands for Linux tasks. Hope this can help beginners learn Linux quickly. pwd command – prints the current working directory It prints the location of your current…

10 Examples to use Linux Cat Command

The cat (concatenate) command is one of the most frequently used utilities in Unix/Linux systems. While it’s often seen simply showing file contents, it can do much more—including creating, combining, inspecting, and transforming text streams efficiently. Below are 10 practical,…

20 Advanced Tcpdump Examples in Linux

tcpdump examples

You’ve dipped your toes into tcpdump, maybe caught a few web packets or seen your router chatting away. That’s a great start! But what if you need to go deeper? What if you’re chasing a phantom network issue, analyzing application…

Rsync vs Scp – Which is Faster?

Rsync is a unique, full-featured file transfer facility. It can perform differential uploads and downloads (synchronization) of files across the network, transferring only data that has changed. For example, if there is a local copy of a 50MB file and…

How rp_filter works on Linux?

Rp_filter is short for reverse path filtering on Linux. We can use this to filter packets on Linux. Here are 5 common questions about rp_filter. What is reverse path filtering? Reverse path filtering is a mechanism adopted by the Linux…