Debian

Ubuntu and Debian Package Management Essentials — step-by-step Linux tutorial on Progressive Robot

Ubuntu and Debian Package Management Essentials

Package management software allows you to easily control the software on your servers. These tools allow you to install, remove, update, and configure thousands of packages through a unified interface. In this guide, we will discuss some of the most common package management procedures that can be used with Ubuntu and Debian systems.

Read more
How To Add Swap Space on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Add Swap Space on Debian 10

One of the easiest way of guarding against out-of-memory errors in applications is to add some swap space to your server. In this guide, we will cover how to add a swap file to a Debian 10 server. <$>[warning] Warning: Although swap is generally recommended for systems…

Read more
How To Create a SSL Certificate on Apache for Debian 7 — step-by-step Linux tutorial on Progressive Robot

How To Create a SSL Certificate on Apache for Debian 7

A SSL certificate is a way to encrypt a site’s information and create a more secure connection. While Certificate authorities can issue SSL certificates that verify the server’s details, a self-signed certificate has no third party corroboration. This tutorial explains how to create a self-signed SSL certificate, add it to your VPS, and configure the SSL file to display the certificate to the world.

Read more
How To Install and Set Up OpenERP 7.0 on a Debian 7/Ubuntu 13.10 VPS — step-by-step Linux tutorial on Progressive Robot

How To Install and Set Up OpenERP 7.0 on a Debian 7/Ubuntu 13.10 VPS

OpenERP is probably the most well-known open-source ERP solution that exists today. With over 3,000 modules, its capabilities are vast – and so are possible benefits it brings for businesses and organizations. Thanks to its release under the terms of GNU Affero General Public License (AGPLv3), OpenERP is **free** to use and share. This tutorial will demonstrate how easy it is to have a running copy of OpenERP 7.0 in less than 15 minutes on a Debian/Ubuntu VPS.

Read more
Como instalar o Docker Compose no Debian 10 — step-by-step Docker tutorial on Progressive Robot

Como instalar o Docker Compose no Debian 10

O Docker é uma ótima ferramenta para automatizar a implantação de aplicativos Linux dentro de contêineres de software, mas para aproveitar de todo esse potencial, cada componente de um aplicativo deve executar em seu próprio contêiner individual. Para…

Read more
How To Install TTRSS with Nginx for Debian 7 on a VPS — step-by-step Linux tutorial on Progressive Robot

How To Install TTRSS with Nginx for Debian 7 on a VPS

This tutorial is going to guide you through the installation process of Tiny Tiny RSS with nginx and PostgreSQL on Debian 7.0 VPS. For setting up TTRSS, you need two essential components: a web server and a database. As a web server, we are going to use nginx and as database PostgreSQL.

Read more
CHAT