Category Linux tools

How To Use grep Command (With Examples)

how to use grep command in linux

Grep short for Global Regular Expression Print is a command line utility for searching lines in text based data to match a particular regular expression.   How to use grep command ​Grep is extremely simple to use, I have a…

Best Network Monitoring Tools For Linux

best network monitoring tools

Keeping control of our network is vital to prevent any program from overusing it and slows down the overall system operation. There are several network monitoring tools for different operating systems today. In this article, we will talk about 10…

rTorrent A CLI Based Torrent Client For Linux

  ​Unlike familiar graphical torrent clients such as Deluge and uTorrent, rTorrent is a completely text-based torrent application, designed to be used in a terminal or terminal multiplexer such as tmux.   Users who prefer the typical /r/unixporn text-heavy “rice”…

What Is DNF Package Manager And How To Use It

​A package file is an archive which contains the binaries and other resources that make software and the pre and post installation scripts. They also provide the information regarding dependencies and other packages required for the installation and running of…

lsvpd – Linux Diagnostic Tools

lsvpd Linux Diagnostic Tools

​This is a set of tools designed for technical/advanced users who wish to know more about their hardware and related components for servicing. This tool comes with various commands namely lsvpd, lscfg, lsmcode, lsvio & vpdupdate. Let’s proceed below to…

PuTTY SSH Client And Telnet Client

​PuTTY as an SSH and Telnet client was originally developed by Simon Tatham for the Windows platform. It is the most popular SSH client on Windows. It is also available on Linux and other operating systems as a direct port…