Today I Learned - Rocky Kev

TIL about how to update Raspberry Pi

POSTED ON:

TAGS:

  1. Log into the raspberry pi

PS C:> ssh pi@192.168.1.xxx
If you haven't changed your default password, it's raspberry.

  1. Update the OS
sudo apt update
sudo apt full-upgrade
  1. From there, you can update your pihole!

Related to: SSH Pi Hole Update

  1. Finally, reboot if you do any updates.
sudo reboot

Raspberry pi Documentation


Related TILs

Tagged:

TIL about Tmux and persistent terminals

Tmux lets you start a terminal session and then open multiple windows inside that session. Tmux sessions are persistent, which means that programs running in Tmux will continue to run even if you get disconnected.

TIL about how to update Raspberry Pi

TIL how to update pi-hole on Win10

Pi-hole is great. It provides adblocking on a network level.