nginx

How To Install and Secure phpMyAdmin with Nginx on an Ubuntu 14.04 Server — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure phpMyAdmin with Nginx on an Ubuntu 14.04 Server

Administering relational databases from the command line can be a daunting proposition for many people. A project called phpMyAdmin aims to alleviate this issue by providing an easy to use web interface for MySQL. In this guide, we’ll discuss how to install and secure phpMyAdmin on top of a LEMP (Linux, Nginx, MySQL, and PHP) stack on an Ubuntu 14.04 server.

Read more
How To Install Drupal with Docker Compose — step-by-step Docker tutorial on Progressive Robot

How To Install Drupal with Docker Compose

Drupal is a content management system (CMS) written in PHP and distributed under the open-source GNU General Public License. Drupal requires the LAMP (Linux, Apache, MySQL, and PHP) or LEMP (Linux, Nginx, MySQL, and PHP) stack, but installing individual components is a time-consuming task. In this tutorial, we will solve this problem by installing Drupal using Docker Compose so that we can take advantage of containerization and deploy our Drupal website on a web server quickly.

Read more
How To Install Linux, Nginx, MySQL, PHP (LEMP) stack On CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Nginx, MySQL, PHP (LEMP) stack On CentOS 7

In this guide, we’ll get a LEMP stack installed on an CentOS 7 server. A LEMP software stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the ENginx web server (which replaces the Apache component of a LAMP stack). The site data is stored in a MySQL database (using MariaDB), and dynamic content is processed by PHP.

Read more
How To Install Nginx on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Nginx on Debian 8

Nginx is an popular HTTP-server alternative to Apache2. It can be used as a reverse proxy, mail server, or web server. According to the Netcraft survey as of July 2015, Nginx currently holds 14% of the market and has had an increasing trend since 2007.

Read more
Cara Menginstal Nginx pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Menginstal Nginx pada Ubuntu 20.04

Nginx adalah salah satu server web terpopuler di dunia dan berperan sebagai hos dari sebagian situs terbesar dan situs yang memiliki lalu lintas tertinggi di internet. Dalam panduan ini, kita akan membahas cara menginstal Nginx pada server Ubuntu 20.04 Anda.

Read more
How To Install TTRSS with Nginx for Debian 7 on a VPS — step-by-step Linux tutorial on Progressive Robot

How To Install TTRSS with Nginx for Debian 7 on a VPS

This tutorial is going to guide you through the installation process of Tiny Tiny RSS with nginx and PostgreSQL on Debian 7.0 VPS. For setting up TTRSS, you need two essential components: a web server and a database. As a web server, we are going to use nginx and as database PostgreSQL.

Read more
How To Protect an Nginx Server with Fail2Ban on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Protect an Nginx Server with Fail2Ban on Ubuntu 20.04

In this guide, you will learn how to install `fail2ban` on a Ubuntu 20.04 server and configure it to monitor your Nginx logs for intrusion attempts. Fail2ban can significantly mitigate brute force attacks by creating rules that automatically alter your firewall configuration to ban specific IPs after a certain number of unsuccessful login attempts. This will allow your server to harden itself against these access attempts without intervention from you.

Read more
CHAT