How To Secure Apache with Let's Encrypt on Ubuntu 20.04
In this tutorial, you will use the Let's Encrypt client Certbot to obtain a free SSL certificate for Apache on Ubuntu 20.04 and set up your certificate to renew automatically.
Find the latest blog articles, including news, updates and tutorials to help with managing your website or servers!
In this tutorial, you will use the Let's Encrypt client Certbot to obtain a free SSL certificate for Apache on Ubuntu 20.04 and set up your certificate to renew automatically.
This guide should cover everything needed for initial server setup with Ubuntu 20.04.
In this guide, we’ll explain how to install an Apache web server on your Ubuntu 20.04 server.
In this guide, we’ll explain how to install an Apache web server on your Ubuntu 18.04 server.
Nginx is a free and open-source web server used to host websites and applications of all sizes.
Linux is a multi-user OS that is based on the Unix concepts of file ownership and permissions to provide security at the file system level.
This guide should cover everything needed for initial server setup with Ubuntu 18.04.
Introduction Go, often referred to as golang, is an open-source programming language developed by Google. It takes a minimalist approach to development and makes it easy to build simple, reliable, and efficient software. This tutorial will guide you through downloading and installing Go 1.7, as well as compiling and executing a basic “Hello, World!” program, on [...]
Introduction First off, you'll need to set up your CentOS 7 server. Here's how. Configuration management systems are designed to make controlling large numbers of servers easy for administrators and operations teams. They allow you to control many different systems in an automated way from one central location. While there are many popular configuration management [...]
Introduction If you haven't set up your new server yet, read this guide. The sudo command provides a mechanism for granting administrator privileges, ordinarily only available to the root user, to normal users. This guide will show you the easiest way to create a new user with sudo access on CentOS, without having to modify [...]