Linux tools
12 Practical Examples Of wget Command In Linux Paid Members Public
Wget command is a useful GNU command line utility used to download files from the internet. This utility can download the files from servers using popular protocols like HTTP, HTTPS, and FTP. It runs in the background (non-interactive) and hence can be used in scripts and cron jobs. GNU Wget
ifconfig Commands To Configure, Monitor And Debug Network Interface Paid Members Public
Ifconfig is used to configure the kernel-resident network interfaces. It is used at boot time to set up interfaces as necessary. After that, it is usually only needed when debugging or when system tuning is needed. If no arguments are given, ifconfig displays the status of the currently active interfaces.
How To Use grep Command (With Examples) Paid Members Public
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 text file on my Desktop with the following text. Now let’
Top 10 Linux Network Monitoring Tools Paid Members Public
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 network monitoring tools for Linux that will run from a
rTorrent A CLI Based Torrent Client For Linux Paid Members Public
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” desktop configuration of foregoing a full Desktop Environment and instead opting
'fdisk' Command To Manage Disk Partitions In Linux Paid Members Public
Fdisk(fixed disk or format disk) is a text-based command-line utility for viewing and managing hard disk partitions on Linux. Using fdisk you can view, create, resize, delete, change, copy and move partitions. Fdisk allows you to create a maximum of four primary partitions as permitted by Linux with each
Facebook Messenger CLI Chat Via Linux Terminal Paid Members Public
Hi, fellow Linux user there! How is your social life going? This is how most of the time I think my friends ask me. They think that I am all the time messed with the terminal. Now how to explain to Windows users that Terminal does almost all my work
What Is DNF Package Manager And How To Use It Paid Members Public
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 the software. In the Linux world, there are two main