
Static Website Configuration for Nginx Web Server on CentOS 6 / CentOS 7
Q. How to configure and host static website on Nginx web server? A. Nginx is a lightweight web server and an alternative to Apache. In order to run a static…
Static Website Configuration for Nginx Web Server on CentOS 6 / CentOS 7
Q. How to configure and host static website on Nginx web server? A. Nginx is a lightweight web server and an alternative to Apache. In order to run a static…
How to Install IonCube Loader in CentOS 6 / CentOS 7
What is IonCube Loader ? IonCube Loader is a PHP module or extension for PHP files decoding encrypted and is often required for many applications based on PHP. It helps…
How to Install and Update OpenSSL on CentOS 6 / CentOS 7
I have CentOS 6 server and still running with OpenSSL 1.0.1e (openssl-1.0.1e-30) that vulnerable to a remote attacker to access parts of memory on systems using vulnerable versions of OpenSSL….
How to Install EPEL Yum Repository on Linux CentOS 7 / RHEL 7
Epel yum repository is an open source centos yum repository or rpm repository for developers and system administrators to perform the installation of RPM packages via yum on their virtual…
How to Remove / Uninstall Nginx on CentOS 7 / RHEL 7 / Oracle Linux 7
Nginx web server is alternative web server to Apache and Lighttpd. Nginx popularity now growing because it focuses on high concurrency, high performance while maintaining low memory usage. However, due…
How to Grant a New User to Root Privileges on CentOS 6 / CentOS 7
One recommended way to manage virtual private server (VPS) or a dedicated linux server is not using the root account as the main access for SSH login. This is because…
How to Install Nginx on CentOS 7 / RHEL 7
NGINX is a web server that focuses to high performance and high concurrency and at the same time very low memory usage. It is a flexible web server and lightly…
How to Install Varnish 4 on CentOS 6 / CentOS 7
Varnish is an open source web accelerator typically run in front of web servers such as Apache or Nginx. It is also known as HTTP reverse proxy and designed to…
How to Disable Autostart for a Service at boot on Linux CentOS 7 / RHEL 7
Question : Due to some reason, I had to stop a service on linux CentOS 7. But when i restarted the server, the service starts again automatically. How to stop…
How to Install LAMP on CentOS 7 / RHEL 7
LAMP stack is a group of open source software that installed together to let you run a web server to host dynamic websites. āLā stand for Linux, āAā stand for…
How to Create LVM in Linux CentOS 7 / RHEL 7 / Oracle Linux 7
Storage technology plays a important role in improving the availability, performance, and ability to manage Linux servers. One of the most useful and helpful technology to linux system administrator is…
How to Prepare for Zimbra 8 Installation Prerequisites on RHEL 7/CentOS 7
Before we install Zimbra 8, I would recommend you to meet all of these requirements. Some software prerequisites should be installed first, then setup the DNS and MX records, provides…