cloud servers

How To Install Java with Apt on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Java with Apt on Ubuntu 18.04

In this guide, you will install various versions of the Java Runtime Environment (JRE) and the Java Developer Kit (JDK) using `apt` . You’ll install OpenJDK as well as official packages from Oracle. You’ll then select the version you wish to use for your projects. When you’re finished, you’ll be able to use the JDK to develop software or use the Java Runtime to run software.

Read more
How To Install Nginx on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Nginx on Ubuntu 18.04

Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is more resource-friendly than Apache in most cases and can be used as a web server or reverse proxy.

Read more
How To Secure Apache with Let's Encrypt on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Secure Apache with Let’s Encrypt on Ubuntu 18.04

Let’s Encrypt is a Certificate Authority (CA) that provides an easy way to obtain and install free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. In this tutorial, you will use Certbot to obtain a free SSL certificate for Apache on Ubuntu 18.04 and set up your certificate to renew automatically.

Read more
How to Setup a MicroK8s Kubernetes Cluster on Ubuntu 22.04 — step-by-step Kubernetes tutorial on Progressive Robot

How to Setup a MicroK8s Kubernetes Cluster on Ubuntu 22.04

*The author selected Open Source Initiative to receive a donation as part of the Write for DOnations program.* Introduction to MicroK8s While many options are available for a Kubernetes cluster, not all follow a simple setup. MicroK8s, developed by Canonical, simplifies the Kubernetes cluster setup process through its single command binary installation and can be […]

Read more
CHAT