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

Notes on Blocking Attacks Against Raspberry Pi SSH with Fail2Ban

Overview I expose the SSH Server port so I can access my Raspberry Pi remotely, and when I looked at the logs, I saw …
Linux

[Raspberry Pi] How Do I Turn Off Wi-Fi and Bluetooth on Raspberry Pi OS?

On Raspberry Pi OS, you can use the rfkill command to turn wireless functions on and off. The rfkill command can turn …
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 …
Linux

[Raspberry Pi] Configure Ubuntu Server Wi-Fi from CUI Commands

Overview This is a note from installing Ubuntu Server on a Raspberry Pi, connecting a display and keyboard, and …
Linux

[Raspberry Pi 4] Increase the Memory Allocated to the GPU

Overview The Raspberry Pi GPU memory is shared with system memory. I checked how to change the amount of memory …
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 …