<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://zoide.net" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>HowTo</title>
 <link>http://zoide.net/auriculabovinari/howto</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>&quot;bash&quot; programming reference</title>
 <link>http://zoide.net/bash-programming-reference</link>
 <description></description>
 <comments>http://zoide.net/bash-programming-reference#comments</comments>
 <category domain="http://zoide.net/auriculabovinari/command-line">command line</category>
 <category domain="http://zoide.net/auriculabovinari/howto">HowTo</category>
 <category domain="http://zoide.net/auriculabovinari/programming">Programming</category>
 <category domain="http://zoide.net/auriculabovinari/reference">Reference</category>
 <pubDate>Sun, 30 Mar 2008 00:46:17 +0100</pubDate>
 <dc:creator>do</dc:creator>
 <guid isPermaLink="false">615 at http://zoide.net</guid>
</item>
<item>
 <title>Read-Write subscription with iCal to a CalDAV Server</title>
 <link>http://zoide.net/read-write-subscription-ical-caldav-server</link>
 <description>&lt;p&gt;Under Leopard&amp;#8217;s iCal (version 3.0.2) you can subscribe to CalDAV servers with read-write permissions. Unfortunately doing so work a little bit different than the usual &lt;strong&gt;Calendar-&amp;gt;Subscribe (Apple+Alt+S)&lt;/strong&gt; menu action.&lt;/p&gt;
&lt;p&gt;You have to go to iCal&amp;#8217;s preferences (Apple+,) then open the  &lt;strong&gt;Accounts&lt;/strong&gt; preference pane and add a new one.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Account &lt;span&gt;URL&lt;/span&gt; is: &lt;a href=&quot;https://*servername*:8443/principals/users/*user*/&quot; title=&quot;https://*servername*:8443/principals/users/*user*/&quot;&gt;https://*servername*:8443/principals/users/*user*/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;all other other fields should be self-explanatory&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href=&quot;https://doc.ikw.uni-osnabrueck.de/files/images/Picture 6.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://doc.ikw.uni-osnabrueck.de/files/images/Picture 6.png&quot; alt=&quot;caldav-prefs-1&quot; title=&quot;caldav-prefs-1&quot;  width=&quot;629&quot; height=&quot;537&quot; /&gt;&lt;/a&gt;&lt;span&gt;&lt;strong&gt;caldav-prefs-1&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/p&gt;</description>
 <comments>http://zoide.net/read-write-subscription-ical-caldav-server#comments</comments>
 <category domain="http://zoide.net/auriculabovinari/howto">HowTo</category>
 <category domain="http://zoide.net/auriculabovinari/ical">iCal</category>
 <category domain="http://zoide.net/auriculabovinari/image">image</category>
 <category domain="http://zoide.net/auriculabovinari/mac-os-x">Mac OS X</category>
 <pubDate>Thu, 27 Mar 2008 12:37:52 +0100</pubDate>
 <dc:creator>do</dc:creator>
 <guid isPermaLink="false">606 at http://zoide.net</guid>
</item>
<item>
 <title>Mac OS X (Leopard),  getting rid of unwanted languages</title>
 <link>http://zoide.net/mac-os-x-leopard-getting-rid-unwanted-languages</link>
 <description>&lt;p&gt;Ever wondered why OS X takes up a lot of space? Well, me too!&lt;br /&gt;
One reason is that most of the software you install has a lot of builtin languages. While being a great thing in general it is not really desired in most of the cases where, usually one uses only one language.&lt;/p&gt;
&lt;p&gt;For &lt;strong&gt;Mac OS X &amp;lt;= 10.4&lt;/strong&gt; there are tools to get rid of unwanted languages via the &lt;span&gt;GUI&lt;/span&gt;. &lt;a href=&quot;http://monolingual.sourceforge.net/&quot; title=&quot;http://monolingual.sourceforge.net/&quot;&gt;http://monolingual.sourceforge.net/&lt;/a&gt; &amp;#8211; is one of those.&lt;/p&gt;
&lt;p&gt;Well for Leopard, nothing seems to be there right now, thus I have made this trick:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;gfind / -xdev -type d -iname *.lproj -not -iname *en*.lproj -not -iname german* -not -iname *de.* -exec rm -rf {} \;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Yes, you need &lt;span&gt;GNU&lt;/span&gt;-find! The OS X built-in find is crap! Still!&lt;/p&gt;
&lt;p&gt;What does this line do? It deletes all folders ending on &lt;strong&gt;.lproj&lt;/strong&gt; but not containing &lt;strong&gt;en&lt;/strong&gt;, &lt;strong&gt;german&lt;/strong&gt; and &lt;strong&gt;de&lt;/strong&gt;. I want to keep English and German.&lt;/p&gt;
&lt;h3&gt;Space savings:&lt;/h3&gt;
&lt;p&gt;- &lt;strong&gt;before: df /&lt;/strong&gt;&lt;br /&gt;
&lt;code&gt;/dev/disk0s2   73138176 50306936  22319240    70%    /&lt;/code&gt; &amp;#8211; &lt;strong&gt;after: df /&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://doc.ikw.uni-osnabrueck.de/node/464&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://zoide.net/mac-os-x-leopard-getting-rid-unwanted-languages#comments</comments>
 <category domain="http://zoide.net/auriculabovinari/howto">HowTo</category>
 <category domain="http://zoide.net/auriculabovinari/mac-os-x">Mac OS X</category>
 <pubDate>Wed, 26 Mar 2008 08:57:34 +0100</pubDate>
 <dc:creator>do</dc:creator>
 <guid isPermaLink="false">605 at http://zoide.net</guid>
</item>
</channel>
</rss>
