guest@Diengdoh:~$ cat latest_posts.log _

Server guides. Games. No fluff.

Notes on code, games, and the stuff in between.

// Recent Transmissions

Ollama — A Local LLM for Sysadmin Tasks
#AI

Ollama — A Local LLM for Sysadmin Tasks

Run a local LLM with Ollama on Linux — install, pull models, use the HTTP API from scripts, and analyze logs offline without sending data to a cloud provider.

· 4 min read
systemd Timers Instead of cron
#Linux

systemd Timers Instead of cron

Replace cron jobs with systemd timers — .timer + .service pairs, OnCalendar syntax, Persistent catch-up, journald logging, and when cron is still fine.

· 4 min read
Factorio Headless Server on Linux
#Gameserver

Factorio Headless Server on Linux

Set up a Factorio headless dedicated server on Ubuntu/Debian — download the official tarball, server-settings.json, port 34197 UDP, mods, RCON and a systemd unit.

· 4 min read
Rust Dedicated Server on Linux
#Gameserver

Rust Dedicated Server on Linux

Install a Rust dedicated server on Ubuntu/Debian with SteamCMD, set the server.* cvars, open the right ports, add Oxide/uMod plugins, and run it under systemd.

· 4 min read