ubuntu

How To Set Up a Remote Desktop with X2Go on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up a Remote Desktop with X2Go on Ubuntu 20.04

X2Go provides a working “cloud desktop,” complete with all the advantages of an always-online, remotely-accessible, easily-scalable computing system with a very fast network. It is also more responsive and more secure than many VNC solutions. In this tutorial, you’ll use X2Go to create a Debian 10 XFCE desktop environment that you can access remotely. This “cloud desktop” will include the exact same utilities that you would obtain had you installed Ubuntu 20.04 and XFCE on your local machine.

Read more
How To Set Up an NFS Mount on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up an NFS Mount on Ubuntu 12.04

This tutorial covers setting up an NFS mount on Ubuntu 12.04. NFS mounts work to share a directory between several virtual servers. This has the advantage of saving disk space, as the home directory is only kept on one virtual private server, and others can connect to it over the network. When setting up mounts, NFS is most effective for permanent fixtures that should always be accessible.

Read more
How To Set Up and Configure a Certificate Authority On Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up and Configure a Certificate Authority On Ubuntu 22.04

A private Certificate Authority (CA) that runs on Ubuntu 22.04 will enable you to configure, test, and run programs that require encrypted connections between a client and a server. Using a private CA, you can issue certificates for users, servers, or individual programs and services within your infrastructure. A private certificate authority can help ensure that all your development, staging, and production environments use similar architectures and configurations.

Read more
How To Set Up Apache Virtual Hosts on Ubuntu 14.04 LTS — step-by-step Linux tutorial on Progressive Robot

How To Set Up Apache Virtual Hosts on Ubuntu 14.04 LTS

The Apache web server is the most popular way to serve web content on the internet. Apache has the ability to serve multiple domains from a single server by using a mechanism called “virtual hosts”. If a virtual host is configured correctly for each domain, the web server can correctly route traffic to the appropriate files based on the domain name requested. In this guide, we’ll demonstrate how to configure Apache virtual hosts on an Ubuntu 14.04 VPS.

Read more
CHAT