ubuntu

How To Reset Your MySQL or MariaDB Root Password — step-by-step Linux tutorial on Progressive Robot

How To Reset Your MySQL or MariaDB Root Password

Forgetting passwords happens to the best of us. If you forget or lose the root password to your MySQL or MariaDB database, you can still gain access and reset the password if you have access to the server and a sudo-enabled user account. This tutorial will cover how to…

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

How To Secure Apache with Let’s Encrypt on Ubuntu

Let’s Encrypt is a Certificate Authority (CA) that facilitates obtaining and installing free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. Currently, the entire process of obtaining and installing a certificate is fully automated on both Apache and Nginx with the use of Certbot. In this guide, we’ll use Certbot to obtain a free SSL certificate for Apache on Ubuntu and make sure this certificate is set up to renew automatically.

Read more
Настройка брандмауэра с UFW в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Настройка брандмауэра с UFW в Ubuntu 18.04

Предыдущая версия настоящего обучающего модуля составлена Хейзел Вирдо UFW (Uncomplicated Firewall или «простой брандмауэр») представляет собой интерфейс iptables, предназначенный для упрощения процесса настройки…

Read more
Настройка приложения Node.js для работы в среде Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Настройка приложения Node.js для работы в среде Ubuntu 20.04

Node.js — среда исполнения JavaScript с открытым исходным кодом, предназначенная для построения серверных и сетевых приложений. Данная платформа работает в операционных системах Linux, macOS, FreeBSD и Windows. Хотя вы можете запускать приложения Node.js…

Read more
How To Set Up an NFS Server Using Block Storage — step-by-step Linux tutorial on Progressive Robot

How To Set Up an NFS Server Using Block Storage

NFS, or Network File System, is a distributed file system protocol that allows you to mount remote directories on your server. *Block storage* is a generic term used to describe network-based storage volumes that are usually offered by hosting providers. Block storage usually does not provide its own API for direct access. Instead, it needs to be mounted to an existing server and shared from that server. Running an NFS server on an attached droplet is a good solution to expose block storage.

Read more
CHAT