Botmonster Tech
AI Smart Home Self-Hosting Coding Web Dev Hardware jQuery Bootpag Image2SVG Tags
Botmonster Tech
AISmart HomeSelf-HostingCodingWeb DevHardwarejQuery BootpagImage2SVGTags
Intel Arc 140V on Linux: The Best GPU Control Panel Apps and Driver Setup

Intel Arc 140V on Linux: The Best GPU Control Panel Apps and Driver Setup

If you just got a Lunar Lake laptop and went looking for Intel’s Arc Control app on Linux, you already know: it doesn’t exist. Intel only ships Arc Control for Windows. What Linux users get instead is a community tool called LACT (Linux GPU Configuration and Monitoring Tool), which covers temperature monitoring, power limit adjustments, clock speed readouts, and voltage tracking through a proper GUI. For real-time performance data, intel_gpu_top and nvtop handle the rest from the terminal.

Build a Self-Hosted CI/CD Pipeline with Gitea Actions and Docker

Build a Self-Hosted CI/CD Pipeline with Gitea Actions and Docker

Running CI/CD through GitHub Actions or GitLab CI is convenient until it isn’t. Free tier minute limits run out fast, private repositories cost more than you’d expect, and if your code is sensitive, you’re sending every push through someone else’s infrastructure. Self-hosting your pipeline sidesteps all of that.

Gitea is a lightweight, self-hosted Git service that has added GitHub Actions-compatible workflow support through a component called act_runner . The workflow YAML syntax is near-identical to GitHub Actions, so teams already familiar with that ecosystem can migrate with minimal friction. This guide walks through setting up a complete, production-ready CI/CD stack on Linux using Docker Compose.

Build an AI-Powered Terminal Assistant with Ollama and Shell Scripts

Build an AI-Powered Terminal Assistant with Ollama and Shell Scripts

You can build a practical AI terminal assistant by wiring Ollama’s local API into shell functions that explain errors, suggest commands, and summarize man pages - all from your .bashrc or .zshrc. No Python dependencies, no cloud API keys, no persistent daemon consuming RAM when you’re not using it. The whole thing fits in under 120 lines of shell script and responds in under a second on modest hardware with a model already loaded.

Debug C, C++, Rust Programs: GDB 17.1 & LLDB 22.1 Guide

Debug C, C++, Rust Programs: GDB 17.1 & LLDB 22.1 Guide

GDB and LLDB are the two workhorses of compiled-language debugging. If you write C, C++, or Rust, knowing these tools saves you hours of staring at printf output. GDB 17.1 is the default debugger on Linux. LLDB 22.1 ships with the LLVM toolchain and is the default on macOS. Both handle Rust binaries through rustc’s DWARF debug info. This guide covers the commands and workflows you actually need: from your first breakpoint to a segfault from a core dump.

The Best Mini PCs for a Home Lab in 2026: N150 vs. N305 vs. Ryzen AI

The Best Mini PCs for a Home Lab in 2026: N150 vs. N305 vs. Ryzen AI

If you are building a home lab in 2026, the most consequential decision you will make is what hardware to run it on. Rack servers are loud, power-hungry, and overkill for most people. A Raspberry Pi cluster is fun but constrained. The sweet spot - and has been for the last couple of years - is the mini PC.

The market has matured. You now have three distinct tiers worth considering: Intel N150 machines for single-purpose appliances, Intel N305 machines for general-purpose home labs, and AMD Ryzen AI class mini PCs for heavy virtualization or local AI inference. Each tier makes sense for a different type of user, and the wrong pick will either leave you frustrated with underpowered hardware or paying for capabilities you will never use.

Debian Router with nftables: CAKE SQM Reaches 15ms Latency

Debian Router with nftables: CAKE SQM Reaches 15ms Latency

Yes, a standard Debian 12 or Fedora Server installation on cheap x86 hardware (or a Raspberry Pi 5) makes a better router than most consumer gear costing twice as much. You need two network interfaces, a handful of config files, and about two hours of setup time. The result is a gateway with a real stateful firewall via nftables , proper DNS with DHCP from dnsmasq , and traffic shaping that actually works through CAKE SQM - all managed through plain-text configs you can version-control with Git.

  • ◀︎
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 12
  • ▶︎

Most Popular

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.

Hyprland vs Sway vs COSMIC: Best Wayland Compositor for Developers in 2026

Hyprland vs Sway vs COSMIC: Best Wayland Compositor for Developers in 2026

Compare Sway, Hyprland, and COSMIC Wayland compositors. Covers tiling models, display handling, plugin ecosystems, and stability for your workflow.

Restore an Old MacBook Pro with Modern Linux (2026)

Restore an Old MacBook Pro with Modern Linux (2026)

Revive a 2012-2015 MacBook Pro by swapping the HDD for an SSD and installing a lightweight Linux distro. It becomes a snappy, secure, usable machine for years.

Build a Self-Hosted CI/CD Pipeline with Gitea Actions and Docker

Build a Self-Hosted CI/CD Pipeline with Gitea Actions and Docker

Build a self-hosted CI/CD pipeline with Gitea Actions and Docker. Use GitHub Actions-compatible workflows without cloud dependencies or minute limits.

Windows 11 + Linux: Shared exFAT, systemd-boot Bootloader

Windows 11 + Linux: Shared exFAT, systemd-boot Bootloader

Dual-boot Linux and Windows with systemd-boot, shared exFAT partition, and EFI System Partition. Complete setup, bootloader config, and Windows Update safety.

The Best Mini PCs for a Home Lab in 2026: N150 vs. N305 vs. Ryzen AI

The Best Mini PCs for a Home Lab in 2026: N150 vs. N305 vs. Ryzen AI

Choose the right mini PC for your home lab in 2026. Covers Intel N150/N305 and AMD Ryzen AI with power figures, workload recommendations, and model picks.

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