Author: your_fridge
-

How to host a website on the Tor network
Quick introduction & how Tor hidden services work Tor (better known as The Onion Router) is a system that keeps your internet activity private by bouncing it through a worldwide volunteer network. How nodes and decryption work To hide your identity, the Tor Browser builds a circuit using three distinct nodes: the guard, the middle…
-

How to install log2ram on Raspberry Pi’s
Well what is log2ram? log2ram is a tool that moves your system’s log directory [/var/log] into RAM by using a tmpfs mount, then periodically syncs the logs to your SD card. This dramatically reduces writes to the SD card, extending its lifespan. It’s a common concern for Raspberry Pi setups that run 24/7. I do…
-

How to self-host your own Google Drive!
How? Easy! Immich! It’s a self hosted, photo and video backup solution! Cool right? Before starting, ensure you have: 1. Install Docker and Docker compose If you don’t already have Docker installed: Log out and back in for the group changes to take effect. 2. Create directory structure 3. Download immich configuration files Open your…
-

How to block ADS with PiHole!
Hello there! Are you ready to block ADS once and for all? Good ᗜ⩊ᗜ BUT. First, we need to address a couple of things. In order for you to fully comprehend PiHole’s capabilities and limitations, we first need to do a small deep dive. It won’t take long. Pinky promise >⩊< PiHole is a network…