How to use ZIP COMMAND in Linux
Zip command in Linux is used for compressing files & folders to reduce their size for the purpose of archival,…
Zip command in Linux is used for compressing files & folders to reduce their size for the purpose of archival,…
Files can grow to a large size over time & these large files will not be easy to read or…
Introduction Having a comprehensive data protection policy in place is now a fundamental practice to help ensure your data manages…
SS command in Linux is used to get various network/socket connection-related information from a Linux system. Previously we had used…
Using Linux means using command line interface aka CLI aka terminal on regular basis. Being good at using CLI is…
When it comes to Linux permissions, things can get pretty tricky. Unless you are an admin user, like root, then…
HTOP command is used to monitor our Linux system’s resources. It provides information related to system processes, system memory, Load…
In this tutorial, we will learn how to use the SED command, with the help of some SED command examples….
Echo Command in Linux is one of the most used commands in Bash scripting. It is used to display the…
So I have been using Docker on & off for quite some time now, so when I started using Docker…
In this article, we are going to discuss some of the commonly used Rsync command examples that will familiarise you…
Grep is a very important & powerful Linux commands. It stands for ‘Global Regular Expression Print’ & is used for…
NC command is for performing maintenance/diagnosis tasks related to network . It can perform operations like read,write or data redirections…
There might arise a need to execute a command or scripts at reboot or every time when we start our…
In this tutorial, we will learn about some useful PostgreSQL commands. We have already discussed the installation of PostgreSQL on…
Redis is an open source in-memory data structure store that is mainly used as a caching server but can also…