RaspberryPi

Hugo

Switching the Raspberry Pi WordPress Site to Hugo

I already wrote about migrating the article data from WordPress to Hugo in Migrating from WordPress to Hugo. This …
RaspberryPi

[Raspberry Pi 4] USB Boot: Stop Using an SD Card and Boot from an SSD

This is a memo from migrating a Raspberry Pi web server that had been running from an SD card to an SSD with USB boot. I …
Docker

[Raspberry Pi 4] Four-Channel Terrestrial Digital Recording Server on a Raspberry Pi: Docker + GPU Encoding Version

This is a memo for enabling hardware encoding in EPGStation running on a Raspberry Pi. It continues from the previous …
Linux

[Raspberry Pi 4] Headless Install of 64-bit Raspberry Pi OS (No Monitor or Keyboard Needed)

I only recently noticed that Raspberry Pi OS has a 64-bit version, so I will install it on a Raspberry Pi 4. As usual, …
Docker

[Raspberry Pi 4] Install Docker on the 64-bit Version of Raspberry Pi OS

This is a memo. It is the same procedure as installing on Ubuntu. The repository URL is about the only difference. Test …
Docker

[Raspberry Pi 4] Four-Channel Simultaneous Terrestrial Digital TV Recording Server on Ubuntu with PX-Q1UD

These are notes. I tried something called a recording server. Since I already had a Docker environment, it was easy to …
Docker

[Raspberry Pi 4] Install Docker on Ubuntu Server 21.04

This is a memo. Since Ubuntu Hirsute 21.04 is already installed on the Raspberry Pi, installing Docker only requires …
Linux

[Raspberry Pi 4] Headless Installation of Ubuntu Server 21.04 Over Wi-Fi Only (No Monitor or Keyboard) 🐣 Beginner-Friendly 🐣

I got a 4 GB memory version of the Raspberry Pi 4, so I tried a headless installation of Ubuntu Server 21.04. For now, I …
RaspberryPi

[Raspberry Pi] After Setting Up a Ramdisk, nginx Stopped Starting, So I Handled It with rc-local

This is just about trying an earlier article, [Ubuntu] After Setting Up a Ramdisk on Raspberry Pi, nginx and MySQL …
Docker

[Raspberry Pi 4] Run WordPress with Docker

Overview These are notes from setting up WordPress with Docker. Nginx is already running on the host side, and an SSL …