Linux

How to Optimize WordPress on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How to Optimize WordPress on Ubuntu

Optimizing Wordpress installations on the cloud gives the clients and individuals your sites interact with the performance, speed, and flexibility they’ve come to expect with WordPress. In this tutorial, you’ll gain tips on how to optimize WordPress installations in a way that’s built for scale, including guidance on configuration, speed, and overall performance.

Read more
How To Protect SSH with Fail2Ban on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Protect SSH with Fail2Ban on Ubuntu 22.04

Fail2ban is a service that can be run on your server to dynamically block clients that repeatedly fail to authenticate correctly with your services . This can help mitigate the affect of brute force attacks and illegitimate users of your services. In this guide, we’ll demonstrate how to install and configure fail2ban to protect SSH on an Ubuntu 22.04 server.

Read more
Cómo leer y configurar variables de entorno y de shell en Linux — step-by-step Linux tutorial on Progressive Robot

Cómo leer y configurar variables de entorno y de shell en Linux

En los sistemas Linux, se utilizan variables de entorno y de shell para determinar las condiciones de funcionamiento del shell. Se pueden transmitir a procesos secundarios y utilizar para establecer opciones y hacer que cierta información esté disponible para los procesos que se producen en la sesión. En esta guía, hablaremos de cómo leer, modificar, crear y eliminar variables de entorno y de shell

Read more
How To Run a Meilisearch Frontend Using InstantSearch on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Run a Meilisearch Frontend Using InstantSearch on Ubuntu 22.04

Meilisearch is an open source, standalone search engine written in the highly performant Rust programming language. Compared with other popular search engines, Meilisearch is focused on keeping deployment straightforward– it provides features like fuzzy matching and schema-less indexing out of the box, and is managed by a single command-line binary. It includes its own web frontend for demo purposes, and can be integrated with the InstantSearch javascript library for more complex web deployment.

Read more
How To Sandbox Processes With Systemd On Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Sandbox Processes With Systemd On Ubuntu 20.04

Sandboxing is a computer security technique that focuses on isolating a program or process from parts of a system that it does not need to interact with during normal operation. In this tutorial you will run through a practical demonstration of how to use systemd’s sandboxing techniques on Ubuntu 20.04 for an efficient workflow to implement and to test these techniques.

Read more
How To Secure MongoDB on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Secure MongoDB on CentOS 8

MongoDB doesn’t have authentication enabled by default, meaning that any user with access to the server where the database is installed can add and delete data without restriction. In order to secure this vulnerability, this tutorial will walk you through creating an administrative user and enabling authentication on a CentOS 8 server. You’ll then test to confirm that only this administrative user has access to the database.

Read more
CHAT