<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (mlednor)</title>
    <link>https://pinboard.in/u:mlednor/public/</link>
    <description>recent bookmarks from mlednor</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://www.mepits.com/project/290/Advanced-Projects/Turn-any-Printer-in-to-Wireless-using-Raspberry-pi"/>
	<rdf:li rdf:resource="http://hints.macworld.com/article.php?story=20061203221317612"/>
	<rdf:li rdf:resource="http://www.brunerd.com/blog/2012/03/13/getting-and-setting-ppd-options-via-command-line-for-use-with-lpadmin-in-os-x/"/>
	<rdf:li rdf:resource="http://techjournal.318.com/mac-os-x/configure-network-printers-via-command-line-on-macs/"/>
	<rdf:li rdf:resource="http://uk.moo.com/help/faq/templates-and-guidelines.html"/>
	<rdf:li rdf:resource="http://broadcast.oreilly.com/2010/03/making-html-more-like-print.html"/>
	<rdf:li rdf:resource="http://css-tricks.com/css-tricks-finally-gets-a-print-stylesheet/"/>
	<rdf:li rdf:resource="http://www.alistapart.com/articles/goingtoprint/"/>
	<rdf:li rdf:resource="http://www.webcredible.co.uk/user-friendly-resources/css/print-stylesheet.shtml"/>
	<rdf:li rdf:resource="http://www.webdesignerdepot.com/2010/01/10-tips-for-better-print-style-sheets/"/>
	<rdf:li rdf:resource="http://line25.com/tutorials/handy-tips-for-creating-a-print-css-stylesheet"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://www.mepits.com/project/290/Advanced-Projects/Turn-any-Printer-in-to-Wireless-using-Raspberry-pi">
    <title>Turn any Printer in to Wireless using Raspberry pi | Mepits</title>
    <dc:date>2015-05-22T09:41:35+00:00</dc:date>
    <link>https://www.mepits.com/project/290/Advanced-Projects/Turn-any-Printer-in-to-Wireless-using-Raspberry-pi</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Wireless printers offer a lot of flexibility in choosing where you place your printer and where you want to work. While they are becoming very popular it is not possible for everyone to have the luxury of a brand new wireless printer. Fortunately you can turn your printer into one with the help of Raspberry Pi. We will make use of the CUPS printing system and Avahi or Samba in doing.]]></description>
<dc:subject>printing raspberrypi wifi</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:413ec46e8ed8/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:printing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:raspberrypi"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:wifi"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://hints.macworld.com/article.php?story=20061203221317612">
    <title>Managing multiple printers via the command line - Mac OS X Hints</title>
    <dc:date>2013-05-02T09:15:38+00:00</dc:date>
    <link>http://hints.macworld.com/article.php?story=20061203221317612</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Working on a site with a few hundred OS X machines, manually altering each computer's configuration can become very tedious, very fast. Especially when dealing with printers. I had issues whereby I would sometimes need to set up a number of computers with a new printer, and then remove it later. Add to that, I have printers constantly spitting things out because people hit Print a few too many times and clog up the queues. Fortunately, I managed to come across a few Unix commands which, using ssh or ideally Apple Remote Desktop (via the ever-useful 'Send UNIX command' function), can reduce jobs of many minutes, even hours, into seconds. 
]]></description>
<dc:subject>mac osx printing</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:3667a7fcc39a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:osx"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:printing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.brunerd.com/blog/2012/03/13/getting-and-setting-ppd-options-via-command-line-for-use-with-lpadmin-in-os-x/">
    <title>Getting and setting PPD options via command line for use with lpadmin in OS X | brunerd</title>
    <dc:date>2013-05-02T09:15:17+00:00</dc:date>
    <link>http://www.brunerd.com/blog/2012/03/13/getting-and-setting-ppd-options-via-command-line-for-use-with-lpadmin-in-os-x/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[There are some good hints for adding printers via the command line with lpadmin: Managing multiple printers via the command line

However, there is still confusion surrounding the setting of printer options from the command line, as a poster to Debian bugs pointed out back in 2006: lpoptions documentation doesn’t. After doing some testing, here’s the two main takewaways:

If you use lpadmin and specify options with “-o” the PPD is altered and OS X will recognize the options for the printer.
However, if you setup the printer using lpadmin without any options and later use lptoptions to set the options, they are not written to the PPD and the GUI is unaware of the printer’s options.]]></description>
<dc:subject>mac osx printing</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:88f69ac4ff11/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:osx"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:printing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://techjournal.318.com/mac-os-x/configure-network-printers-via-command-line-on-macs/">
    <title>Configure network printers via command line on Macs « 318 Tech Journal</title>
    <dc:date>2012-12-27T07:52:49+00:00</dc:date>
    <link>http://techjournal.318.com/mac-os-x/configure-network-printers-via-command-line-on-macs/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[In a recent Twitter conversation with other folks supporting Macs we discussed ways to programmatically deploy printers. Larger environments that have a management solution like JAMF Software’s Casper can take advantage of its ability to capture printer information and push to machines. Smaller environments, though, may only have Apple Remote Desktop or even nothing at all.

Because Mac OS X incorporates CUPS printing, administrators can utilize the lpadmin and lpoptions command line tools to programmatically configure new printers for users.]]></description>
<dc:subject>mac osx printing sysadmin</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:ebc09990a8d3/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:osx"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:printing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:sysadmin"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://uk.moo.com/help/faq/templates-and-guidelines.html">
    <title>Ask MOO About: Templates and guidelines | moo.com</title>
    <dc:date>2011-06-10T18:29:03+00:00</dc:date>
    <link>http://uk.moo.com/help/faq/templates-and-guidelines.html</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Pre-designing cards before you upload to MOO is something we only recommend to design professionals, or those very comfortable with graphics applications. Some technical knowledge is required to use the templates, and to save your work in the best format for print.]]></description>
<dc:subject>photoshop indesign illustrator printing</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:347ad253fd6f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:photoshop"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:indesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:illustrator"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:printing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://broadcast.oreilly.com/2010/03/making-html-more-like-print.html">
    <title>Making HTML more like print - O'Reilly Broadcast</title>
    <dc:date>2010-03-19T18:41:54+00:00</dc:date>
    <link>http://broadcast.oreilly.com/2010/03/making-html-more-like-print.html</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[I loved the design aspect of print: laying out pages, choosing, matching or adjusting fonts, making pre-processors to allow really smart typography choices, tweaking typography settings, re-writing paragraphs for nicer breaking, and so on. At the end of the day, you can have a really satisfying thing you can hold in your hand.]]></description>
<dc:subject>html webdesign printing</dc:subject>
<dc:source>https://instapaper.com/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:a51206108817/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:html"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:printing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://css-tricks.com/css-tricks-finally-gets-a-print-stylesheet/">
    <title>CSS-Tricks Finally Gets A Print Stylesheet | CSS-Tricks</title>
    <dc:date>2010-02-03T06:47:08+00:00</dc:date>
    <link>http://css-tricks.com/css-tricks-finally-gets-a-print-stylesheet/</link>
    <dc:creator>mlednor</dc:creator><dc:subject>css printing</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:6ec58083d13c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:printing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.alistapart.com/articles/goingtoprint/">
    <title>A List Apart: Articles: CSS Design: Going to Print</title>
    <dc:date>2010-02-03T06:46:44+00:00</dc:date>
    <link>http://www.alistapart.com/articles/goingtoprint/</link>
    <dc:creator>mlednor</dc:creator><dc:subject>css printing</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:1f77d209d99b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:printing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.webcredible.co.uk/user-friendly-resources/css/print-stylesheet.shtml">
    <title>Print stylesheet - the definitive guide</title>
    <dc:date>2010-02-03T06:46:30+00:00</dc:date>
    <link>http://www.webcredible.co.uk/user-friendly-resources/css/print-stylesheet.shtml</link>
    <dc:creator>mlednor</dc:creator><dc:subject>css printing</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:1c5b5fa5df0f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:printing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.webdesignerdepot.com/2010/01/10-tips-for-better-print-style-sheets/">
    <title>10 Tips for Better Print Style Sheets | Webdesigner Depot</title>
    <dc:date>2010-02-03T06:45:35+00:00</dc:date>
    <link>http://www.webdesignerdepot.com/2010/01/10-tips-for-better-print-style-sheets/</link>
    <dc:creator>mlednor</dc:creator><dc:subject>css printing</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:377149f9a2ed/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:printing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://line25.com/tutorials/handy-tips-for-creating-a-print-css-stylesheet">
    <title>Handy Tips for Creating a Print CSS Stylesheet</title>
    <dc:date>2009-11-29T19:57:53+00:00</dc:date>
    <link>http://line25.com/tutorials/handy-tips-for-creating-a-print-css-stylesheet</link>
    <dc:creator>mlednor</dc:creator><dc:subject>css printing</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:1c2785c98540/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:printing"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>