Catégorie

Linux

48 articles
Linux 09 Mar 2021 ⏱ 2 min

MariaDB: version update

In this tutorial, I'll explain how to perform a "mounted" (10.4 to 10.5) version of MariaDB on a Linux environment (Ubuntu). Before…

Linux 26 Nov 2020 ⏱ 3 min

Linux: extend a partition

IntroHyper-V: extend a virtual diskExtend Volume on Linux Intro In this tutorial, I will explain how to extend a partition on Linux…

Linux 22 Oct 2020 ⏱ 1 min

Installing WEBMIN on Ubuntu

Presentation of WebminInstallationUtilisationVideo Presentation of Webmin WEBMIN is software that installs a web interface to administer a Linux server. Webmin allows: System…

Linux 28 Jan 2019 ⏱ 2 min

Apache2 with PHP-FPM

PHP-FPM is another way to use PHP with Apache2, we forget the libmod-apache2-phpX. PHP-FPM is a variant of FAST-CGI. PHP-FPM has the…

Linux 21 Jan 2019 ⏱ 1 min

Ubuntu 18.04 add multiverse and universe repositories

1. Open the file /etc/apt/sources.list 2. Add the following lines: deb http://archive.ubuntu.com/ubuntu bionic multiverse deb http://archive.ubuntu.com/ubuntu bionic-security multiverse deb http://archive.ubuntu.com/ubuntu bionic-updates multiverse…