Linux tools

12 examples of wget unity

12 Practical Examples Of wget Command In Linux 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

sohail
sohail
Linux tools
ifconfig Commands To Configure Monitor And Debug Network Interface

ifconfig Commands To Configure, Monitor And Debug Network Interface 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.

sohail
sohail
Linux tools
how to use grep command in linux

How To Use grep Command (With Examples) 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’

sohail
sohail
Linux tools
linux network monitoring tools

Top 10 Linux Network Monitoring Tools 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

sohail
sohail
Linux tools

rTorrent A CLI Based Torrent Client For Linux 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

sohail
sohail
Linux tools
fsdisk command to manage disk partitions on linux

'fdisk' Command To Manage Disk Partitions In Linux 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

sohail
sohail
Linux tools
facebook messenger cli chat via linux terminal

Facebook Messenger CLI Chat Via Linux Terminal 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

sohail
sohail
Linux tools

What Is DNF Package Manager And How To Use It 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

sohail
sohail
Linux tools