ai-learn

Tag: linux

All 3 lessons tagged 'linux' on ai-learn.

Running llama.cpp locally with Qwen3.6 35B A3B and systemd

A practical guide to installing and configuring llama.cpp to serve the Qwen3.6 35B A3B mixture-of-experts model locally, including tuning runtime parameters and setting up a systemd service so the inference server starts automatically on boot.

· 14 min read · 17 min listen

local LLMself-hostinglinuxinferenceintermediate

Hardening a Debian installation

A practical guide to securing a fresh Debian server by reducing its attack surface, locking down access, and enabling proactive monitoring. Covers user account policies, SSH hardening, firewall configuration, and automated intrusion prevention.

· 16 min read · 22 min listen

linuxsecuritysysadmindebianintermediate

Cloud-init beginners guide

An introduction to cloud-init, the industry-standard tool for initializing cloud instances on first boot. Covers how it works, why it is useful, and practical examples of what it can be used for.

· 9 min read · 13 min listen

clouddevopslinuxautomationbeginner