Creating a New Sudo User on CentOS 8, The Easy Way

Centos 8

Most of Linux users are already familiar with the sudo command available from the terminal. The sudo command allows user able to run programs or commands with administrator privileges – usually can only be run by root user. If you ever need to add a … Read more

How to Restart Ubuntu X Window Server From Command Line

Ubuntu restart X Server from command line

In today’s Linux guide, I’ll show you how to restart Ubuntu X Server from the command line or terminal. In some cases session might freezes and you’re stuck because don’t know what to do to resolved it. If you’re wondering, X Server provides you with … Read more

How To Install and Setup PHP 7.4 on CentOS 7

The latest stable version of PHP 7.4.0 has been released to the public a few days ago and brings many improvements, as well as new features. It’s generally available for public since November 28 2019, so we can safely use PHP 7.4 on our server. … Read more

How To Install PHP 7.0, PHP 7.1 and PHP 7.2 on CentOS 7

Using an obsolete PHP version is clearly not recommended, especially for a web hosting environment. However, in some cases you might encounter compatibility issues with your web software system requirements with a PHP version you’re using, which ultimately requires you to use an older PHP7 … Read more

How To Install Nginx, PHP7.3-FPM and MariaDB 10.4 on CentOS 7

If you’ve read our previous tutorials, you should understand how to install and setup the LEMP stack on the Ubuntu LTS server. Installing the LEMP stack on the Ubuntu LTS and CentOS servers is very different. Well, in this tutorial we will guide you on … Read more

How To Install and Configure PHP 7.3 on CentOS 7

PHP 7.1 will reach its end-of-life (EOL) in the next 11 days. The official PHP site says that they only provide security support for PHP 7.1 until December 1, 2019. So, the latest stable PHP version currently is PHP 7.2 and PHP 7.3. According to … Read more

How To Setup Memcached on cPanel-WHM

This tutorial will guide you on how to setup and configure memcached on cPanel-WHM. Setting up memcached and memcache PHP extensions on cPanel-WHM is very easy. Simply add EasyApache4 (EA4) Experimental Repository in order to install memcached. Unfortunately, both memcached and memcache RPMs are still … Read more

How To Install ionCube Loader on VestaCP

This guide will help you to install and configure ionCube Loader PHP Extension on VestaCP. You can use this tutorial properly on all Linux distributions supported by VestaCP, including RHEL/CentOS and Debian/Ubuntu. ionCube Loader is a PHP extension that allows PHP to load encoded and … Read more