Today I Learned - Rocky Kev

TIL how to update pi-hole on Win10

POSTED ON:

TAGS:

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

It's open-source, and run by volunteers. It's also updated pretty often with the latest and greatest.

To update -- it's such a simple command.
pihole -up

But it didn't really explain anything. I also don't remember if I set up my raspberry pi to allow for SSH, or if it was set up by default. Either way, I highly recommend doing that for ease.

Here's a better set of instructions to update your pi-hole.

  1. ssh into your raspberry pi

How to get your raspberry pi's IP address

If you're already accessing the pi-hole admin portal by using 192.168.1.xxx/admin, that IP address is what you want to use.

Another method is to access your modem/router settings, and look for all the networks attached.

You can also figure it out from PowerShell, but I'm not smart enough to understand it.

In Powershell:
PS C:\> ssh pi@192.168.1.xxx

If you haven't changed your default password, it's raspberry.

  1. Once you've ssh'ed into your raspberry pi, then run the command.

pihole -up

REFERENCES:
https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249
https://www.raspberrypi.org/documentation/remote-access/ssh/windows10.md

pihole -up

how to connect to your raspberry pi and update pihole


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 how to force-quit in Linux Terminal

I was goofing off with my raspberry pi and broke something. Then I used ps, and then kill -9 12345 to kill that app.

TIL How to set up Archi Steam Farm on Raspberry Pi

Archi Steam Farm and a tampermonkey script can auto-farm steam cards then sell them.