Skip to main content

DigitalOcean Droplets

Initial Server Setup with Ubuntu 20.04
Tutorials DigitalOcean Droplets Getting Started Initial Server Setup Security Ubuntu Ubuntu 20.04
Introduction> Introduction # When you first create a new Ubuntu 20.04 server, you should perform some important configuration steps as part of the initial setup. These steps will increase the security and usability of your server, and will give you a solid foundation for subsequent actions.
How To Install Nginx on Ubuntu 18.04
Tutorials DigitalOcean Droplets Nginx Ubuntu 18.04
Introduction> Introduction # 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.
How To Install Java with Apt on Ubuntu 18.04
Tutorials DigitalOcean Droplets Java Ubuntu 18.04
The author selected the Open Internet/Free Speech Fund to receive a $100 donation as part of the Write for DOnations program. [*]Introduction[*] Java and the JVM (Java’s virtual machine) are required for many kinds of software, including Tomcat, Jetty, Glassfish, Cassandra and Jenkins.
How To Secure Apache with Let’s Encrypt on Ubuntu 18.04
Tutorials Apache DigitalOcean Droplets Let's Encrypt Security Ubuntu 18.04
Introduction> Introduction # Let’s Encrypt is a Certificate Authority (CA) that provides a way to obtain and install free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. It streamlines the process by providing a software client, Certbot, that attempts to automate most (if not all) of the required steps.