Linux

How To Install and Configure Varnish with Apache on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Varnish with Apache on Ubuntu 12.04

Varnish is an HTTP accelerator and a useful tool for speeding up a server, especially during a times when there is high traffic to a site. It works by redirecting visitors to static pages whenever possible and only drawing on the virtual private server itself if there is a need for an active process. This tutorial covers setting up Varnish with Apache on Ubuntu 12.04.

Read more
Comment installer et configurer VNC sur Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Comment installer et configurer VNC sur Ubuntu 20.04

Le Virtual Network Computing, ou VNC, est un système de connexion qui vous permet d’utiliser votre clavier et votre souris pour interagir avec un environnement de bureau graphique sur un serveur distant. Il facilite la gestion des fichiers, des logiciels et des paramètres…

Read more
How To Install and Manage RabbitMQ — step-by-step Linux tutorial on Progressive Robot

How To Install and Manage RabbitMQ

In this the cloud provider article, we aim to introduce you to the RabbitMQ project: an open-source message-broker application stack which implements the Advanced Message Queuing Protocol (AMQP).

Read more
How To Install and Secure Memcached on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure Memcached on Ubuntu 18.04 (UBUNTU-18-04)

Memory object caching systems like Memcached can optimize backend database performance by temporarily storing information in memory, retaining frequently or recently requested records. In this guide, we will cover how to protect your Memcached server by binding your installation to a local or private interface and creating an authorized user for your Memcached instance.

Read more
How To Install and Secure Redis on Rocky Linux 8 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure Redis on Rocky Linux 8

Redis was designed for use by trusted clients in a trusted environment, and has no robust security features of its own. Redis does, however, have a few security features like password authentication and the ability to rename or disable some commands. This tutorial provides instructions on how to install Redis and configure these security features. It also covers a few other settings that can boost the security of a standalone Redis installation on Rocky Linux 8.

Read more
CHAT