Debian

How To Install and Use Mosh on a VPS — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Mosh on a VPS

Mosh takes all the security benefits of SSH and builds upon it a greater tolerance to poor network conditions and roaming connections. It also increases responsiveness and lowers bandwidth usage by only communicating state changes to the currently visible screen region rather than transmitting complete buffers.

Read more
How To Install Git on Debian 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on Debian 7

This tutorial covers how to install Git on Debian 7 via apt-get and from the source. Git is a version control system distributed under the terms of the GNU General Public License v.2 since its release in 2005. It allows for non-linear development of projects and can handle large amounts of data effectively.

Read more
How To Install Node.js on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Install Node.js on Debian 10

Node.js is a JavaScript platform for general-purpose programming that allows users to build asynchronous network applications quickly. By leveraging JavaScript on both the front and backend, Node.js can make web application development more consistent…

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

How To Install WordPress with LEMP on Debian 9

WordPress is the most popular CMS (content management system) on the internet. It allows you to easily set up flexible blogs and websites on top of a MySQL backend with PHP processing. WordPress has seen incredible adoption and is a great choice for getting a website up and…

Read more
How To Set Up WireGuard on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How To Set Up WireGuard on Debian 11

In this tutorial, you will set up WireGuard on a Debian 11 server, and then configure another machine to connect to it as a peer using both IPv4 and IPv6 connections (commonly referred to as a _dual stack_ connection). You’ll also learn how to route the peer’s Internet traffic through the WireGuard server in a gateway configuration, in addition to using the VPN for an encrypted peer-to-peer tunnel.

Read more
CHAT