Compare commits

..

2 Commits

Author SHA1 Message Date
f8c3e96b16 update title and force rebuild
Some checks failed
Build Hugo Site / build (push) Failing after 7s
2025-04-20 21:23:25 -05:00
6a8684972a update title and force rebuild 2025-04-20 21:22:53 -05:00
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ jobs:
run: rm -rf /mnt/hugo_output/* run: rm -rf /mnt/hugo_output/*
- name: Build Hugo Site - name: Build Hugo Site
run: hugo --minify --destination /mnt/hugo_output --cleanDestinationDir --buildDrafts --buildFuture --buildExpired run: hugo --minify --destination /mnt/hugo_output --cleanDestinationDir --buildDrafts --buildFuture --buildExpired --disableFastRender
- name: Verify Output Files - name: Verify Output Files
run: ls -lah /mnt/hugo_output run: ls -lah /mnt/hugo_output

View File

@ -1,11 +1,11 @@
--- ---
title: 'Workbench: Taming a Home Print Server for a Brother HL2240D' title: 'Taming a Home Print Server for a Brother HL2240D'
date: 2025-04-13 date: 2025-04-13
draft: false draft: false
--- ---
It turns out printers are their usual wily selves on Linux too. It turns out printers are their usual wily selves on Linux too.
Ive been experimenting with turning my Ubuntubased home server (running on a Raspberry Pi) into a network print server for my aging, but reliable Brother HL2240D. This isnt a polished howto guide—its a work log of the messy, unexpected challenges of building something real. Theres a lot to be learned from the wild detours in DIY server projects, and if youre curious about what happens when things dont go exactly as planned, read on. Ive been experimenting with turning my Ubuntubased home server (running on a Raspberry Pi) into a network print server for my aging, but reliable Brother HL2240D. This isnt a polished howto guide—its a work log of the messy, unexpected challenges of building something real. Theres a lot to be learned from the wild detours in DIY server projects, and if youre curious about what happens when things dont go exactly as planned, read on.
## The Auth Adventure ## The Auth Adventure