Compare commits
No commits in common. "f8c3e96b1665cb033a1390e84a6b7df18c4dd6d2" and "e4da1bc28e765b7c4660f351b56ff9cf07362154" have entirely different histories.
f8c3e96b16
...
e4da1bc28e
@ -30,7 +30,7 @@ jobs:
|
||||
run: rm -rf /mnt/hugo_output/*
|
||||
|
||||
- name: Build Hugo Site
|
||||
run: hugo --minify --destination /mnt/hugo_output --cleanDestinationDir --buildDrafts --buildFuture --buildExpired --disableFastRender
|
||||
run: hugo --minify --destination /mnt/hugo_output --cleanDestinationDir --buildDrafts --buildFuture --buildExpired
|
||||
|
||||
- name: Verify Output Files
|
||||
run: ls -lah /mnt/hugo_output
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
---
|
||||
title: 'Taming a Home Print Server for a Brother HL2240D'
|
||||
title: 'Workbench: Taming a Home Print Server for a Brother HL2240D'
|
||||
date: 2025-04-13
|
||||
draft: false
|
||||
---
|
||||
It turns out printers are their usual wily selves on Linux too.
|
||||
|
||||
I’ve been experimenting with turning my Ubuntu‑based home server (running on a Raspberry Pi) into a network print server for my aging, but reliable Brother HL2240D. This isn’t a polished how‑to guide—it’s a work log of the messy, unexpected challenges of building something real. There’s a lot to be learned from the wild detours in DIY server projects, and if you’re curious about what happens when things don’t go exactly as planned, read on.
|
||||
I’ve been experimenting with turning my Ubuntu‑based home server (running on a Raspberry Pi) into a network print server for my aging, but reliable Brother HL2240D. This isn’t a polished how‑to guide—it’s a work log of the messy, unexpected challenges of building something real. There’s a lot to be learned from the wild detours in DIY server projects, and if you’re curious about what happens when things don’t go exactly as planned, read on.
|
||||
|
||||
## The Auth Adventure
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user