The Linux find command is one of the most important and frequently used command command-line utility in Unix-like operating systems. The find command is used to search and locate the list of files
Install Nginx 1.15, MariaDB 10 & PHP 7 on CentOS 7
In this article we will explain how to install a LEMP stack (Linux, Nginx, MariaDB, PHP) along with PHP-FPM on RHEL/CentOS 7/6 and Fedora 26-29 servers using yum and dnf package manager. During the process we will install and enable Epel, Remi, Nginx and MariaDB repositories in order to be able
Installing Firefox 81 in Linux
Firefox 81 officially released for all major OS e.g. Linux, Mac OSX, Windows, and Android. The binary package is now available for download for Linux (POSIX) systems, grab the desired one,
Way to Know Plugged USB Device Name in Linux
Using USB drives for file transfer is so common today, and for those (new Linux users) who prefer to use the command line, learning the different ways to identify a
Ways to Extract & Copy Files from ISO Image in Linux
For example, you can use standard mount command to mount an ISO image in read-only mode using the loop device and then copy the files to another directory. Let’s say you have
Mount Remote Linux Filesystem or Directory Using SSHFS Over SSH
The main purpose of writing this article is to provide a step-by-step guide on how to mount remote Linux file system using SSHFS client over SSH. This article is useful for those users