Debian

How To Install Aegir and Use it to Deploy Drupal Sites on a Debian VPS — step-by-step Linux tutorial on Progressive Robot

How To Install Aegir and Use it to Deploy Drupal Sites on a Debian VPS

This tutorial covers how to install Aegir and use it to deploy Drupal sites on a Debian VPS. Aegir is a hosting system for Drupal powered sites based on many Drupal itself (for Aegir core), Drupal deployment tools, and the Drush. Aegir makes it simple for you to host Drupal sites, as well as to manage and deploy them effectively.

Read more
How to Install and Secure the Mosquitto MQTT Messaging Broker on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How to Install and Secure the Mosquitto MQTT Messaging Broker on Debian 8

MQTT is a machine-to-machine messaging protocol, designed to provide lightweight publish/subscribe communication to “Internet of Things” devices. Mosquitto is a popular MQTT server (or broker, in MQTT parlance) that has great community support and is easy to install and configure. In this tutorial, we’ll install Mosquitto, retrieve SSL certificates from Let’s Encrypt, and set up our broker to use SSL to secure our password-protected MQTT communications.

Read more
So installieren Sie Docker Compose unter Debian 10 — step-by-step Docker tutorial on Progressive Robot

So installieren Sie Docker Compose unter Debian 10

Docker ist ein hervorragendes Tool zur Automatisierung der Bereitstellung von Linux-Anwendungen in Software-Containern. Um jedoch das volle Potenzial dieser Anwendung auszuschöpfen, sollte jede Komponente einer Anwendung in ihrem ihren eigenen…

Read more
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Debian — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Debian

This tutorial explains how to install Apache, how to install MySQL, how to change the root MySQL password, how to install PHP, and how to see what libraries are available. LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache ( the web server) , MySQL (the database), and PHP (the language). This tutorial is written for Debian.

Read more
How To Install Suricata on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How To Install Suricata on Debian 11

Suricata is a Network Security Monitoring (NSM) tool that uses sets of community created and user defined signatures (also referred to as rules) to examine and process network traffic. Suricata can generate log events, trigger alerts, and drop traffic…

Read more
Como configurar um Firewall com o UFW no Debian 9 — step-by-step Linux tutorial on Progressive Robot

Como configurar um Firewall com o UFW no Debian 9

O UFW, ou Uncomplicated Firewall (Firewall Descomplicado), é uma interface para iptables desenvolvida para simplificar o processo de configuração de um firewall. Apesar da iptables ser uma ferramenta sólida e flexível, pode ser difícil para os iniciantes aprender como usá-la…

Read more
How to Set Up Squid Proxy for Private Connections on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How to Set Up Squid Proxy for Private Connections on Debian 11

Proxy servers are a useful way of caching or obfuscating web traffic. This means that web requests can be served from different inbound or outbound addresses than they appear to be, by offloading the connection to intermediaries. For regular end users, this usually means allowing you to make web requests from a different IP address than your own. In this tutorial, you will be installing and configuring Squid to support a number of popular proxy protocols on a Debian 11 server.

Read more
How To Use Apache as a Reverse Proxy with mod_proxy on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Use Apache as a Reverse Proxy with mod_proxy on Debian 8

In this tutorial, you will set up Apache as a reverse proxy using the `mod_proxy` extension to redirect incoming connections to underlying application server(s) running on the same network. There are instructions on setting up a simple web app using the Flask framework to show how Apache interacts with the real application hidden behind it, but you can also follow this tutorial using your existing application server, if you have one.

Read more
CHAT