12 Tcpdump Commands – A Network Sniffer Tool
In our previous article, we have seen 20 Netstat Commands (netstat now replaced by ss command) to monitor or manage
Hi, I’m Ravi Saive, a passionate Linux enthusiast with over 16+ years of experience. I have written more than 3000+ articles on Linux, sharing my knowledge and expertise with the community.
Welcome to my blog! I share easy-to-follow articles on Linux, SysAdmin, Cloud, and DevOps. With over 250+ million visitors, Tecmint has helped many people grow their Linux careers.
Join me in exploring the world of open-source and unlock the power of Linux by subscribing to our weekly newsletter or checking out our Pro Courses for deeper learning!

In our previous article, we have seen 20 Netstat Commands (netstat now replaced by ss command) to monitor or manage
Sometimes when you try to ping a website, update a system or perform any task that requires an active internet
Occasionally, while dealing with files in a Linux terminal, you may want to clear the content of a file without
While writing program files or normal text files, programmers and writers sometimes want to know the difference between two files
New Update: We have published the full LFCS Certification Course (34 chapters) at our premium membership site. For years, certifications
In an earlier article, we reviewed 9 best file comparison and difference (Diff) tools for Linux and in this article,
Netstat – derived from the words network and statistics – is a command-line utility used by system administrators for analyzing
dutree is a free, open-source, fast command-line tool for analyzing disk usage, written in the Rust programming language, which is
Good documentation is absolutely necessary for any software, and this principle extends to Linux commands as well. Numerous Linux distributions
Apache is the world’s most popular, cross-platform HTTP web server that is commonly used in Linux and Unix platforms to
In Unix-like operating systems, a man page (in full manual page) is a documentation for a terminal-based program/tool/utility (commonly known
The Linux find command is one of the most important and frequently used command-line utilities in Unix-like operating systems. The