Linux

How To Set Up the code-server Cloud IDE Platform on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up the code-server Cloud IDE Platform on Ubuntu 22.04

code-server is Microsoft Visual Studio Code running on a remote server and accessible directly from your browser as a cloud IDE (Integrated Development Environment). In this tutorial, you will set up the code-server cloud IDE platform on Ubuntu 22.04 and expose it at your domain, secured with Let’s Encrypt TLS certificates.

Read more
How To Set Up Time Synchronization on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Time Synchronization on Debian 9

Accurate timekeeping has become a critical component of modern software deployments. Whether it’s making sure logs are recorded in the right order or database updates are applied correctly, out-of-sync time can cause errors, data corruption, and other hard to debug…

Read more
How To Set Up vsftpd on CentOS 6 — step-by-step Linux tutorial on Progressive Robot

How To Set Up vsftpd on CentOS 6

Vsftpd is a fast and secure FTP server. Installing an FTP server can assist you with uploading files to your droplet. This tutorial describes how to install and set up vsftpd on CentOS 6.

Read more
How To Upgrade to Ubuntu 18.04 Bionic Beaver — step-by-step Linux tutorial on Progressive Robot

How To Upgrade to Ubuntu 18.04 Bionic Beaver

<$>[warning] Warning: As with almost any upgrade between major releases of an operating system, this process carries an inherent risk of failure, data loss, or broken software configuration. Comprehensive backups and extensive testing are strongly advised. To avoid…

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

How To Use Apache as a Reverse Proxy with mod_proxy on CentOS 7

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