LAMP Stack

How To Use the LAMP 1-Click Install on the cloud provider — step-by-step Linux tutorial on Progressive Robot

How To Use the LAMP 1-Click Install on the cloud provider

LAMP stack is a solution stack that employs a specific group of software to host web applications on a server. This term is an acronym which represents the Linux operating system with the Apache web server. The site data is stored in a MySQL database, and dynamic content is processed by PHP. This tutorial will guide you through spinning up a cloud servers with LAMP stack pre-installed, using the the cloud provider LAMP 1-Click App.

Read more
How To Implement PHP Rate Limiting with Redis on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Implement PHP Rate Limiting with Redis on Ubuntu 20.04

Redis (Remote Dictionary Server ) is an in-memory open source software. It is a data-structure store that uses a server’s RAM, which is several times faster than even the fastest Solid State Drive (SSD). This makes Redis highly responsive, and therefore, suitable for rate limiting. In this tutorial, you’ll implement a PHP script for rate limiting with Redis on an Ubuntu 20.04 server.

Read more
CHAT