Articles

Tutorials

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