ionCube is a commercial software consisting of PHP encoders, it is used as an encryption / decryption utility for PHP applications where we can store…
This steps will show you how you can Zip a Directory in Linux CentOS or redhat operating system. Zip is the most widely used archive…
Automating routine tasks is important for linux administrators, this is to avoid overloading them when doing the same tasks every day. Tasks such as file…
This article show to change hostname in linux CentOS 7 and Ubuntu 18 : Change hostname on linux Centos 7.7 : # hostnamectl set-hostname centos77.linodelinux.com…
There are several ways to check what CentOS version is running on your linux VPS. Below are some examples of how to determine the CentOS…
In this post i will show to to find and replace text using sed command. We take /etc/host file as an example. We will replace…
This article will show how you can enable ssl on you Apache web server container. ServerAdmin support@domain.com ServerName domain.com DocumentRoot /var/www/html/domain.com <Directory “/var/www/html/domain.com”> Options FollowSymLinks…