Cyberithub

Top 22 YUM Command Examples in RedHat/CentOS 7

In this tutorial, I will take you through Top 22 YUM Command Examples in RedHat/CentOS 7. YUM command is the most widely used command in RedHat and CentOS environment to download and install packages from Repository. It is also able to detect and install the dependent packages which otherwise will be a very difficult  to … Read more

Top 17 passwd and chage Command Examples in Linux

In this article, I will take you through top 10 passwd and chage Command Examples to Manage User Password Expiration and Aging in Linux. passwd tool is generally used to change user account password and chage command are usually used for User account expiration and aging operations. Most of the time you will see both … Read more

Top 15 Most Important mv command in Linux

In this article, I will take you through the usage of mv command in Linux. mv command is one of the linux terminal commands used on daily basis by Linux and System Admin across the world to perform day to day files and directories operations. So it is very important to understand the options and … Read more

How to create and configure Zone in Solaris 11

In this article, I will take you through steps to create and configure Zone in Solaris 11. As per Oracle Documentation, The Solaris Zones partitioning technology is used to virtualize operating system services and provide an isolated and secure environment for running applications. A zone is a virtualized operating system environment created within a single … Read more

16 Best ls command examples in Linux

In this article, I will take you through the usage of ls command in Linux. ls command in Linux is a daily use command to list out the files and directories. From Linux Administrator to Linux Developer, everyone uses it to perform very basic listing operations. Hence it is important to understand the usage of … Read more

How to Install Nginx on Ubuntu 18.04

In this article, I will take you through the steps to install Nginx on Ubuntu 18.04. Nginx, pronounced eNgineEx, a web server developed by Igor Sysoev in 2002. It was officially released in 2004. According to the Official Nginx Website, it is defined as an HTTP and reverse proxy server, a mail proxy server, and … Read more