2020-05-26: This guide is now updated to reflect some bug fixes and changes in mdadm and Samba. Introduction Today I'll show you how to build a Raspberry Pi 3/4 RAID NAS server using USB flash drives and the Linux native RAID application mdadm, along with SAMBA so the drive will show up as a normal network folder on Windows PC's. It's an intermediate tutorial (not for noobs) and shows you how to create a Linux RAID array which is a good skill … [Read more...] about Build a Raspberry Pi RAID NAS Server – [UPDATED 2020]
Linux
Install HTTP/2 LAMP Stack on Ubuntu 18.04 Server (Linux, Apache, MySQL, PHP)
This tutorial shows you how to install a super-fast HTTP/2 LAMP stack (Linux, Apache, MySQL, PHP) on Ubuntu 18.04 LTS server (Bionic Beaver) with your own domain name, and secure it with Ubuntu’s built-in firewall UFW (Uncomplicated Firewall), Fail2ban, and a free SSL certificate from Let’s Encrypt. We'll be using PHP-FPM processor running on PHP7.2, MySQL using the MariaDB engine, and phpMyAdmin for database management. HTTP/2 is the … [Read more...] about Install HTTP/2 LAMP Stack on Ubuntu 18.04 Server (Linux, Apache, MySQL, PHP)