TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Basic Printing on OpenBSD

58 pointsby paedubucherover 4 years ago

3 comments

accrualover 4 years ago
One small item that may make setup a little easier:<p><pre><code> # echo &#x27;lpd_flags=&quot;&quot;&#x27; &gt;&gt; &#x2F;etc&#x2F;rc.conf.local # &#x2F;etc&#x2F;rc.d&#x2F;lpd restart </code></pre> Can be replaced with rcctl(8):<p><pre><code> # rcctl enable lpd # rcctl restart lpd</code></pre>
评论 #24539772 未加载
tehabeover 4 years ago
I remember lpd with some horror and was very glad when CUPS came along, made printing on Linux even easier than on Windows.
评论 #24535819 未加载
评论 #24536815 未加载
评论 #24536465 未加载
评论 #24535810 未加载
评论 #24539107 未加载
tyingqover 4 years ago
Brings back memories of trying to get HPGL, PCL, or other non-postscript printers working with various flavors of Unix, lpd filter scripts, trying to get a form feed to spit out the paper, etc. Pretty sure there&#x27;s an ugly Perl script of mine still doing this at a previous employer.<p>My friends and I used to create a little mayhem sending bursts of form feeds to the DEC band printer in the lab when the teacher was near it. It would shoot out paper 5 feet or so.
评论 #24535822 未加载
评论 #24537804 未加载