Linux OS
now browsing by category
Practical Examples for Using Awk Command in Text Processing in Linux
In this post, we’ll show you some practical examples to use awk command for processing text files in Linux Systems. Those examples I used them many times for many practical situations and will share them with you. I’ll use question and answer for examples in this post. Awk is aRead More
How to Install PHP 7.3 on CentOS 7 / RHEL 7 Linux Systems
In this post, I’ll show you how to install php 7.3 on a bare CentOS7/RHEL7 Linux Systems. By default, CentOS 7 ships with PHP version 5.4 which has been officially reached it’s End of life for quite some time “in mid of 2015” and is no longer supported. You canRead More
How to Install PHP 7.2 on CentOS 7 / RHEL 7 Linux Systems
In this post, I’ll show you how to install php 7.2 on a bare CentOS7/RHEL7 Linux Systems. By default, CentOS 7 ships with PHP version 5.4 which has been officially reached it’s End of life for quite some time “in mid of 2015” and is no longer supported. You canRead More
How to Install PHP 7.1 on CentOS 7 / RHEL 7 Linux Systems
In this post, I’ll show you how to install php 7.1 on a bare CentOS7/RHEL7 Linux Systems. By default, CentOS 7 ships with PHP version 5.4 which has been officially reached it’s End of life for quite some time “in mid of 2015” and is no longer supported. You canRead More
How to Install PHP 7.0 on CentOS 7 / RHEL 7 Linux Systems
In this post, I’ll show you how to install php 7.0 on a bare CentOS7/RHEL7 Linux Systems. By default, CentOS 7 ships with PHP version 5.4 which has been officially reached it’s End of life for quite some time “in mid of 2015” and is no longer supported. You canRead More
How to Install the Latest Stable Google Chrome on Ubuntu 18.04 LTS
In this post, we will show you how to install the latest stable google chrome browser on Linux systems (Debian Family “Ubuntu 18.04 LTS and Debian 9 Stretch ”). This tutorial is for Linux beginners and experts, showing 2 ways to install Google Chrome on Ubuntu 18.04 LTS Bionic Beaver.Read More
How to Install Gnome GUI on CentOS 7 / RHEL 7 Linux Systems
Linux admins spend most of their time on working in a terminal; there are some who like to work on GUI instead of a terminal. By default, CentOS 7 installed as the minimal server, and user intervention is required to change the installation type. This guide will help you toRead More
Install openvpn server on Debian 9 “Stretch” Linux systems
In this article we will discuss the installation of Openvpn server on Linux systems (Debian Family “Debian 9 “Stretch”/Ubuntu 16.04, and higher”). VPN, or virtual private network, is a secure method of connecting remote internet resources together as if they were under the same LAN. OpenVPN is a tool forRead More
How to Install the Latest Stable Google Chrome on Ubuntu 16.04 LTS
In this post, we will show you how to install the latest stable google chrome browser on Linux systems (Debian Family “Ubuntu 16.04 LTS and Debian 8 Jessie ”). This tutorial is for Linux beginners and experts, showing 2 ways to install Google Chrome on Ubuntu 16.04 LTS Xenial Xerus.Read More
How to Use Wget Command on Linux Systems with Examples (Wget Download Examples)
In this post, we’ll show you how to use wget command on Linux systems. Here’s you’ll find some important examples. wget utility is the best option to download files from internet. wget can pretty much handle all complex download situations including large file downloads, recursive downloads, non-interactive downloads, multiple fileRead More