<?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>Conny Lundgren's blog &#187; ubuntu</title>
	<atom:link href="http://blog.refactor.se/category/linux/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.refactor.se</link>
	<description>Thoughts on Java, Agile, OS X and life in general..</description>
	<lastBuildDate>Fri, 05 Dec 2008 07:51:14 +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>Mounting .mac iDisk on Ubuntu</title>
		<link>http://blog.refactor.se/2007/01/02/mounting-mac-idisk-on-ubuntu/</link>
		<comments>http://blog.refactor.se/2007/01/02/mounting-mac-idisk-on-ubuntu/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 17:01:30 +0000</pubDate>
		<dc:creator>conny.lundgren</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mac osx]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.refactor.se/2007/01/02/mounting-mac-idisk-on-ubuntu/</guid>
		<description><![CDATA[I tend to keep some files that I need access to from different computers on my .mac iDisk account, when on a windows computer Apple has a utility to mount the file system, but when using Linux (Ubuntu in my case) your out of luck.
But luckily iDisk is just a webdav share so mounting it [...]]]></description>
			<content:encoded><![CDATA[<p>I tend to keep some files that I need access to from different computers on my .mac iDisk account, when on a windows computer Apple has a utility to mount the file system, but when using Linux (Ubuntu in my case) your out of luck.</p>
<p>But luckily iDisk is just a webdav share so mounting it is pretty easy.</p>
<p>Firstly do a</p>
<blockquote><p><code>sudo apt-get install davfs2</code></p></blockquote>
<p>This will install the required utility to mount webdav file systems.</p>
<p>Then fire up your favorite editor and edit</p>
<blockquote><p><code>/etc/davfs2/secrets</code></p></blockquote>
<p>And ad a entry like this</p>
<blockquote><p><code>http://idisk.mac.com/username USERNAME PASSWORD</code></p></blockquote>
<p>to mount the file system manually type</p>
<blockquote><p><code>mount -t davfs http://idisk.mac.com/username /mnt/idisk</code></p></blockquote>
<p>That&#8217;s it, your ready to go.</p>
<p>If you like to have it automatically mounted when booting you have to edit <strong><em>/etc/fstab</em></strong> and add</p>
<blockquote><p><code>http://idisk.mac.com/username /mnt/idisk davfs user 0 0</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.refactor.se/2007/01/02/mounting-mac-idisk-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PDF Printing in Ubuntu</title>
		<link>http://blog.refactor.se/2006/09/20/pdf-printing-in-ubuntu/</link>
		<comments>http://blog.refactor.se/2006/09/20/pdf-printing-in-ubuntu/#comments</comments>
		<pubDate>Wed, 20 Sep 2006 03:59:14 +0000</pubDate>
		<dc:creator>conny.lundgren</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.refactor.se/2006/09/20/pdf-printing-in-ubuntu/</guid>
		<description><![CDATA[
One of the nicest features on my OSX machine is the built in function to print everything to a PDF, fortunate it&#8217;s really easy to ad this feature to Ubuntu to (for the record when forced to used a Windows box the free ware&#160;PrimoPDF does a decent job as-well)  
Start of by installing the [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>One of the nicest features on my OSX machine is the built in function to print everything to a PDF, fortunate it&#8217;s really easy to ad this feature to Ubuntu to (for the record when forced to used a Windows box the free ware&nbsp;<a href="http://www.primopdf.com/">PrimoPDF</a> does a decent job as-well)  </p>
<p>Start of by installing the <strong>cups-pdf</strong> package with apt (or synaptic if you prefer).</p>
<blockquote><p><strong>sudo apt-get install cups-pdf<br /></strong></p>
</blockquote>
<p>Next do a </p>
<blockquote><p><strong>sudo chmod +s /usr/lib/cups/backend/cups-pdf</strong></p>
</blockquote>
<p>Finally in Gnome add a new printer by going to “<strong>System &gt; Administration &gt; Printing</strong>”, select New Printer select Local Printer &amp; Use a Detached Printer, select PDF Printer.  </p>
<p>Onto the next screen select the Generic manufacturer, and the “<strong>Postscript color printer rev3b</strong>”. Leave the driver set to “<strong>Standard</strong>”  </p>
<p>You are now up and running with PDF printing in Ubuntu.  </p>
<p>By default the PDF-files is stored in <strong>~/PDF</strong> , but this is easily changed by modifying your<strong> /etc/cups/cups-pdf.conf</strong> look for the line <strong>Out ${HOME}/PDF</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.refactor.se/2006/09/20/pdf-printing-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
