cloc – Count Lines of Code in Many Programming Languages
While working on different projects, sometimes you might be required to provide a report or statistics of your progress, or
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!

While working on different projects, sometimes you might be required to provide a report or statistics of your progress, or
Wget is a widely used, non-interactive command line utility for retrieving files from the web. Just like most similar tools
Bat is a cat command clone with advanced syntax highlighting for a large number of programming and markup languages and
The Silver Searcher is a free and open source, cross platform source code searching tool similar to ack (a grep-like
tr (short for translate) is a useful command line utility that translates and/or deletes characters from stdin input and writes
Logs are a critical component of any software or operating system. Logs usually record user’s actions, system events, network activity
Wondershaper is a small bash script that enables you to limit the network bandwidth in Linux. It employs the tc
Asterisk is an open-source framework used for building communication applications. You can use it to turn a local computer or
Filelight is a free, open source, simple, easy to use, and cross-platform KDE utility for viewing graphical disk space usage
The root account is the ultimate account on a Linux and other Unix-like operating systems. This account has access to
In one of our previous articles, we explained how to find out top directories and files consuming the most disk
Version Control (revision control or source control) is a way of recording changes to a file or collection of files