I run a local AI agent setup where the agent software and the language model are on two separate machines. Hermes Agent runs on a ThinkCentre and handles orchestration and Telegram integration. Ollama runs on an Intel NUC and handles the actual LLM inference. Here is how I set it up and why this architectureContinue reading “Running Hermes Agent with Remote Ollama on a Separate Machine”
Tag Archives: Raspberry PI
Setting Up AdGuard Home on a Raspberry Pi
Before moving DNS filtering to OPNsense, I ran AdGuard Home on a Raspberry Pi as the network-wide DNS resolver. This is one of the cleanest ways to block ads and trackers for every device on your network without touching individual devices. Here is the full setup. What Is AdGuard Home AdGuard Home is a self-hostedContinue reading “Setting Up AdGuard Home on a Raspberry Pi”
Mining Monero XMR with Raspberry PI (Any LINUX will work)
How to mine Monero (XMR) on a Raspberry Pi or any 64-bit Linux system using XMRig. Covers OS setup, miner installation, pool configuration, and optimizing performance.
Connecting Raspberry PI to WIFI
How to connect a Raspberry Pi to a WiFi network via the terminal. Covers scanning for networks, configuring wpa_supplicant, and verifying the connection.