LAMP Stack

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
How To Install WordPress with a Managed Database on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with a Managed Database on Ubuntu 18.04

WordPress is the most popular CMS (content management system) on the internet. It allows you to easily set up flexible blogs and websites on top of a MySQL backend with PHP processing. In this guide, we’ll focus on getting a WordPress instance set up on a managed MySQL database on an Ubuntu 18.04 server.

Read more
How To Use WP-CLI v2 to Manage Your WordPress Site from the Command Line — step-by-step Web Servers tutorial on Progressive Robot

How To Use WP-CLI v2 to Manage Your WordPress Site from the Command Line

In this tutorial, you’ll use many of the features of WP-CLI and discover how it can fit into your workflow. You’ll cover common operations such as managing plugins and themes, creating content, working with the database, and updating WordPress. The capabilities of WP-CLI go beyond this tutorial; however, you’ll be able to transfer how to work with thes more common options to other WP-CLI features.

Read more
¿Cómo instalar WordPress con LAMP en Ubuntu 16.04? — step-by-step Linux tutorial on Progressive Robot

ÂżCĂłmo instalar WordPress con LAMP en Ubuntu 16.04?

WordPress es el CMS (Sistema de GestiĂłn de Contenido) más popular en Internet. Te permite configurar sitios y blogs fácilmente sobre MySQL y PHP manejando el backend. Wordpress ha tenido amplia aceptaciĂłn y es una buena opciĂłn para tener un sitio en linea rápidamente. DespuĂ©s…

Read more
How To Install an Apache, MySQL, and PHP (FAMP) Stack on FreeBSD 10.1 — step-by-step Linux tutorial on Progressive Robot

How To Install an Apache, MySQL, and PHP (FAMP) Stack on FreeBSD 10.1

A FAMP stack, which is similar to a LAMP stack on Linux, is a group of open source software that is typically installed together to enable a FreeBSD server to host dynamic websites and web apps. FAMP is an acronym that stands for FreeBSD (operating system), Apache (web server), MySQL (database server), and PHP (to process dynamic PHP content).

Read more
CHAT