How to Reconfigure Installed Package in Ubuntu and Debian
dpkg-reconfigure is a powerful command line tool used to reconfigure an already installed package. It is one of the several
Linux Commands for Linux Beginners
dpkg-reconfigure is a powerful command line tool used to reconfigure an already installed package. It is one of the several
One of the greatest features of Bash is the command history, which stores all commands a user runs, in a
Searching or finding files on a Linux system from the terminal can be a little of a challenge especially for
Wget is a popular, non-interactive and widely used network downloader which supports protocols such as HTTP, HTTPS, and FTP, and
A JAR (Java ARchive) is platform-independent file format used to aggregate many Java class files and associated metadata and resources
bc (Basic Calculator) is a command line utility that offers everything you expect from a simple scientific or financial calculator.
Back in the mid-1990’s when the Internet was still in its infancy, a Swedish programmer named Daniel Stenberg started a
Browsh is an open-source, a simple and modern text-based browser that renders in TTY terminal environments. It is made up
Normally, files compressed using gzip can be restored to their original form using gzip -d or gunzip commands. What if
Xargs is a great command that reads streams of data from standard input, then generates and executes command lines; meaning
In our last article, we have explained how to use df (disk filesystem) utility to report file system disk space
fping is a small command line tool to send ICMP (Internet Control Message Protocol) echo request to network hosts, similar