Featured

Building a Fully Local, System-Wide AI Agent CLI on Linux

Cloud-based agentic CLI tools are undeniably convenient, but sending internal terminal workflows, system commands, and proprietary files to third-party endpoints is a persistent privacy risk. Running a fully local, autonomous agent directly on your workstation eliminates subscription costs, avoids rate limits, and grants you unconstrained access across all your attached drives. This guide details how to pair Ollama with Open Interpreter on modern Linux (Ubuntu), resolve tricky runtime quirks like Python 3.14 native builds and removed modules, map persistent storage, and create a one-click desktop launcher. System Architecture The setup consists of two layers: Inference Engine (Ollama): Serves local open-weight models with hardware GPU acceleration. Agent Harness (Open Interpreter): Interprets natural language queries, writes code, and executes Bash or Python commands directly on your system. For agentic coding and file management, qwen2.5-coder:14b provides an optimal balance of c...

Root Android 14 beta 2 with Magisk Delta

Currently android 14 beta 2 can only be rooted with the canary magisk delta. Use the canary version. I have tested this on a pixel 6 pro

We will need the pixel 7 pro boot image

Transfer the boot.img to the phone 


Note: this has been tested on a pixel 6 pro


Patch the file with magisk delta install > select and patch a file

Copy it back to the PC. Open a terminal in the platform tools folder and type 

.\adb reboot bootloader

Copy the path to the file

.\fastboot flash boot "path_to_patched_boot.img" 

.\fastboot reboot 





Comments

Anonymous said…
caterings@gmail.com