Catégorie

Linux

46 articles
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…