System Tools

How to Set Up SSH Keys on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How to Set Up SSH Keys on Debian 11

SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with a Debian server, chances are you will spend most of your time in a terminal session connected to your server through SSH. In this guide, we’ll focus on setting…

Read more
How To Use BackupPC to Create a Backup Server on an Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

How To Use BackupPC to Create a Backup Server on an Ubuntu 12.04 VPS

BackupPC is a mature backup program that can be configured to back up Linux and Windows machines. Because of its powerful and flexible configuration options, and its easy to use web-interface, this is a good solution for many users. This guide will cover how to install and configure BackupPC on an Ubuntu 12.04 droplet.

Read more
How To Set Up SSH Keys on Rocky Linux 8 — step-by-step Linux tutorial on Progressive Robot

How To Set Up SSH Keys on Rocky Linux 8

SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with a Rocky Linux server, chances are you will spend most of your time in a terminal session connected to your server through SSH. In this guide, we’ll focus on…

Read more
How To Use PostgreSQL With Node.js on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Use PostgreSQL With Node.js on Ubuntu 20.04

The Node.js ecosystem provides a set of tools for interfacing with databases. One of those tools is _node-postgres_, which contains modules that allow Node.js to interface with the PostgreSQL database. In this tutorial, you’ll use `node-postgres` to connect and query the PostgreSQL database. You will then connect your application to the Postgres database using the `node-postgres` module. Afterwards, you will use `node-postgres` to insert, retrieve, and modify data in the PostgreSQL database.

Read more
CHAT