15 Practical examples of tar command

15 Practical examples of tar command

Tar stands for Tape archive. Linux tar command most widely used for backup and archive data. It is very important to archive multiple files and directory into a single file. It is an essential Linux command for all Linux system administrators, here you will get most...
How To Set Up Nginx Server Blocks on Ubuntu 18.04

How To Set Up Nginx Server Blocks on Ubuntu 18.04

Nginx Server Block is use to configure and run more than one website or web application on a single server/system. The Nginx Server Block helps us configure web document root (web directory to store website files), use different SSL certificates for each site, and...
How to Install Apache on CentOS 7 Linux

How to Install Apache on CentOS 7 Linux

When we are thinking about web server the first name is coming Apache HTTP server, it is most popular in the world for hosting any type of web applications or websites.   The most important thing about Apache web server is, it is free and open-source web server and...
How to Install OpenCV on Debian 8 Linux

How to Install OpenCV on Debian 8 Linux

OpenCV (Open Source Computer Vision Library) is an open-source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in commercial...
15 Practical examples of ls command

15 Practical examples of ls command

Linux ls command is a basic command which is essential to know for all Linux users. It is used to list information of files and directories within a file system. To use ls command, you don’t need to install any special package in your Linux machine. It is a part of...