Ubuntu 18.04

Comment installer Node.js sur Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Comment installer Node.js sur Ubuntu 18.04

Node.js est une plateforme JavaScript de programmation à usage général qui permet aux utilisateurs de créer rapidement des applications réseau. En utilisant JavaScript aussi bien en front-end qu’en back-end, Node.js rend le développement plus cohérent…

Read more
Установка веб-сервера Apache в Ubuntu 18.04. [Краткое руководство.] — step-by-step Linux tutorial on Progressive Robot

Установка веб-сервера Apache в Ubuntu 18.04. [Краткое руководство.]

HTTP-сервер Apache — самый широко используемый веб-сервер в мире. Он имеет множество мощных функций, включая динамически загружаемые модули, надежную поддержку различных медиа-форматов и интеграцию с другим популярным программным обеспечением. В этом обучающем модуле мы…

Read more
How To Optimize Docker Images for Production — step-by-step Docker tutorial on Progressive Robot

How To Optimize Docker Images for Production

In this guide, you will learn how to optimize Docker images in a few simple steps, making them smaller, faster, and better suited for production. You’ll build images for a sample Go API in several different Docker containers, starting with Ubuntu and language-specific images, then moving on to the Alpine Linux distribution. You will also use multi-stage builds to optimize your images for production.

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

How To Reset Your MySQL or MariaDB Root Password on Ubuntu 18.04

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. In this tutorial you’ll reset the root password for your MySQL or MariaDB database running on Ubuntu 18.04.

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

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

In this tutorial, we will show you how to use Let’s Encrypt to obtain a free SSL certificate and use it with Nginx on Ubuntu 18.04. We will also show you how to automatically renew your SSL certificate. If you’re running a different web server, simply follow your web server’s documentation to learn how to use the certificate with your setup.

Read more
CHAT