I've been messing around on PC since the Counterstrike days in highschool. For gaming i never owned a console, was always into custom PC. I always enjoy learning new things regarding research, new hardware.
On GAW I have learned how to archive, meme, scrutinize more strictly and find better primary sources among many other things. I would like to learn more from my brethren here.
I will share a few. Keyboard shortcut basics:
https://prabidhi.info/en/keyboard-computer-shortcut-keys/
Clear cache/cookies manually:
https://support.microsoft.com/en-us/search?query=clear%20cache
We are all thirsty for knowledge!
For you Pi hole issue, you should be able to set a static IP either in the pihole or in the router.
Routers, (pfsense would be a router as well) use something called DHCP to assign IP addresses if some device comes to the router and says "gimmie IP" . Devices can also say "this is my IP I want, can I have it?" I used to do everything on the device (so setting a static IP on pi hole in your instance). but somewhere around 10 different devices it got too hard to manage so I moved everything to the router(I have a lot of servers on my network, this isn't typical). Look for a "DHCP" setting in your router, or sometimes in the advanced setting under "local network" or "LAN".
Thing about Pfsense if you can install it on quite a few things. Ideally you need at least 2 ports (WAN and LAN) but really cool setups have more ports (for multiple LAN ports). I personally buy most of my hardware off of ebay, cause I don't care about cosmetic damage from use. I have seen them on old enterprise firewalls (Watchguard XTM series, needs some work to flash, but man are they cool!), raspberry pis, or even an old PC tower, and then add on a network PCIE card. If I was in your boat and just trying to get started I'd look on Ebay or locally for a used HP or Dell workstation, make sure the motherboard and CPU can handle an external Ethernet card, and start there.
I prefer express VPN personally. Enough podcasters I listen to have a code from them, and I like the ease of setup on linux machines (uses openVPN spec so it's easy)
Yeah I'm in I.T. so I'm familiar with how DHCP distribute IP addresses and setting static IPs.
The thing is, when I set up the static IP for my PiHole, the LAN IP changed to a number up above the former one, i.e. 192.168.0.1 got changed to 192.168.0.2. I didn't change that, the router changed it by itself.
I followed this guy's explanation on how to set PiHole but I know he's using a Ubiquity router so I managed to get all what I needed to set up per his instructions but at the end, the PiHole is listening and scanning but because my router and the Pi-Hole are on two different networks (192.168.0.1 for PiHole and 192.168.0.2 for my router) so nothing is coming through the PiHole and I lost internet connectivity on my router.
https://www.youtube.com/watch?v=4X6KYN1cQ1Y
Had to reset router because I couldn't even get into the router's interface (don't know what it got changed to because I can see it by its IP address but whenever I try to get in the web interface via its IP address, it keeps giving me an error). Did some changing and all, but it took up pretty much all night for me and my child had to be in school (remote learning) and I had to have the router back in working order so my child can attend class via zoom.
Since then, I've been busy but yeah I'll try to look around and read some more on PiHole to see what I did wrong.
I'll look at eBay again. Last time I went hunting on eBay was when I was trying to find a working Cisco 2950 router so I can set up a home lab but there weren't any at the time or they were selling at a crazy price, like $1,000 for one when I saw it going for around $50 but got quickly sold.
Thanks for the info!