LogoBotmonster Tech
AI Smart Home Self-Hosting Coding Web Dev Hardware Bootpag Image2SVG Tags
Custom Linux ISOs with Live Build or Cubic: Scripted or GUI

Custom Linux ISOs with Live Build or Cubic: Scripted or GUI

You can build a personalized Linux live USB image with your own packages, desktop, config files, and branding. Two tools cover this. Debian’s live-build runs on the command line and builds repeatable ISOs from config files, so it fits CI pipelines well. Cubic , the Custom Ubuntu ISO Creator, does the reverse: a GUI that opens an existing ISO, drops you into a chroot, then rebuilds it. Both make bootable ISOs you can flash with Ventoy , dd, or Balena Etcher .

Monitor 3D Printer with Home Assistant Integration

Monitor 3D Printer with Home Assistant Integration

Yes, you can watch and control your 3D printer from anywhere. Just connect OctoPrint or Moonraker to Home Assistant . Both print servers expose APIs that Home Assistant can poll for live data: print progress, temperatures, camera feeds, and error states. From there you can build dashboards, fire phone alerts when a print ends, spot failures with AI camera checks, and cut power to a runaway printer through a smart plug. Setup takes about an hour once your print server runs on a Raspberry Pi. The result: a 3D printer that acts like any other smart device.

Old Android Phones as MQTT Sensors, Cameras, and Dashboards

Old Android Phones as MQTT Sensors, Cameras, and Dashboards

That old Android phone in your drawer is a full sensor platform. It packs a camera, microphone, light sensor, barometer, accelerometer, proximity sensor, and a touchscreen, all on your WiFi. So don’t recycle it. You can turn it into a motion-detecting security camera, a room sensor that posts data over MQTT, or a wall-mounted Home Assistant dashboard. That dashboard rivals commercial smart displays costing $150 or more. The whole setup runs on free software, keeps your data local, and takes about an hour.

ESP32 Mailbox Sensor: Reed Switch, VL53L0X, $15, Months Battery

ESP32 Mailbox Sensor: Reed Switch, VL53L0X, $15, Months Battery

Mount an ESP32-C3 Super Mini with a reed switch on the mailbox door (or a VL53L0X time-of-flight distance sensor inside the box), flash it with ESPHome 2026.3, and wire it into Home Assistant - you will get instant push notifications on your phone the moment mail lands. The total parts cost sits under $15, and deep sleep keeps the whole thing alive for months on a single 18650 cell.

Generate Conventional Commits Locally with Ollama and Git Hooks

Generate Conventional Commits Locally with Ollama and Git Hooks

You can wire a local LLM into your Git workflow to write conventional commit messages from staged diffs. The trick is a prepare-commit-msg Git hook. The hook runs git diff --cached and sends the output to Ollama . Ollama runs a model like Llama 4 Scout on a consumer GPU or Qwen3, then writes the message into the commit file for you to review. The whole setup is about 30 lines of shell or Python. It costs nothing to run, keeps your code local, and follows the Conventional Commits format. That beats the “fix stuff” messages most of us write when we just want to move on.

Local Z-Wave Alarm: $250 Setup, No Monthly Fee

Local Z-Wave Alarm: $250 Setup, No Monthly Fee

You can build a fully local, cloud-free home alarm system with Z-Wave door and window sensors, motion detectors, and a siren wired to Home Assistant through a Z-Wave JS controller. The built-in alarm_control_panel integration plus a few automations handle arming, disarming, entry delays, and the siren. It all runs on your local network. No cloud subscription, no monthly fee, and the alarm keeps working even when your internet goes down.

  • ◀︎
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 10
  • ▶︎

Most Popular

Gemma 4 vs Qwen 3.5 vs Llama 4: Which Open Model Should You Actually Use? (2026)

Gemma 4 vs Qwen 3.5 vs Llama 4: Which Open Model Should You Actually Use? (2026)

Gemma 4, Qwen 3.5, and Llama 4 compared on benchmarks, licensing, speed, and hardware so you can pick the right open model fast.

5 Open Source Repos That Make Claude Code Unstoppable

5 Open Source Repos That Make Claude Code Unstoppable

Five March 2026 repos extend Claude Code with autonomous ML, self-healing skills, GUI automation, multi-agent coordination, and Google Workspace access.

Cross-section of a translucent crystal brain threaded by red, gold, and teal attention ribbons resting on a doubly-stochastic matrix pedestal beside a guitar-tuning lab figure.

DeepSeek V4 Tech Report: 3 Tricks That Cut Compute 73%

DeepSeek V4 ships 1.6T parameters and 1M context using only 27% of V3.2's inference FLOPs. Inside the hybrid attention, mHC residuals, and Muon optimizer.

Cracked stone tablet engraved with a bulleted system prompt, four crossed-out goblin silhouettes repeated, a tiny goblin escaping with upvote-arrow sparks, a giant dollar-sign price tag, and figures refusing to step onto a glossier pedestal.

GPT 5.5 Reddit Reception: Goblins and the Cost Backlash

GPT-5.5 Reddit reception: viral goblin prompt leak, doubled pricing backlash, and 5.4 holdouts citing hallucination regressions in factual recall workflows.

What X and Reddit Users Are Saying about Claude Opus 4.7

What X and Reddit Users Are Saying about Claude Opus 4.7

How power users on X and Reddit reacted to Claude Opus 4.7: praise for agentic coding, token burn concerns, and teams' practical prompting habits.

Qwen3.6-35B-A3B: Alibaba's Open-Weight Coding MoE

Qwen3.6-35B-A3B: Alibaba's Open-Weight Coding MoE

Alibaba's sparse Mixture-of-Experts: 35B total parameters, 3B active per token. Q4 quantization runs on MacBook Pro M5, matches Claude Sonnet performance.

Alacritty vs. Kitty: Best High-Performance Linux Terminal

Alacritty vs. Kitty: Best High-Performance Linux Terminal

Compare Alacritty and Kitty terminal emulators: performance benchmarks, latency, memory use, startup time, and which fits your Linux workflow best.

Like what you read?

Get new posts on Linux, AI, and self-hosting delivered to your inbox weekly.

Privacy Policy  ·  Terms of Service
2026 Botmonster