LAMP stack is the combination of Linux, Apache web server, MySQL/MariaDB, PHP. LAMP stack is used to deploy web-based applications and host dynamic websites.
Category: 02. Dedicated servers
What is a dedicated server, its advantages. Yjw to install OS on server and do server diagnostics.
How To Install Nginx, MariaDB, PHP (LEMP) On CentOS 8
Nginx is an open-source, high-performance web server. It is known for its stability, very simple configuration, rich feature set, and low resource consumption.
Understanding and Configuring SELinux
Security-Enhanced Linux (SELinux) is a Linux kernel security module that provides a mechanism for supporting access control security policies, including mandatory access controls (MAC).
How to secure Nginx with Let’s Encrypt on CentOS 8
Let’s Encrypt is a non-profit certificate authority run by Internet Security Research Group (ISRG) that provides X.509 certificates for Transport Layer Security (TLS) encryption at no charge.
How to secure Apache with Let’s Encrypt on CentOS 8
Let’s Encrypt is a non-profit certificate authority run by Internet Security Research Group (ISRG) that provides X.509 certificates for Transport Layer Security (TLS) encryption at no charge.
Tuning NGINX for Performance
Setup worker_processes The architecture of the Nginx master and worker processes is explained as follows: “nginx has one master process and several worker processes. The main goal of the master process is to read and evaluate the configuration, as well as support worker processes. Worker processes actually handle requests. Nginx uses an event-based model and […]
Apache httpd: How To Enable Password Authentication
Security is a fist priority, and if you maintain data security, you have a great responsibility.
How to install Docker Compose on CentOS 8
Compose is a tool for defining and running multi-container Docker applications.
How to add a swap file on CentOS 8
In this tutorial I will show you how to set up a swap file on CentOS 8
How to Compile Nginx From Source on CentOS 8
In this tutorial, we will build Nginx with all available modules in the open-source version of Nginx.