Debian

How To Install And Manage Apache Qpid — step-by-step Linux tutorial on Progressive Robot

How To Install And Manage Apache Qpid

In this the cloud provider article, we are going to talk about Apache Qpid, which is one of the open-source messaging systems that implements the Advanced Message Queuing Protocol (AMQP) (similar to RabbitMQ – article #4.1) to help developers solve their needs of advanced messaging between different elements of application deployment stack. As a project, Qpid aims to implement AMQP 100%.

Read more
How To Install Apache mod_spdy on a Debian 7 VPS — step-by-step Linux tutorial on Progressive Robot

How To Install Apache mod_spdy on a Debian 7 VPS

Apache mod_spdy is an open source Apache module that allows Apache web servers to serve HTTPS requests using the SPDY protocol. SPDY (pronounced as “SPeeDY”) is a new protocol created to address speed related problems with the HTTP protocol; it allows the client and server to pass multiple requests over a single connection, compress request and response headers, and all the server to push site resources to the client without the client requesting them.

Read more
How To Install Go on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Install Go on Debian 9

This tutorial will guide you through downloading and installing Go, as well as compiling and executing a traditional “Hello, World!” program, on a Debian 9 server.

Read more
How To Move an Apache Web Root to a New Location on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Move an Apache Web Root to a New Location on Debian 8

On Debian 8, the Apache2 web server stores its documents in /var/www/html by default. This directory is located on the root filesystem with the rest of the operating system. You may want to move the document root to another location, such as a separate mounted filesystem. In this guide, you’ll move the Apache document root to a new location by moving the files and changing Apache’s configuration files.

Read more
How To Secure Nginx with Let's Encrypt on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Secure Nginx with Let’s Encrypt on Debian 8

Let’s Encrypt is a new Certificate Authority (CA) that provides an easy way to obtain and install free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. It simplifies the process by providing a software client, certbot (previously called letsencrypt),…

Read more
How To Set Up an OpenVPN Server on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Set Up an OpenVPN Server on Debian 10

OpenVPN is a full-featured, open-source Secure Socket Layer (SSL) VPN solution that accommodates a wide range of configurations. In this tutorial, you will set up an OpenVPN server on a Debian 10 server and then configure access to it from Windows, OS X, iOS and/or Android devices. This tutorial will keep the installation and configuration steps as simple as possible for each of these setups.

Read more
CHAT