commit 6dff67df2e492222b3ca0f10917b64ce87c71c7b
parent 65bc8f875a632ce0933e09cc6dc2230ad95ef4a0
Author: Robbie D <hello@robertdherb.com>
Date: Sat, 14 Jul 2018 14:34:54 -0500
Fixed formatting here and there.
Diffstat:
2 files changed, 20 insertions(+), 5 deletions(-)
diff --git a/README b/README
@@ -1,5 +1,8 @@
# What Is This?
-If you're reading this, you're probably in the wrong place. This is just my personl repository of notes. I doubt anything here is useful to you, but feel free to browse.
+If you're reading this, you're probably in the wrong place. This is just my
+personl repository of notes. I doubt anything here is useful to you, but feel
+free to browse.
-If you have any questions, email them to hello@robertdherb.com, or find me on Mastodon @rdh@mastodon.social
+If you have any questions, email them to hello@robertdherb.com, or find me on
+Mastodon @rdh@mastodon.social
diff --git a/printing-in-openbsd.md b/printing-in-openbsd.md
@@ -1,7 +1,11 @@
Title: Printing in OpenBSD
Date: 2018-06-19
-Printing in OpenBSD is not difficult to figure out, especially if you're using a black and white printer that can use the HP LaserJet 5 printer (Which is, to my knowledge, every black and white printer). But getting Firefox to see CUPS printers... Well that was another thing. So here's a post to help me remember what I did, becuase it's not exactly intuitive--though it's still pretty easy.
+Printing in OpenBSD is not difficult to figure out, especially if you're using
+a black and white printer that can use the HP LaserJet 5 printer (Which is, to
+my knowledge, every black and white printer). But getting Firefox to see CUPS
+printers... Well that was another thing. So here's a post to help me remember
+what I did, becuase it's not exactly intuitive--though it's still pretty easy.
The first step, obviously, will be to install CUPS and start cupsd.
@@ -9,8 +13,16 @@ The first step, obviously, will be to install CUPS and start cupsd.
# rcctl enable cupsd
# rcctl start cups
-Then, go to `http://localhost:631`, and add your printer. Hopefully your printer is supported out of the box, because I'm not really sure what to do there if it's not. The HP LaserJetSeries PCL 4/5 driver is a pretty safe bet for any B/W printer, though. BTW, this is true of all operating systems, and actually a trick I learned from a Windows admin. Once the printer is added to CUPS, and you've verified that you can print to it (using `lp(1)`), install `gtk+3-cups`.
+Then, go to `http://localhost:631`, and add your printer. Hopefully your
+printer is supported out of the box, because I'm not really sure what to do
+there if it's not. The HP LaserJetSeries PCL 4/5 driver is a pretty safe bet
+for any B/W printer, though. BTW, this is true of all operating systems, and
+actually a trick I learned from a Windows admin. Once the printer is added to
+CUPS, and you've verified that you can print to it (using `lp(1)`), install `
+tk+3-cups`.
-That's it. I didn't even have to restart Firefox. I don't know why nobody has documented this weird little quirk, but there it is now. Good luck on your OpenBSD journey!
+That's it. I didn't even have to restart Firefox. I don't know why nobody has
+documented this weird little quirk, but there it is now. Good luck on your
+OpenBSD journey!
~take it easy