<?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>Unnaki &#187; ubuntu</title>
	<atom:link href="http://www.unnaki.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unnaki.com</link>
	<description>Time is everything</description>
	<lastBuildDate>Fri, 06 Jan 2012 15:54:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>lxdm (LXDE) not starting at boot</title>
		<link>http://www.unnaki.com/2012/01/lxdm-lxde-not-starting-at-boot/</link>
		<comments>http://www.unnaki.com/2012/01/lxdm-lxde-not-starting-at-boot/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 15:54:39 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=385</guid>
		<description><![CDATA[I&#8217;ve just found the solution for this that&#8217;s been bodering me for the last month or so. I filled up a bug at launchpad that contains all the info: https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/912772 After digging around I found that the upstart job /etc/init/lxdm.conf ran and stopped inmmediatly. A couple of weeks later (BTW, upstart debug log sucks!), I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just found the solution for this that&#8217;s been bodering me for the last month or so. I filled up a bug at launchpad that contains all the info: <a title="Launchpad bug #912772" href="https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/912772" target="_blank">https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/912772</a></p>
<blockquote><p><em>After digging around I found that the upstart job /etc/init/lxdm.conf ran and stopped inmmediatly. A couple of weeks later (BTW, upstart debug log sucks!), I found that in this file there&#8217;s a condition that checks the content of /etc/X11/</em><wbr><em>default-</em><wbr><em>display-</em><wbr><em>manager (line 28) and expects to found &#8220;/usr/sbin/lxdm&#8221;. In my case, the content of the file was &#8220;lxdm&#8221; therefore the condition was not satisfied and lxdm failed to start (actually it was being forced to stop).</em></wbr></wbr></wbr></p>
<p><em>After changing the content of /etc/X11/</em><wbr><em>default-</em><wbr><em>display-</em><wbr><em>manager to &#8220;/usr/sbin/lxdm&#8221;, lxdm (LXDE) started to work at boot time showing login screen as expected.</em></wbr></wbr></wbr></p></blockquote>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2012/01/lxdm-lxde-not-starting-at-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to install NVIDIA drivers on Linux</title>
		<link>http://www.unnaki.com/2011/07/script-to-install-nvidia-drivers-on-linux/</link>
		<comments>http://www.unnaki.com/2011/07/script-to-install-nvidia-drivers-on-linux/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 13:22:59 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[ATI]]></category>
		<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=362</guid>
		<description><![CDATA[If you ever struggled with the installation of the NVIDIA drivers on Linux (or Debian using this) then you should definitely check this out! Really interesting, simple and useful script to install proper NVIDIA drivers on your Linux box. http://smxi.org/docs/sgfxi-manual.htm Simply run: cd /usr/local/bin &#38;&#38; wget -Nc smxi.org/sgfxi &#38;&#38; chmod +x sgfxi &#38;&#38; sgfxi as [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever struggled with the installation of the <a title="NVIDIA drivers for linux" href="http://www.nvidia.com/object/unix.html" target="_blank">NVIDIA</a> drivers on Linux (or Debian using <a title="Debian NVIDIA driver installation" href="http://wiki.debian.org/NvidiaGraphicsDrivers" target="_blank">this</a>) then you should definitely check this out!</p>
<p>Really interesting, simple and useful script to install proper NVIDIA drivers on your Linux box.</p>
<p><a title="sgfxi - nVidia drivers installer for Linux" href="http://smxi.org/docs/sgfxi-manual.htm" target="_blank">http://smxi.org/docs/sgfxi-manual.htm</a></p>
<p>Simply run:</p>
<pre>cd /usr/local/bin &amp;&amp; wget -Nc smxi.org/sgfxi &amp;&amp; chmod +x sgfxi &amp;&amp; sgfxi</pre>
<p>as root user (or with sudo) and the script will automatically decide which version to install and will set up the xorg.conf file for you. It also works with other graphics cards manufacturers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2011/07/script-to-install-nvidia-drivers-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>java.io.FileNotFoundException: /usr/lib/libnss3.so error on Debian Wheezy</title>
		<link>http://www.unnaki.com/2011/07/libnss3-so-error-on-debian-wheezy/</link>
		<comments>http://www.unnaki.com/2011/07/libnss3-so-error-on-debian-wheezy/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 13:12:10 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=359</guid>
		<description><![CDATA[&#160; &#8212; Edit: this should have been fixed by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634058 &#160; &#8212; &#160; I came across this error the other day running a java application on Debian Wheezy: java.security.ProviderException: Could not initialize NSS at sun.security.pkcs11.SunPKCS11.&#60;init&#62;(SunPKCS11.java:201) at sun.security.pkcs11.SunPKCS11.&#60;init&#62;(SunPKCS11.java:103) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:532) at sun.security.jca.ProviderConfig$3.run(ProviderConfig.java:262) at sun.security.jca.ProviderConfig$3.run(ProviderConfig.java:244) at java.security.AccessController.doPrivileged(Native Method) at sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:244) [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>&#8212;</p>
<p><span style="text-decoration: underline;"><strong><br />
Edit:</strong></span> this should have been fixed by<a title="Debian Bugs #634058" href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634058" target="_blank"> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634058</a></p>
<p>&nbsp;</p>
<p>&#8212;</p>
<p>&nbsp;</p>
<p>I came across this error the other day running a java application on <a title="Debian Wheezy" href="http://www.debian.org/" target="_blank">Debian</a> Wheezy:</p>
<blockquote><p>java.security.ProviderException: Could not initialize NSS<br />
at sun.security.pkcs11.SunPKCS11.&lt;init&gt;(SunPKCS11.java:201)<br />
at sun.security.pkcs11.SunPKCS11.&lt;init&gt;(SunPKCS11.java:103)<br />
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)<br />
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)<br />
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)<br />
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)<br />
at sun.security.jca.ProviderConfig$3.run(ProviderConfig.java:262)<br />
at sun.security.jca.ProviderConfig$3.run(ProviderConfig.java:244)<br />
at java.security.AccessController.doPrivileged(Native Method)<br />
at sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:244)<br />
at sun.security.jca.ProviderConfig.getProvider(ProviderConfig.java:224)<br />
at sun.security.jca.ProviderList.getProvider(ProviderList.java:232)<br />
at sun.security.jca.ProviderList.getIndex(ProviderList.java:262)<br />
at sun.security.jca.ProviderList.getProviderConfig(ProviderList.java:246)<br />
at sun.security.jca.ProviderList.getProvider(ProviderList.java:252)<br />
at java.security.Security.getProvider(Security.java:473)<br />
at jd.http.XTrustProvider.install(XTrustProvider.java:70)<br />
at jd.http.Browser.init(Browser.java:1317)<br />
at jd.update.Main.main(Main.java:119)<br />
Caused by: java.io.FileNotFoundException: /usr/lib/libnss3.so<br />
at sun.security.pkcs11.Secmod.initialize(Secmod.java:186)<br />
at sun.security.pkcs11.SunPKCS11.&lt;init&gt;(SunPKCS11.java:197)<br />
&#8230; 18 more<br />
ERROR Could not initialize NSS</p></blockquote>
<p>Apparently an update broke the configuration of the <a title="Java OpenJDK" href="http://openjdk.java.net/" target="_blank">OpenJDK</a> installation. So to fix it I had to manually edit the file /etc/java-6-openjdk/security/nss.cfg:</p>
<blockquote><p>name = NSS<br />
<span style="color: #ff9900;"><strong>#nssLibraryDirectory = /usr/lib</strong></span><br />
<span style="color: #99cc00;"><strong>nssLibraryDirectory = /usr/lib/i386-linux-gnu</strong></span><br />
nssDbMode = noDb<br />
attributes = compatibility</p></blockquote>
<p>Commenting out the highlighted orange line and adding the highlighted green line. The reason of it is that <a title="Java OpenJDK" href="http://openjdk.java.net/" target="_blank">OpenJDK</a> has split this configuration according to the box architecture (see <a title="libnss3.so missing from /usr/lib" href="https://bugs.launchpad.net/ubuntu/+source/nss/+bug/778726" target="_blank">https://bugs.launchpad.net/ubuntu/+source/nss/+bug/778726</a>). However on my box it failed updating the reference to the new location of the libnss3.so file (I am on <a title="Debian Wheezy" href="http://www.debian.org/" target="_blank">Debian</a> Wheezy which is not stable yet so I guess something went wrong).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2011/07/libnss3-so-error-on-debian-wheezy/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Spreading LXDE</title>
		<link>http://www.unnaki.com/2011/04/spreading-lxde/</link>
		<comments>http://www.unnaki.com/2011/04/spreading-lxde/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 13:25:00 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[lxde]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=344</guid>
		<description><![CDATA[The &#8220;Lightweight X11 Desktop Environment&#8221; is an extremely fast-performing and energy-saving desktop environment. (&#8230;) LXDE uses less CPU and less RAM than other environments. It is especially designed for cloud computers with low hardware specifications, such as, netbooks, mobile devices (e.g. MIDs) or older computers. LXDE can be installed with many Linux distributions including Ubuntu, [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><em>The &#8220;Lightweight X11 Desktop Environment&#8221; is an extremely fast-performing and energy-saving desktop environment. (&#8230;) <a title="LXDE" href="http://www.lxde.org" target="_blank">LXDE</a> uses less CPU and less RAM than other environments. It is especially designed for cloud computers with low hardware specifications, such as, netbooks, mobile devices (e.g. MIDs) or older computers. <a title="LXDE" href="http://www.lxde.org" target="_blank">LXDE</a> can be installed with many Linux distributions including Ubuntu, <a title="Debian -- The Universal Operating System" href="http://debian.org" target="_blank">Debian</a> and Fedora. It is the standard for Knoppix and lubuntu. <a title="LXDE" href="http://www.lxde.org" target="_blank">LXDE</a> also runs with OpenSolaris and BSD. (&#8230;)The source code of <a title="LXDE" href="http://www.lxde.org" target="_blank">LXDE</a> is licensed partly under the terms of the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">the General Public License</a> and partly under the LGPL.</em></p>
<p>&nbsp;</p></blockquote>

<a href='http://www.unnaki.com/2011/04/spreading-lxde/desktop_full-preview/' title='desktop_full.preview'><img width="150" height="150" src="http://www.unnaki.com/wp-content/uploads/2011/04/desktop_full.preview-150x150.png" class="attachment-thumbnail" alt="desktop_full.preview" title="desktop_full.preview" /></a>
<a href='http://www.unnaki.com/2011/04/spreading-lxde/lxlauncher-office-preview/' title='lxlauncher-office.preview'><img width="150" height="150" src="http://www.unnaki.com/wp-content/uploads/2011/04/lxlauncher-office.preview-150x150.png" class="attachment-thumbnail" alt="lxlauncher-office.preview" title="lxlauncher-office.preview" /></a>
<a href='http://www.unnaki.com/2011/04/spreading-lxde/lxtask/' title='lxtask'><img width="150" height="150" src="http://www.unnaki.com/wp-content/uploads/2011/04/lxtask-150x150.png" class="attachment-thumbnail" alt="lxtask" title="lxtask" /></a>
<a href='http://www.unnaki.com/2011/04/spreading-lxde/pcmanfm-preview/' title='pcmanfm.preview'><img width="150" height="150" src="http://www.unnaki.com/wp-content/uploads/2011/04/pcmanfm.preview-150x150.png" class="attachment-thumbnail" alt="pcmanfm.preview" title="pcmanfm.preview" /></a>

<p>I have it installed in an old Pentium 4 with 1.5GB of RAM and it works smoothly and flawlessly. If you need a lightweight desktop environment or want to try something different or you are simply tired of KDE an <a title="Gnome" href="http://gnome.org" target="_blank">Gnome</a>, well LXDE is a great alternative.</p>
<p>&nbsp;</p>
<p>Check it out at: <a title="LXDE" href="http://www.lxde.org" target="_blank">http://www.lxde.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2011/04/spreading-lxde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xfburn: CD/DVD burner for Linux</title>
		<link>http://www.unnaki.com/2011/04/xfburn-cddvd-burner-for-linux/</link>
		<comments>http://www.unnaki.com/2011/04/xfburn-cddvd-burner-for-linux/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 13:43:29 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[lxde]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=337</guid>
		<description><![CDATA[xfburn is a great front-end tool for writing CD/DVD. Simple and very useful. Check it out at http://www.xfce.org/projects/xfburn]]></description>
			<content:encoded><![CDATA[<p>xfburn is a great front-end tool for writing CD/DVD. Simple and very useful.</p>
<p><a href="http://www.xfce.org/images/projects/screenshots/xfburn.png"><img class="aligncenter" title="xfburn" src="http://www.xfce.org/images/projects/screenshots/xfburn.png" alt="" width="600" height="390" /></a></p>
<p>Check it out at <a title="xfburn" href="http://www.xfce.org/projects/xfburn" target="_blank">http://www.xfce.org/projects/xfburn</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2011/04/xfburn-cddvd-burner-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restore deleted folder in SVN after commit</title>
		<link>http://www.unnaki.com/2011/01/restore-deleted-folder-in-svn-after-commit/</link>
		<comments>http://www.unnaki.com/2011/01/restore-deleted-folder-in-svn-after-commit/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 15:06:31 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=331</guid>
		<description><![CDATA[If you delete a remote folder in SVN accidentally it gets tricky to restore it back. This can happen by commiting an unwanted deletion. So, basically, what you have to do is: Create a working copy of the deleted folder&#8217;s parent. You can use -N parameter that indicates &#8220;No checkout&#8221;. This will prevent from actually [...]]]></description>
			<content:encoded><![CDATA[<p>If you delete a remote folder in SVN accidentally it gets tricky to restore it back. This can happen by commiting an unwanted deletion. So, basically, what you have to do is:</p>
<ul>
<li>Create a working copy of the deleted folder&#8217;s parent. You can use -N parameter that indicates &#8220;No checkout&#8221;. This will prevent from actually downloading any code. Run:</li>
</ul>
<p style="text-align: center;"><em>svn co -N SVN_PARENT_URL  . </em></p>
<ul>
<li>Get a copy of the deleted folder from the revision before the deletion. Run:</li>
</ul>
<p style="text-align: center;"><em>svn copy SVN_PARENT_URL/DELETED_FOLDER_NAME@REV DELETED_FOLDER_NAME</em></p>
<ul>
<li>Commit to HEAD. This will actually commit a new revision with the contents of the revision before the deletion. Therefore restoring the &#8220;original&#8221; folder. Run:</li>
</ul>
<p style="text-align: center;"><em>svn commit -m &#8220;Restoring&#8221; <em>DELETED_FOLDER_NAME</em></em></p>
<p style="text-align: center;">
<p style="text-align: center;"><em><em><br />
</em></em></p>
<p style="text-align: center;">
<p style="text-align: left;"><em><em>Source: </em></em><a title="Restore deleted folder in SVN after commit" href="http://www.freshblurbs.com/svn-restore-deleted-folder-revision" target="_blank">http://www.freshblurbs.com/svn-restore-deleted-folder-revision</a></p>
<p style="text-align: left;">
<p style="text-align: left;">.</p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2011/01/restore-deleted-folder-in-svn-after-commit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spreading Firefox</title>
		<link>http://www.unnaki.com/2010/11/spreading-firefox/</link>
		<comments>http://www.unnaki.com/2010/11/spreading-firefox/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 20:09:47 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=323</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.mozilla.com/?from=sfx&amp;uid=172572&amp;t=573'><img src='http://sfx-images.mozilla.org/firefox/3.6/468x60_green.png' alt='Spread Firefox Affiliate Button' border='0' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/11/spreading-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World Of Goo: an excellent game available for Linux</title>
		<link>http://www.unnaki.com/2010/05/world-of-goo-an-excellent-game-available-for-linux/</link>
		<comments>http://www.unnaki.com/2010/05/world-of-goo-an-excellent-game-available-for-linux/#comments</comments>
		<pubDate>Fri, 28 May 2010 21:01:07 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=295</guid>
		<description><![CDATA[World of Goo is an addictive, state-of-the-art, smooth and pleasant to the eye game. Plus, it is available for Linux natively!!! Plus it is only U$D20.- Check it out here: http://2dboy.com/games.php I hope companies start believing there is a &#8220;Linux game market&#8221; out there waiting and wanting games to run natively.]]></description>
			<content:encoded><![CDATA[<p>World of Goo is an addictive, state-of-the-art, smooth and pleasant to the eye game. Plus, it is available for Linux natively!!! Plus it is only U$D20.-</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.dailymotion.com/swf/video/x72eqm" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="360" src="http://www.dailymotion.com/swf/video/x72eqm" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Check it out here:</p>
<p><a title="World of Goo" href="http://2dboy.com/games.php" target="_blank">http://2dboy.com/games.php</a></p>
<p>I hope companies start believing there is a &#8220;Linux game market&#8221; out there waiting and wanting games to run natively.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/05/world-of-goo-an-excellent-game-available-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove .svn directories recursively</title>
		<link>http://www.unnaki.com/2010/04/how-to-remove-svn-directories-recursively/</link>
		<comments>http://www.unnaki.com/2010/04/how-to-remove-svn-directories-recursively/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 23:48:27 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=286</guid>
		<description><![CDATA[Just type this in your console: rm -rf `find . -type d -name .svn`]]></description>
			<content:encoded><![CDATA[<p>Just type this in your console:</p>
<p><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre;"><em>rm -rf `find . -type d -name .svn`</em></span></p>
<p><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre;"><em><br />
</em></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/04/how-to-remove-svn-directories-recursively/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mic not working with C-Media soundcard and Ubuntu Karmic 9.10</title>
		<link>http://www.unnaki.com/2010/02/mic-not-working-with-c-media-soundcard-and-ubuntu-karmic-9-10/</link>
		<comments>http://www.unnaki.com/2010/02/mic-not-working-with-c-media-soundcard-and-ubuntu-karmic-9-10/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 18:52:11 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=281</guid>
		<description><![CDATA[The problem was that this on-board sound card is surround and, when in surround mode, the mic mini-plug input becomes Center /LFE output. I fixed it this way: 1) Open &#8220;alsamixer&#8221; 2) Go to &#8220;Mic-In Mode&#8221; bar 3) Check that in &#8220;Item&#8221; (top-left corner), it reads &#8220;Mic-In Mode [Mic-In]&#8221; 4) If not (probably &#8220;Mic-In Mode [...]]]></description>
			<content:encoded><![CDATA[<p>The problem was that this on-board sound card is surround and, when in surround mode, the mic mini-plug input becomes Center /LFE output.</p>
<p>I fixed it this way:</p>
<p>1) Open &#8220;alsamixer&#8221;<br />
2) Go to &#8220;Mic-In Mode&#8221; bar<br />
3) Check that in &#8220;Item&#8221; (top-left corner), it reads &#8220;Mic-In Mode [Mic-In]&#8221;<br />
4) If not (probably &#8220;Mic-In Mode [Center/LFE Output]&#8220;) hit up/down arrow keys until &#8220;Mic-In Mode [Mic-In]&#8221; is selected.<br />
5) Check that mic is not muted. Go to &#8220;Mic&#8221; bar and check that it is not muted &#8220;Mic [Off]&#8220;. If it is, hit M key, you&#8217;ll get &#8220;Mic&#8221; only.</p>
<p>That should be it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/02/mic-not-working-with-c-media-soundcard-and-ubuntu-karmic-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing ImageMagick from source in Ubuntu</title>
		<link>http://www.unnaki.com/2009/12/installing-imagemagick-from-source-in-ubuntu/</link>
		<comments>http://www.unnaki.com/2009/12/installing-imagemagick-from-source-in-ubuntu/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 14:38:38 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=207</guid>
		<description><![CDATA[Start by removing any old versions previously installed via apt-get: sudo apt-get remove imagemagick Then update apt-get and install some supporting packages: sudo apt-get update sudo apt-get install libperl-dev gcc libjpeg62-dev libbz2-dev libtiff4-dev libwmf-dev libz-dev libpng12-dev libx11-dev libxt-dev libxext-dev libxml2-dev libfreetype6-dev liblcms1-dev libexif-dev perl libjasper-dev libltdl3-dev graphviz gs-gpl pkg-config Use wget to grab the source [...]]]></description>
			<content:encoded><![CDATA[<div id="main">
<div id="post">Start by removing any old versions previously installed via apt-get:</div>
<div>
<pre>sudo apt-get remove imagemagick</pre>
<p><em> </em></div>
</div>
<div id="post">
<p>Then update apt-get and install some supporting packages:</p>
<div>
<pre>sudo apt-get update
sudo apt-get install libperl-dev gcc libjpeg62-dev libbz2-dev libtiff4-dev libwmf-dev libz-dev
libpng12-dev libx11-dev libxt-dev libxext-dev libxml2-dev libfreetype6-dev liblcms1-dev
libexif-dev perl libjasper-dev libltdl3-dev graphviz gs-gpl pkg-config</pre>
</div>
<p>Use wget to grab the source from <a href="http://www.imagemagick.org/script/install-source.php#unix">ImageMagick.org</a>.</p>
<p>Once the source is downloaded, uncompress it:</p>
<pre>cdtar xvfz ImageMagick.tar.gz</pre>
<p>Now configure and make:</p>
<div>
<pre>cd ImageMagick-6.5.0-0
./configure
sudo make
sudo make install</pre>
</div>
<p>To avoid an error such as:</p>
<div>
<pre>convert: error while loading shared libraries: libMagickCore.so.2: cannot open shared object file: No such file or directory</pre>
</div>
<p>Add the following line to ~/.bashrc:</p>
<pre>
<pre>export LD_LIBRARY_PATH=/usr/local/lib
sudo ldconfig</pre>
</pre>
</div>
<div>
<p>You can confirm the install and available formats with:</p>
<pre>identify -list format</pre>
<p>Source: <a title="imagemagick installation in ubuntu" href="http://www.digitalsanctum.com/2009/03/18/installing-imagemagick-from-source-on-ubuntu-804/" target="_blank">http://www.digitalsanctum.com/2009/03/18/installing-imagemagick-from-source-on-ubuntu-804/</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2009/12/installing-imagemagick-from-source-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listening to Last.fm from Ubuntu</title>
		<link>http://www.unnaki.com/2009/11/listening-to-last-fm-from-ubuntu/</link>
		<comments>http://www.unnaki.com/2009/11/listening-to-last-fm-from-ubuntu/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 23:52:54 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=205</guid>
		<description><![CDATA[A friend reccommended me Last.fm player for Ubuntu. Simply run: sudo apt-get install lastfm That&#8217;s it, it works flawlessly and it consumes about 10-12KiB/s of your bandwitdh. Pretty cool, right? Now configure it with your last.fm account details and enjoy Last.fm Radios on your Linux box.]]></description>
			<content:encoded><![CDATA[<p>A friend reccommended me <a href="http://last.fm" target="_blank">Last.fm</a> player for <a href="http://www.ubuntu.com" target="_blank">Ubuntu</a>.</p>
<p>Simply run:</p>
<p><em><strong>sudo apt-get install lastfm</strong></em></p>
<p>That&#8217;s it, it works flawlessly and it consumes about 10-12KiB/s of your bandwitdh. Pretty cool, right? Now configure it with your last.fm account details and enjoy Last.fm Radios on your Linux box.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2009/11/listening-to-last-fm-from-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable &quot;public_html&quot; for users in Ubuntu for Apache2</title>
		<link>http://www.unnaki.com/2009/07/enable-public_html-for-users-in-ubuntu-for-apache2/</link>
		<comments>http://www.unnaki.com/2009/07/enable-public_html-for-users-in-ubuntu-for-apache2/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 12:39:27 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=172</guid>
		<description><![CDATA[To enable the &#8220;public_html&#8221; folder for users in Ubuntu using Apache2, you only have to follow 3 steps. These are: Add the Apache2 userdir module: In Ubuntu, this functionality comes as a default module for Apache2. If you don&#8217;t have it enabled, just enter sudo a2enmod userdir in a console. This command will add and/or [...]]]></description>
			<content:encoded><![CDATA[<p>To enable the &#8220;public_html&#8221; folder for users in Ubuntu using Apache2, you only have to follow 3 steps. These are:</p>
<ol>
<li><span style="text-decoration: underline;">Add the Apache2 userdir module:</span> In Ubuntu, this functionality comes as a default module for Apache2. If you don&#8217;t have it enabled, just enter <code>sudo a2enmod userdir </code>in a console<em>. </em>This command will add and/or enable the module.</li>
<li><span style="text-decoration: underline;">Create the public_html directory:</span> Create the public_html directory in the users home Enter <code>mkdir /home/a_user/public_html</code> in a console.</li>
<li><span style="text-decoration: underline;">Restart Apache2:</span> restart Apache2 so that the changes take effect. Enter <code>sudo /etc/init.d/apache2 force-reload</code> in a console.</li>
</ol>
<p>After Apache2 finishes restarting, you will be able to access the user&#8217;s public_html directory entering the address as follows in a web browser (I.E. Firefox :D)<a title="a_user's public_html directory" href="http://localhost/~a_user" target="_blank"> http://localhost/~a_user</a></p>
<p><em>Cheers<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2009/07/enable-public_html-for-users-in-ubuntu-for-apache2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Subversion (SVN) with WebSVN, DAV and Apache2 under Ubuntu</title>
		<link>http://www.unnaki.com/2009/07/subversion-dav-apache2-in-ubuntu/</link>
		<comments>http://www.unnaki.com/2009/07/subversion-dav-apache2-in-ubuntu/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 22:39:15 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=161</guid>
		<description><![CDATA[Install Subversion: Use the following command to install Subversion and the Apache2 module: sudo apt-get install subversion libapache2-svn Create a repository: Use the following command to create a repository: sudo svnadmin create /var/svn/new-project/ Add permission to the directory for the Apache user only: chmod -R 775 /var/svn/new-project chown -R www-data:www-data /var/svn/new-project Configure Apache Open /etc/apache2/mods-available/dav_svn.conf [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Install Subversion:</strong></p>
<p>Use the following command to install Subversion and the Apache2 module:</p>
<p><em><code>sudo apt-get install subversion libapache2-svn</code></em></p>
<p><strong>Create a repository:</strong></p>
<p>Use the following command to create a repository:</p>
<p><em><code>sudo svnadmin create /var/svn/new-project/</code></em></p>
<p>Add permission to the directory for the Apache user only:</p>
<p><em><code>chmod -R 775 /var/svn/new-project</code></em></p>
<p><em><code>chown -R www-data:www-data /var/svn/new-project </code></em></p>
<p><strong>Configure Apache</strong></p>
<p>Open /etc/apache2/mods-available/dav_svn.conf and add a new &#8220;virtual directory&#8221;:</p>
<p><code>&lt;location /svn&gt;<br />
DAV svn</code></p>
<p><code>SVNParentPath /var/svn</code></p>
<p><code>AuthType Basic</code><br />
<code>AuthName "Subversion Repository"</code><br />
<code>AuthUserFile /etc/apache2/dav_svn.passwd</code></p>
<p><code>AuthzSVNAccessFile /etc/apache2/dav_svn.authz</code></p>
<p><code>Require valid-user</code></p>
<p><code>&lt;/location&gt;</code></p>
<p>Create the users password file. Use the following command the first time only, the -c parameter will create AND override the file if it exists:</p>
<p><code>htpasswd2 -c /etc/apache2/dav_svn.passwd username</code></p>
<p>To add other users or change password use:</p>
<p><code>htpasswd2 -m /etc/apache2/dav_svn.passwd username</code></p>
<p>In /etc/apache2/dav_svn.authz, add the users permissions</p>
<p><code>[/]</code><br />
<code>me=rw</code></p>
<p><code>[new-project:/]</code><br />
<code>other.user=rw</code></p>
<p>Finally, restart Apache so that the changes take effect:</p>
<p><code>apache2ctl restart</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2009/07/subversion-dav-apache2-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Ekiga Softphone version in Ubuntu</title>
		<link>http://www.unnaki.com/2009/06/upgrading-ekiga-softphone-version-in-ubuntu/</link>
		<comments>http://www.unnaki.com/2009/06/upgrading-ekiga-softphone-version-in-ubuntu/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 13:44:07 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=159</guid>
		<description><![CDATA[Ubuntu (specially 8.10 Intrepid Ibex) comes with a very old version of Ekiga Softphone. In order to solve this we have a personal site at Launchpad, the PPA for Troels Liebe Bentsen. Just follow the instructions described in this page: http://wiki.ekiga.org/index.php/Snapshots at the bottom of the page under the title &#8220;Ubuntu&#8221;. Beware to use the [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Ubuntu" href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> (specially 8.10 Intrepid Ibex) comes with a very old version of <a title="Ekiga Softphone" href="http://ekiga.org/" target="_blank">Ekiga Softphone</a>. In order to solve this we have a personal site at <a title="Launchpad PPA for Troels Liebe" href="https://launchpad.net/~tlbdk/+archive/ppa" target="_blank">Launchpad<span class="yui-editable_text-text">, the PPA for Troels Liebe Bentsen.</span></a></p>
<p>Just follow the instructions described in this page: <a title="Newer Ekiga for Ubuntu" href="http://wiki.ekiga.org/index.php/Snapshots" target="_blank">http://wiki.ekiga.org/index.php/Snapshots</a> at the bottom of the page under the title <strong>&#8220;Ubuntu&#8221;</strong>.</p>
<p>Beware to use the information found at the <a title="PPA for Troels Liebe Bentsen" href="https://launchpad.net/~tlbdk/+archive/ppa" target="_blank">PPA for Troels Liebe Bentsen</a> page. That is:</p>
<p>1) the repository information for your Ubuntu version (for Intrepid use: <strong>deb http://ppa.launchpad.net/tlbdk/ppa/ubuntu <span id="series-deb">intrepid</span> main</strong> &amp; <strong>deb-src http://ppa.launchpad.net/tlbdk/ppa/ubuntu <span id="series-deb-src">intrepid</span> main</strong>)</p>
<p>2) the repository signature found <a title="Signature 1024R/1A37B98F" href="http://keyserver.ubuntu.com:11371/pks/lookup?search=0x09BB027763944185D8A42D77E6B580301A37B98F&amp;op=index" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2009/06/upgrading-ekiga-softphone-version-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN back-up and restore</title>
		<link>http://www.unnaki.com/2009/05/svn-back-up-and-restore/</link>
		<comments>http://www.unnaki.com/2009/05/svn-back-up-and-restore/#comments</comments>
		<pubDate>Fri, 22 May 2009 12:53:19 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=120</guid>
		<description><![CDATA[To back-up my SVN repository, I have the following script: #!/bin/bash SVNDIR=/var/svn DATE=`date +%d-%m-%Y` TARNAME=svn_dump_$DATE.bz2 cd $SVNDIR rm -f *.svndump rm -f *.bz2 for repo in $(ls -d */) do filename=`basename $repo &#124; cut -d\. -f1` svnadmin dump $repo &#62; $SVNDIR/$filename.svndump done tar -cvz -f $SVNDIR/$TARNAME *.svndump cp $TARNAME /home/yo/svn_dump Basically, it iterates thru all [...]]]></description>
			<content:encoded><![CDATA[<p>To back-up my SVN repository, I have the following script:</p>
<p><code><br />
#!/bin/bash<br />
SVNDIR=/var/svn<br />
DATE=`date +%d-%m-%Y`<br />
TARNAME=svn_dump_$DATE.bz2<br />
cd $SVNDIR<br />
rm -f *.svndump<br />
rm -f *.bz2<br />
for repo in $(ls -d */)<br />
do<br />
filename=`basename $repo | cut -d\. -f1`<br />
svnadmin dump $repo &gt; $SVNDIR/$filename.svndump<br />
done<br />
tar -cvz -f $SVNDIR/$TARNAME *.svndump<br />
cp $TARNAME /home/yo/svn_dump<br />
</code></p>
<p>Basically, it iterates thru all my repositories in <code>SVNDIR</code> and dumps them (the back up process itself) with <code>svadmin dump...</code>. After that it tars and compress the *.svndump files in one single file <code>TARNAME</code> and then copies it to its final destination <code>/home/yo/svn_dump</code> from where I grab the tar.bz2 files and burn them in a DVD or whatever.</p>
<p>I also have a cron job as follows:<br />
<code><br />
0 0 * * 7 /home/yo/bin/scripts/svndump.sh >/dev/null 2>&#038;1<br />
</code><br />
which runs the script above once a week.</p>
<p>To restore a svn dump file I have to:<br />
1) Untar the tar.bz2 back up file.<br />
2) With the result I run: <code>svnadmin load /path/to/reponame < filename.svndump</code><br />
3) Set the correct permissions to the restored repositories. This is needed if you restore the back-up in a different path or computer.</p>
<p>That's pretty much what I do. My source code is safe in several different places (I'm a little bit paranoid, I know...)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2009/05/svn-back-up-and-restore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using SVN with Subclipse</title>
		<link>http://www.unnaki.com/2009/05/using-svn-with-subclipse/</link>
		<comments>http://www.unnaki.com/2009/05/using-svn-with-subclipse/#comments</comments>
		<pubDate>Sat, 02 May 2009 16:12:00 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=117</guid>
		<description><![CDATA[If you want to know the basics of SVN with Subclipse there&#8217;s no need to add anymore than what this article already says. http://www.saltycrane.com/blog/2007/03/how-to-setup-subclipse-project-to/ Was really helpful and clear to me.]]></description>
			<content:encoded><![CDATA[<p>If you want to know the basics of SVN with Subclipse there&#8217;s no need to add anymore than what this article already says.</p>
<p><a title="SVN with Subclipse" href="http://www.saltycrane.com/blog/2007/03/how-to-setup-subclipse-project-to/" target="_blank">http://www.saltycrane.com/blog/2007/03/how-to-setup-subclipse-project-to/</a></p>
<p>Was really helpful and clear to me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2009/05/using-svn-with-subclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Transmission torrent client as a service in Ubuntu Hardy</title>
		<link>http://www.unnaki.com/2008/11/installing-transmission-torrent-as-service-in-ubuntu-hardy/</link>
		<comments>http://www.unnaki.com/2008/11/installing-transmission-torrent-as-service-in-ubuntu-hardy/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 16:22:57 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=39</guid>
		<description><![CDATA[I have a PC that I use as server running Ubuntu 8.04 Hardy Heron and I wanted to install a command-line torrent client and run it as a service to download &#38; seed stuff with no need of a monitor or X attached to it (because I don&#8217;t have any of them :P ). So [...]]]></description>
			<content:encoded><![CDATA[<p>I have a PC that I use as server running Ubuntu 8.04 Hardy Heron and I wanted to install a command-line torrent client and run it as a service to download &amp; seed stuff with no need of a monitor or X attached to it (because I don&#8217;t have any of them :P ). So after trying a few clients I decided to stick to Transmission, Ubuntu&#8217;s default torrent client.</p>
<p>To get this working, this is what I did:</p>
<p>1) In order to use it as a service,  you have to download transmission-cli package which has the transmission-daemon &amp; transmission-remote bins.</p>
<p>2) Before this, I added a new apt sources to the /etc/sources.list because Ubuntu&#8217;s sources has a very out-of-date version. So open /etc/sources.list and add the following lines:</p>
<p><span style="color: #808080;"><em>deb http://ppa.launchpad.net/bortis/ubuntu hardy main<br />
deb-src http://ppa.launchpad.net/bortis/ubuntu hardy main </em></span></p>
<p>Then update &amp; install.</p>
<p>3) You should now have the client intalled. But to use it as a service / daemon, go to:</p>
<p><span style="text-decoration: line-through;"><a title="Transmission Wiki" href="http://trac.transmissionbt.com/wiki/HeadlessUsageDebian" target="_blank">http://trac.transmissionbt.com/wiki/HeadlessUsageDebian</a></span></p>
<p><a title="Ubuntu Transmission torrent daemon" href="http://trac.transmissionbt.com/wiki/HeadlessUsage/General" target="_blank">http://trac.transmissionbt.com/wiki/HeadlessUsage/General</a><br />
and follow the instructions.</p>
<p>Remember to set the correct permissions to the TRANSMISSION_HOME &amp; TORRENTFOLDER directories to allow writing &amp; reading to the user you set in USERNAME.</p>
<p>I had some problems with transmission populating the default config file &#8220;settings.json&#8221;. What I did was to manually create the file and add this default content:</p>
<pre><span style="color: #808080;"><em><code>{
    "blocklist-enabled": 0,
    "download-dir": "\/shares\/internal\/PUBLIC\/Torrent\/work",
    "download-limit": 100,
    "download-limit-enabled": 0,
    "encryption": 0,
    "max-peers-global": 200,
    "peer-port": 51413,
    "pex-enabled": 1,
    "port-forwarding-enabled": 1,
    "rpc-access-control-list": "+127.0.0.1",
    "rpc-authentication-required": 0,
    "rpc-password": "",
    "rpc-port": 9091,
    "rpc-username": "",
    "upload-limit": 40,
    "upload-limit-enabled": 1
}</code></em></span></pre>
<p>You can find out what options for this config files are available at:</p>
<p><a title="settings.json" href="http://trac.transmissionbt.com/wiki/EditConfigFiles" target="_blank">http://trac.transmissionbt.com/wiki/EditConfigFiles</a></p>
<p>Hope it helps, cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2008/11/installing-transmission-torrent-as-service-in-ubuntu-hardy/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Epiphany Webkit</title>
		<link>http://www.unnaki.com/2008/09/epiphany-webkit/</link>
		<comments>http://www.unnaki.com/2008/09/epiphany-webkit/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 22:55:05 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=38</guid>
		<description><![CDATA[Note: this post was created using Epiphany Web Browser 2.22.3 I am very happy with the new version of Epiphany, Gnome&#8217;s web browser. With its brand new WebKit HTML engine, it works fast and fluently. Right now I am using a PPA version of it since it has not been included in the official Ubuntu repositories. [...]]]></description>
			<content:encoded><![CDATA[<p><em>Note: this post was created using Epiphany Web Browser 2.22.3</em></p>
<p>I am very happy with the new version of Epiphany, Gnome&#8217;s web browser. With its brand new WebKit HTML engine, it works fast and fluently.</p>
<p>Right now I am using a PPA version of it since it has not been included in the official Ubuntu repositories. It will be on October 30th, when Ubuntu 8.10 becomes alive!</p>
<p>Install it and try it by yourself. To install it just add the following two lines to your /etc/apt/sources.list:</p>
<pre><em>deb http://ppa.launchpad.net/stemp/ubuntu hardy main #WebKit &amp; Midori
deb http://ppa.launchpad.net/michelinux/ubuntu hardy main #Epiphany-WebKit
</em></pre>
<p><em><span style="font-style: normal;"><br />
Then just run:<br />
</span></em></p>
<p><em></p>
<pre><em>sudo apt-get update
sudo apt-get install epiphany-webkit

</em></pre>
<p></em></p>
<p><em>Source: http://theindexer.wordpress.com/2008/07/04/install-epiphanywebkit-on-hardy-heron/</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2008/09/epiphany-webkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Archive directory with tar with &quot;exclude&quot; parameter.</title>
		<link>http://www.unnaki.com/2008/09/archive-directory-with-tar-with-exclude-parameter/</link>
		<comments>http://www.unnaki.com/2008/09/archive-directory-with-tar-with-exclude-parameter/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 00:46:08 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=37</guid>
		<description><![CDATA[You can archive a directory using tar and exclude files or sub-directories using the &#8220;exclude&#8221; parameter: tar cvjf ORIG DEST &#8211;exclude=PATTERN *ORIG: the origin directory. I.E: /home/me *DEST the destination archive file. I.E: /home/me/Desktop/home.tar.bz2 *PATTERN: file &#38; subdirectories exclusion pattern. I.E: .* (excludes all hidden files) Note: &#8211;exclude has two hyphens]]></description>
			<content:encoded><![CDATA[<p>You can archive a directory using tar and exclude files or sub-directories using the &#8220;exclude&#8221; parameter:</p>
<p><em><strong>tar cvjf ORIG DEST &#8211;exclude=PATTERN</strong></em></p>
<p>*ORIG: the origin directory. <em>I.E: <strong>/home/me</strong></em></p>
<p>*DEST the destination archive file. <em>I.E: <strong>/home/me/Desktop/home.tar.bz2</strong></em></p>
<p>*PATTERN: file &amp; subdirectories exclusion pattern. <em>I.E: <strong>.*</strong> (excludes all hidden files)</em></p>
<p><em>Note: &#8211;exclude has two hyphens</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2008/09/archive-directory-with-tar-with-exclude-parameter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

