Raspberry_Pi

Raspberry PI

System Info

Pi Hole

Used basic installation steps for network local DNS blocker on my local network.

plex

jellyfin

Docker

Used Portainer for managing docker images.

Issue while running Docker compose got solved by turning off Open VPN service in the background while Docker compose was executing some commands.

Portainer

RetroPie

radarr

sonarr

Storage

If your raspberry Pi always becomes full with storage you could try few of these things

This deletes the old cache package files on the system. Could help you regain approx 200-500MB of storage.

sudo apt-get clean

This command lists all of the mounted drives on the system. You can further investigate on how each folder takes space.

df -h

Further storage drill down

du -sh /*

https://forums.raspberrypi.com/viewtopic.php?t=15908

Mount Drives

It auto mounted my external HDD on the media or mount folder. I don't recall what steps I took in order to make it workable to link the HDD to my Pi.

HDD name conflict

Migration SD Card to SSD

sudo rpi-eeprom-update -a
sudo reboot

sudo rpi-eeprom-config

This boot order is exactly what we want. If the boot order code is anything other than BOOT_ORDER=0xf14, you can change the boot configuration using this command.
sudo -E rpi-eeprom-config --edit

https://www.raspberrystreet.com/learn/how-to-boot-raspberrypi-from-usb-ssd

Backup raspberry pi images / SD card / OS

https://raspberrystreet.com/learn/how-to-backup-raspberrypi-sdcard

USB boot order - Raspberry Pi
https://fossbytes.com/enable-usb-boot-on-raspberry-pi/

OS install guide
https://www.makeuseof.com/tag/install-operating-system-raspberry-pi/

https://raspberrytips.com/raspberry-pi-commands/

Open VPN

samba

My Favorite tutorials overall.
Raspberry Pi Playlist

Pi Plex Server
HOW TO INSTALL SONARR DOCKER ON A RASPBERRY PI 4