<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Sysadmin &amp; IT Pro Guides on Pragmatic Tech</title><link>https://pragmaticsysadmin.help/sysadmin/</link><description>Practical sysadmin guides, senior tech help for aging parents, and kids' learning games — without the buzzwords. By Jonne, a Finnish sysadmin.</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>Pragmatic Sysadmin (Pragmatic Sysadmin)</managingEditor><webMaster>Pragmatic Sysadmin (Pragmatic Sysadmin)</webMaster><lastBuildDate>Tue, 07 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://pragmaticsysadmin.help/sysadmin/index.xml" rel="self" type="application/rss+xml"/><item><title>Compiling a Custom Linux Kernel &amp; Adding systemd (Part 2)</title><link>https://pragmaticsysadmin.help/sysadmin/2026-07-07-compile-linux-kernel-systemd-part-2/</link><pubDate>Tue, 07 Jul 2026 00:00:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/2026-07-07-compile-linux-kernel-systemd-part-2/</guid><description>&lt;p&gt;In &lt;a href="https://pragmaticsysadmin.help/sysadmin/2026-03-28-building-your-own-linux-from-scratch/"&gt;Part 1&lt;/a&gt;, we built a minimal Linux system using BusyBox and a prebuilt kernel. You got a shell running inside a container, mounted pseudo-filesystems, and saw the boot sequence from init to prompt.&lt;/p&gt;
&lt;p&gt;That was the &amp;ldquo;hello world&amp;rdquo; of custom Linux. Now we&amp;rsquo;re doing the real thing.&lt;/p&gt;
&lt;p&gt;Today we&amp;rsquo;re going to &lt;strong&gt;compile our own kernel from source&lt;/strong&gt;, configure only the hardware support we actually need, and compress it to under 10MB. Then we&amp;rsquo;ll rip out that hand-written init script and replace it with &lt;strong&gt;systemd&lt;/strong&gt; — the same init system that runs on virtually every modern Linux distribution. Finally, we&amp;rsquo;ll get a &lt;strong&gt;real service running&lt;/strong&gt; (OpenSSH) so you can actually log into your custom system remotely.&lt;/p&gt;</description></item><item><title>Building Your Own Linux from Scratch (And Testing It in a Container)</title><link>https://pragmaticsysadmin.help/sysadmin/2026-03-28-building-your-own-linux-from-scratch/</link><pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/2026-03-28-building-your-own-linux-from-scratch/</guid><description>&lt;p&gt;If you&amp;rsquo;ve been administering Linux servers for a while, you&amp;rsquo;ve probably developed a love-hate relationship with it. You know how to configure services, debug networking issues, and keep systems running. But somewhere deep down, you&amp;rsquo;ve wondered: &lt;em&gt;what actually holds this thing together?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;rsquo;t mean &amp;ldquo;how does &lt;code&gt;systemd&lt;/code&gt; work&amp;rdquo; (nobody truly knows). I mean: &lt;strong&gt;what happens between hitting the power button and seeing a login prompt?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Today, we&amp;rsquo;re going to build our own minimal Linux system from scratch. And because I&amp;rsquo;m not a sadist, we&amp;rsquo;ll test it using Docker containers - spin it up in seconds, tear it down just as fast.&lt;/p&gt;</description></item><item><title>The Mistakes I Made (And Why They Led Me to Build My Own Password Manager)</title><link>https://pragmaticsysadmin.help/sysadmin/2026-03-26-the-mistakes-i-forgot-to-renew-domain-and-other-crimes-against-it/</link><pubDate>Thu, 26 Mar 2026 12:00:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/2026-03-26-the-mistakes-i-forgot-to-renew-domain-and-other-crimes-against-it/</guid><description>&lt;h1 id="the-mistakes-i-made-and-why-they-led-me-to-build-my-own-password-manager"&gt;The Mistakes I Made (And Why They Led Me to Build My Own Password Manager)&lt;/h1&gt;
&lt;p&gt;&lt;img alt="The Mistakes I Made (And Why They Led Me to Build My Own Password Manager)" loading="lazy" src="https://pragmaticsysadmin.help/images/posts/2026-03-26-the-mistakes-i-forgot-to-renew-domain-and-other-crimes-against-it.png"&gt;&lt;/p&gt;
&lt;p&gt;Every IT professional has a graveyard of mistakes behind them. Most of us just don&amp;rsquo;t talk about them until we&amp;rsquo;re several drinks in at a conference, or until we&amp;rsquo;re writing a blog post that we hope will save someone else the same pain.&lt;/p&gt;</description></item><item><title>What IT Pros Actually Do On Their Own Machines (vs What They Tell You)</title><link>https://pragmaticsysadmin.help/sysadmin/2026-03-18-what-it-pros-actually-do-on-their-own-machines-vs-what-they-tell-you/</link><pubDate>Wed, 18 Mar 2026 05:30:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/2026-03-18-what-it-pros-actually-do-on-their-own-machines-vs-what-they-tell-you/</guid><description>&lt;h1 id="what-it-pros-actually-do-on-their-own-machines-vs-what-they-tell-you"&gt;What IT Pros Actually Do On Their Own Machines (vs What They Tell You)&lt;/h1&gt;
&lt;p&gt;&lt;img alt="What IT Pros Actually Do On Their Own Machines (vs What They Tell You)" loading="lazy" src="https://pragmaticsysadmin.help/images/posts/2026-03-18-what-it-pros-actually-do-on-their-own-machines-vs-what-they-tell-you.png"&gt;&lt;/p&gt;
&lt;p&gt;There’s the advice IT hands out. The official line. The stuff in the company handbook.&lt;/p&gt;
&lt;p&gt;Then there’s what actually happens on the machines of the people who wrote that handbook.&lt;/p&gt;
&lt;p&gt;I’m not here to throw anyone under the bus. But after years in this industry, there are some pretty consistent gaps between what gets preached and what gets practised. And honestly? Closing that gap will make your computing life significantly better.&lt;/p&gt;</description></item><item><title>Your OS Has Been Hiding Things From You (Windows &amp; Linux Edition)</title><link>https://pragmaticsysadmin.help/sysadmin/2026-03-11-your-os-has-been-hiding-things-from-you-windows-linux-edition/</link><pubDate>Wed, 11 Mar 2026 06:06:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/2026-03-11-your-os-has-been-hiding-things-from-you-windows-linux-edition/</guid><description>&lt;h1 id="your-os-has-been-hiding-things-from-you-windows--linux-edition"&gt;Your OS Has Been Hiding Things From You (Windows &amp;amp; Linux Edition)&lt;/h1&gt;
&lt;p&gt;&lt;img alt="Your OS Has Been Hiding Things From You (Windows &amp;amp; Linux Edition)" loading="lazy" src="https://pragmaticsysadmin.help/images/posts/2026-03-11-your-os-has-been-hiding-things-from-you-windows-linux-edition.png"&gt;&lt;/p&gt;
&lt;p&gt;Windows users think Linux is complicated. Linux users think Windows is a toy.&lt;/p&gt;
&lt;p&gt;Both are wrong. Both operating systems are packed with powerful features that most people — on either side — have never touched.&lt;/p&gt;
&lt;p&gt;This isn’t a “which is better” post. That argument is boring. This is about what your machine can &lt;em&gt;actually&lt;/em&gt; do, regardless of which camp you’re in.&lt;/p&gt;</description></item><item><title>I Was the Only IT Person for 3 Years: The Documentation I Wish I'd Written</title><link>https://pragmaticsysadmin.help/sysadmin/2026-03-04-i-was-the-only-it-person-for-3-years-the-documentation-i-wish-i-d-written/</link><pubDate>Wed, 04 Mar 2026 07:10:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/2026-03-04-i-was-the-only-it-person-for-3-years-the-documentation-i-wish-i-d-written/</guid><description>&lt;h2 id="the-call-i-didnt-want-to-get"&gt;The Call I Didn&amp;rsquo;t Want to Get&lt;/h2&gt;
&lt;p&gt;&lt;img alt="The Call I Didn&amp;rsquo;t Want to Get" loading="lazy" src="https://pragmaticsysadmin.help/images/posts/2026-03-04-i-was-the-only-it-person-for-3-years-the-documentation-i-wish-i-d-written.png"&gt;
Three weeks after leaving my job as the only IT person at a mid-sized company, my phone rang. It was Mike, the guy they hired to replace me.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Hey, uh, do you remember that backup script you set up? The one that runs on Sundays? It&amp;rsquo;s throwing an error and I can&amp;rsquo;t find where it&amp;rsquo;s configured.&amp;rdquo;&lt;/p&gt;</description></item><item><title>The Art of Reading Logs Like a Detective: Finding Needles in Haystacks</title><link>https://pragmaticsysadmin.help/sysadmin/2025-12-17-the-art-of-reading-logs-like-a-detective-finding-needles-in-haystacks/</link><pubDate>Wed, 17 Dec 2025 11:41:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/2025-12-17-the-art-of-reading-logs-like-a-detective-finding-needles-in-haystacks/</guid><description>&lt;h2 id="the-log-file-problem-nobody-talks-about"&gt;The Log File Problem Nobody Talks About&lt;/h2&gt;
&lt;p&gt;It&amp;rsquo;s 2 PM on a Friday. Your application is throwing errors. Your manager is hovering. And you&amp;rsquo;re staring at a 50GB log file wondering where the hell to even start.&lt;/p&gt;
&lt;p&gt;Every sysadmin has been there. You know the answer is &lt;em&gt;somewhere&lt;/em&gt; in those logs, but finding it feels like looking for a specific grain of sand on a beach. While blindfolded. In the dark.&lt;/p&gt;</description></item><item><title>The Friday Backup Audit: Because Hope Is Not a Strategy</title><link>https://pragmaticsysadmin.help/sysadmin/2025-12-12-the-friday-backup-audit-because-hope-is-not-a-strategy/</link><pubDate>Sun, 14 Dec 2025 08:00:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/2025-12-12-the-friday-backup-audit-because-hope-is-not-a-strategy/</guid><description>&lt;h2 id="the-nightmare-scenario"&gt;The Nightmare Scenario&lt;/h2&gt;
&lt;p&gt;We’ve all heard the horror stories. A database corruption hits production. The team stays calm because &amp;ldquo;Don&amp;rsquo;t worry, we have nightly backups.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Then comes the moment of truth: &lt;code&gt;tar -xvf backup.tar.gz&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Error: Unexpected EOF in archive.&lt;/strong&gt;
Or worse: The file extracts perfectly, but the database inside is empty because the &lt;code&gt;mysqldump&lt;/code&gt; command failed silently three months ago.&lt;/p&gt;
&lt;p&gt;If you haven&amp;rsquo;t restored a backup, you don&amp;rsquo;t have a backup. You just have a file taking up disk space.&lt;/p&gt;</description></item><item><title>The 5-Minute Server Health Check That Could Save Your Career</title><link>https://pragmaticsysadmin.help/sysadmin/2025-12-09-the-5-minute-server-health-check-that-could-save-your-career/</link><pubDate>Tue, 09 Dec 2025 11:22:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/2025-12-09-the-5-minute-server-health-check-that-could-save-your-career/</guid><description>&lt;h2 id="the-problem-every-sysadmin-knows-too-well"&gt;The Problem Every Sysadmin Knows Too Well&lt;/h2&gt;
&lt;p&gt;It&amp;rsquo;s 3 AM. Your phone buzzes with a critical alert. Production is down, customers are angry, and your manager is asking questions you don&amp;rsquo;t have good answers to.&lt;/p&gt;
&lt;p&gt;Sound familiar? You&amp;rsquo;re not alone. According to a recent survey, 78% of sysadmin emergencies could have been prevented with better proactive monitoring. But here&amp;rsquo;s the thing: most monitoring solutions are overkill for what you really need.&lt;/p&gt;</description></item><item><title>Why Your Monitoring is Broken (And How to Fix It Before Your Boss Notices)</title><link>https://pragmaticsysadmin.help/sysadmin/2025-11-06-why-your-monitoring-is-broken-and-how-to-fix-it-before-your-boss-notices/</link><pubDate>Thu, 06 Nov 2025 17:41:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/2025-11-06-why-your-monitoring-is-broken-and-how-to-fix-it-before-your-boss-notices/</guid><description>&lt;p&gt;Why Your Monitoring is Broken (And How to Fix It Before Your Boss Notices)&lt;/p&gt;
&lt;p&gt;Last Monday, my phone started buzzing at 3 AM. &amp;ldquo;CRITICAL: Database server down!&amp;rdquo; it screamed. I stumbled to my laptop, logged in, and found&amp;hellip; nothing wrong. The database was running fine. My monitoring system had been crying wolf for the past month.&lt;/p&gt;
&lt;p&gt;Sound familiar? Yeah, monitoring systems are like smoke detectors - they&amp;rsquo;re either screaming bloody murder all the time, or they&amp;rsquo;re mysteriously silent right before your house burns down.&lt;/p&gt;</description></item><item><title>AI for IT Troubleshooting: Real-World Use Cases</title><link>https://pragmaticsysadmin.help/sysadmin/ai-for-it-troubleshooting-2026/</link><pubDate>Sun, 02 Nov 2025 00:00:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/ai-for-it-troubleshooting-2026/</guid><description>&lt;h1 id="ai-for-it-troubleshooting-real-world-use-cases"&gt;AI for IT Troubleshooting: Real-World Use Cases&lt;/h1&gt;
&lt;p&gt;&lt;img alt="AI for IT Troubleshooting: Real-World Use Cases" loading="lazy" src="https://pragmaticsysadmin.help/images/posts/ai-for-it-troubleshooting-2026.png"&gt;&lt;/p&gt;
&lt;p&gt;AI isn&amp;rsquo;t just hype — it&amp;rsquo;s helping sysadmins solve problems faster and smarter. In this post, we share real-world examples of AI-powered troubleshooting and how you can start using these tools today.&lt;/p&gt;
&lt;h2 id="where-ai-actually-helps-and-where-it-doesnt"&gt;Where AI Actually Helps (And Where It Doesn&amp;rsquo;t)&lt;/h2&gt;
&lt;p&gt;Before we dive into specific use cases, let&amp;rsquo;s be honest about what AI is good at and what it&amp;rsquo;s terrible at. I&amp;rsquo;ve seen too many people treat ChatGPT like an oracle that never lies, and equally too many dismiss it entirely because &amp;ldquo;it hallucinated an Ansible module that doesn&amp;rsquo;t exist.&amp;rdquo; Both extremes are wrong.&lt;/p&gt;</description></item><item><title>How to Actually Reduce Your Cloud Spend Before Year-End 2025</title><link>https://pragmaticsysadmin.help/sysadmin/how-reduce-cloud-spend-before-year-end-2025/</link><pubDate>Sat, 01 Nov 2025 10:00:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/how-reduce-cloud-spend-before-year-end-2025/</guid><description>&lt;h1 id="how-to-actually-reduce-your-cloud-spend-before-year-end-2025"&gt;How to Actually Reduce Your Cloud Spend Before Year-End 2025&lt;/h1&gt;
&lt;p&gt;&lt;img alt="How to Actually Reduce Your Cloud Spend Before Year-End 2025" loading="lazy" src="https://pragmaticsysadmin.help/images/posts/how-reduce-cloud-spend-before-year-end-2025.png"&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Disclosure&lt;/strong&gt;: &lt;em&gt;This article contains Amazon affiliate links. I only recommend products and services I genuinely use and believe will help you reduce cloud costs.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;As we approach year-end, many organizations are scrambling to optimize their cloud spend before budget renewals. If you&amp;rsquo;re a sysadmin or DevOps engineer looking to make a real impact, this guide will help you identify and eliminate cloud waste while improving performance.&lt;/p&gt;</description></item><item><title>Setting Up a Home Lab: A Beginner's Guide</title><link>https://pragmaticsysadmin.help/sysadmin/2025-10-29-setting-up-a-home-lab-a-beginner-s-guide/</link><pubDate>Wed, 29 Oct 2025 20:00:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/2025-10-29-setting-up-a-home-lab-a-beginner-s-guide/</guid><description>&lt;p&gt;Title: Setting Up a Home Lab: A Beginner&amp;rsquo;s Guide
Description
Learn how to build your first home lab for learning DevOps, containerization, and system administration. This practical guide covers hardware recommendations, essential software, and step-by-step setup instructions.&lt;/p&gt;
&lt;p&gt;Slug
setting-up-home-lab-beginners-guide&lt;/p&gt;
&lt;p&gt;Content (Markdown)
Setting Up a Home Lab: A Beginner&amp;rsquo;s Guide
Why Build a Home Lab?
Before diving into the technical details, let&amp;rsquo;s understand why a home lab is invaluable for system administrators and DevOps engineers:&lt;/p&gt;</description></item><item><title>Zero Trust for Small Teams: Practical Steps</title><link>https://pragmaticsysadmin.help/sysadmin/zero-trust-small-teams-2026/</link><pubDate>Sun, 26 Oct 2025 00:00:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/zero-trust-small-teams-2026/</guid><description>&lt;h1 id="zero-trust-for-small-teams-practical-steps"&gt;Zero Trust for Small Teams: Practical Steps&lt;/h1&gt;
&lt;p&gt;&lt;img alt="Zero Trust for Small Teams: Practical Steps" loading="lazy" src="https://pragmaticsysadmin.help/images/posts/zero-trust-small-teams-2026.png"&gt;&lt;/p&gt;
&lt;p&gt;Zero trust isn&amp;rsquo;t just for big enterprises. In this post, we break down how small teams can adopt zero trust principles with practical, budget-friendly steps.&lt;/p&gt;
&lt;h2 id="what-zero-trust-actually-means-without-the-buzzword-salad"&gt;What Zero Trust Actually Means (Without the Buzzword Salad)&lt;/h2&gt;
&lt;p&gt;Let me save you some time: zero trust does not mean &amp;ldquo;trust nobody and buy our product.&amp;rdquo; That&amp;rsquo;s what vendors want you to think. Here&amp;rsquo;s what it actually means at its core — &lt;strong&gt;never assume that anything inside your network is safe by default.&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Sysadmin Myths Busted: What Actually Works in 2026</title><link>https://pragmaticsysadmin.help/sysadmin/sysadmin-myths-busted-2026/</link><pubDate>Sun, 19 Oct 2025 00:00:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/sysadmin-myths-busted-2026/</guid><description>&lt;h1 id="sysadmin-myths-busted-what-actually-works-in-2026"&gt;Sysadmin Myths Busted: What Actually Works in 2026&lt;/h1&gt;
&lt;p&gt;&lt;img alt="Sysadmin Myths Busted: What Actually Works in 2026" loading="lazy" src="https://pragmaticsysadmin.help/images/posts/sysadmin-myths-busted-2026.png"&gt;&lt;/p&gt;
&lt;p&gt;Forget what you heard in 2015. In this post, we bust the most common sysadmin myths and show you what actually works today. From automation fears to cloud confusion, get the facts and actionable tips for modern IT.&lt;/p&gt;
&lt;h2 id="why-these-myths-refuse-to-die"&gt;Why These Myths Refuse to Die&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;ve been doing this job for over a decade now, and I keep running into the same tired advice at conferences, on Reddit, and in the break room. Some of these myths come from a place of fear — nobody wants to be replaced by a script. Others come from vendor marketing that wants you to believe the cloud solves everything if you just spend enough. And some? Pure laziness dressed up as &amp;ldquo;we&amp;rsquo;ve always done it this way.&amp;rdquo;&lt;/p&gt;</description></item><item><title>Tech Survival Guide: AI Edition 2026 (From 'Help!' to 'I'm a Genius!')</title><link>https://pragmaticsysadmin.help/sysadmin/tech-survival-guide-ai-edition-2026/</link><pubDate>Sun, 12 Oct 2025 00:00:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/tech-survival-guide-ai-edition-2026/</guid><description>&lt;h1 id="tech-survival-guide-ai-edition-2026"&gt;Tech Survival Guide: AI Edition 2026&lt;/h1&gt;
&lt;p&gt;&lt;img alt="Tech Survival Guide: AI Edition 2026" loading="lazy" src="https://pragmaticsysadmin.help/images/posts/tech-survival-guide-ai-edition-2026.png"&gt;&lt;/p&gt;
&lt;p&gt;Look, we&amp;rsquo;ve all been there. It&amp;rsquo;s 11 PM, something&amp;rsquo;s broken, and you&amp;rsquo;re frantically googling error messages while your AI assistant keeps suggesting solutions that make absolutely no sense. Fun times.&lt;/p&gt;
&lt;p&gt;But here&amp;rsquo;s the thing: Most tech problems (and AI conversations) fail for the same reason - garbage in, garbage out. Today, I&amp;rsquo;m going to show you how to turn both your tech disasters and your AI interactions from &amp;ldquo;Oh God Why&amp;rdquo; into &amp;ldquo;I&amp;rsquo;m Actually a Genius.&amp;rdquo;&lt;/p&gt;</description></item><item><title>Kubernetes Without Jargon: Pods = Processes, Services = Stable Names</title><link>https://pragmaticsysadmin.help/sysadmin/kubernetes-without-jargon-pods-processes-services/</link><pubDate>Sat, 16 Aug 2025 00:00:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/kubernetes-without-jargon-pods-processes-services/</guid><description>&lt;p&gt;If you&amp;rsquo;ve ever tried to Google &amp;ldquo;What is Kubernetes?&amp;rdquo; you&amp;rsquo;ve probably seen a wall of buzzwords: &lt;em&gt;orchestration, scalability, microservices, YAML manifests&lt;/em&gt;. Somewhere in there, someone will tell you it&amp;rsquo;s like &amp;ldquo;a shipping port for containers,&amp;rdquo; and you&amp;rsquo;ll want to slam your laptop shut.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s skip the abstract metaphors and get to the point. &lt;strong&gt;Kubernetes&lt;/strong&gt; (K8s if you want to sound cool and save keystrokes) is just a smart way to run a bunch of apps across multiple machines without losing your mind.&lt;/p&gt;</description></item><item><title>Stop Doing Things Manually: 5 Scripts That'll Make You Look Like a Genius</title><link>https://pragmaticsysadmin.help/sysadmin/stop-doing-things-manually/</link><pubDate>Mon, 27 Jan 2025 00:00:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/stop-doing-things-manually/</guid><description>&lt;h1 id="stop-doing-things-manually-5-scripts-thatll-make-you-look-like-a-genius"&gt;Stop Doing Things Manually: 5 Scripts That&amp;rsquo;ll Make You Look Like a Genius&lt;/h1&gt;
&lt;p&gt;&lt;img alt="Stop Doing Things Manually: 5 Scripts That&amp;rsquo;ll Make You Look Like a Genius" loading="lazy" src="https://pragmaticsysadmin.help/images/posts/stop-doing-things-manually.png"&gt;&lt;/p&gt;
&lt;p&gt;Look, I&amp;rsquo;ll be honest with you. Last week I caught myself manually checking disk space on 15 servers. FIFTEEN. Like some kind of caveman clicking through Server Manager while my coffee got cold.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s when I remembered why I got into this job in the first place - to make computers do the boring stuff so I don&amp;rsquo;t have to. If you&amp;rsquo;re still doing repetitive tasks manually, this post is for you.&lt;/p&gt;</description></item></channel></rss>