Filtering DNS with Tcpdump on Port 53
If you’re a Linux system administrator, then you’re probably familiar with DNS, which is a critical component of networking. TCPdump…
If you’re a Linux system administrator, then you’re probably familiar with DNS, which is a critical component of networking. TCPdump…
Top is a very powerful command to periodically display a sorted list of system processes. The default sorting key is…

Tcpdump command in Linux can be used to capture ICMP packets. We will start with ICMP protocol introduction and then…

Ask a Linux server “how much memory is free?” and the honest answer is “it’s complicated.” Modern Linux deliberately uses…
Userdel command can be used to delete a user and related files in Linux. In most Linux distributions, the user…
The tar command in Linux is used to bundle up multiple files and/or directories. It’s similar to the zip command.…
Passwd is a basic Linux command to change the user password on Linux. A root user can change the password…
The tar command in Linux is used to bundle up multiple files and/or directories. It’s similar to the zip command.…
In this blog post, we will discuss three different ways to find the largest files on a Linux system. This…
We can use this command to find out which process uses the highest CPU or Memory in Linux. # ps…