<?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; linux (most likely Debian)</title>
	<atom:link href="http://www.unnaki.com/category/linux/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>Linux: high CPU usage while playing music</title>
		<link>http://www.unnaki.com/2011/04/linux-high-cpu-usage-while-playing-music/</link>
		<comments>http://www.unnaki.com/2011/04/linux-high-cpu-usage-while-playing-music/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 19:30:41 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[lxde]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=339</guid>
		<description><![CDATA[If you have high CPU usage while playing music (or using the sound card) this could be related to the sample rates of the sound card and your current alsa/pcm/dmix configuration. Probably your card is set to 48kHz and the music file is at 44.1kHz (or vice-versa) and this is making the CPU to re-sample from one to another unnecessarily therefore the [...]]]></description>
			<content:encoded><![CDATA[<p>If you have high CPU usage while playing music (or using the sound card) this could be related to the sample rates of the sound card and your current alsa/pcm/dmix configuration. Probably your card is set to 48kHz and the music file is at 44.1kHz (or vice-versa) and this is making the CPU to re-sample from one to another unnecessarily therefore the high CPU usage.</p>
<p>I was able to solve this by setting my ~/.asoundrc config file to:</p>
<p>&#8211;</p>
<pre>pcm.!default {
    type plug
    slave.pcm {
        type dmix
	ipc_key 1024
	slave {
		pcm "hw:0,0"
		rate 44100
	}
    }
}</pre>
<p>&#8211;</p>
<p>This caused my CPU usage to drop from ~30-40% to 2-4%.</p>
<p>.</p>
<p>.</p>
<p>Source: <a href="http://blog.sarine.nl/2008/12/21/dmix-the-pain-or-mpd-high-cpu-usage/">http://blog.sarine.nl/2008/12/21/dmix-the-pain-or-mpd-high-cpu-usage/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2011/04/linux-high-cpu-usage-while-playing-music/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>Squirrel SQL: Universal SQL Client</title>
		<link>http://www.unnaki.com/2010/11/squirrel-sql-universal-sql-client/</link>
		<comments>http://www.unnaki.com/2010/11/squirrel-sql-universal-sql-client/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 13:44:33 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=325</guid>
		<description><![CDATA[Squirrel SQL (http://www.squirrelsql.org/) is an open-source software developed with Java to manage databases. This means: you can control as many DBs as JDBC drivers exists out there (MySQL, Oracle, Postgresql, etc, etc.) you can run it in Linux, MacOS, Windows, etc, etc. it&#8217;s free. Check complete features and screenshots here.]]></description>
			<content:encoded><![CDATA[<p>Squirrel SQL (<a title="Squirrel SQL Client" href="http://www.squirrelsql.org" target="_blank">http://www.squirrelsql.org/</a>) is an open-source software developed with Java to manage databases. This means:</p>
<ul>
<li> you can control as many DBs as JDBC drivers exists out there (MySQL, Oracle, Postgresql, etc, etc.)</li>
<li>you can run it in Linux, MacOS, Windows, etc, etc.</li>
<li>it&#8217;s free.</li>
</ul>
<p style="text-align: center;"><a href="http://www.squirrelsql.org/screenshots/graph.png"><img class="aligncenter" title="Squirrel SQL Screenshot" src="http://www.squirrelsql.org/screenshots/graph.png" alt="" width="411" height="337" /></a></p>
<p>Check complete features and screenshots <a title="Squirrel SQL Client" href="http://www.squirrelsql.org/index.php?page=screenshots" target="_blank">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/11/squirrel-sql-universal-sql-client/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>Applause for Blender: Sintel Open Movie</title>
		<link>http://www.unnaki.com/2010/10/applause-for-blender-sintel-open-movie/</link>
		<comments>http://www.unnaki.com/2010/10/applause-for-blender-sintel-open-movie/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 13:56:48 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=314</guid>
		<description><![CDATA[Another fantastic production of the Blender Foundation. Sintel Open Movie is a newly premiered film developed with Blender 3D and other open-source tools. Discover &#38; enjoy it now: http://www.sintel.org/]]></description>
			<content:encoded><![CDATA[<p>Another fantastic production of the Blender Foundation. Sintel Open Movie is a newly premiered film developed with Blender 3D and other open-source tools.</p>

<a href='http://www.unnaki.com/2010/10/applause-for-blender-sintel-open-movie/03-2a_comp_000017/' title='03.2a_comp_000017'><img width="150" height="150" src="http://www.unnaki.com/wp-content/uploads/2010/10/03.2a_comp_000017-150x150.jpg" class="attachment-thumbnail" alt="03.2a_comp_000017" title="03.2a_comp_000017" /></a>
<a href='http://www.unnaki.com/2010/10/applause-for-blender-sintel-open-movie/3-2d/' title='3.2d'><img width="150" height="150" src="http://www.unnaki.com/wp-content/uploads/2010/10/3.2d-150x150.png" class="attachment-thumbnail" alt="3.2d" title="3.2d" /></a>
<a href='http://www.unnaki.com/2010/10/applause-for-blender-sintel-open-movie/08-2l_comp_000465/' title='08.2l_comp_000465'><img width="150" height="150" src="http://www.unnaki.com/wp-content/uploads/2010/10/08.2l_comp_000465-150x150.jpg" class="attachment-thumbnail" alt="08.2l_comp_000465" title="08.2l_comp_000465" /></a>
<a href='http://www.unnaki.com/2010/10/applause-for-blender-sintel-open-movie/title-sintel/' title='title-Sintel'><img width="150" height="150" src="http://www.unnaki.com/wp-content/uploads/2010/10/title-Sintel-150x150.jpg" class="attachment-thumbnail" alt="title-Sintel" title="title-Sintel" /></a>

<p>Discover &amp; enjoy it now: <a title="Sintel Open Movie Blender" href="http://www.sintel.org/" target="_blank">http://www.sintel.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/10/applause-for-blender-sintel-open-movie/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>YoFrankie!, another good initiative for linux gaming.</title>
		<link>http://www.unnaki.com/2010/07/yofrankie-another-good-initiative-for-linux-gaming/</link>
		<comments>http://www.unnaki.com/2010/07/yofrankie-another-good-initiative-for-linux-gaming/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:17:44 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[linux (most likely Debian)]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=311</guid>
		<description><![CDATA[YoFrankie! is a game developed and funded by The Blender Foundation (and the community) in other to enhance Blender&#8217;s gaming capabilities; and design and implement new features. As a result of the development of this game, all the features developed within the project are now available in new versions of Blender, the 3D software. It [...]]]></description>
			<content:encoded><![CDATA[<p><a title="YoFrankie Blender" href="http://www.yofrankie.org" target="_blank">YoFrankie!</a> is a game developed and funded by <a title="Blender Foundation" href="http://www.blender.org/blenderorg/blender-foundation/about/" target="_blank">The Blender Foundation</a> (and the community) in other to enhance Blender&#8217;s gaming capabilities; and design and implement new features. As a result of the development of this game, all the features developed within the project are now available in new versions of <a title="Blender 3D" href="http://www.blender.org/" target="_blank">Blender</a>, the 3D software.</p>
<p><a href="http://www.unnaki.com/wp-content/uploads/2010/07/yofrankie8.jpg"><img class="aligncenter size-medium wp-image-312" title="yofrankie" src="http://www.unnaki.com/wp-content/uploads/2010/07/yofrankie8-300x173.jpg" alt="" width="300" height="173" /></a></p>
<p>It is very interesting the <a title="Blender History" href="http://en.wikipedia.org/wiki/Blender_%28software%29#History" target="_blank">history</a> behind the Blender project. I recommend you check it out. It is one (of many) success cases in <a title="open source" href="http://en.wikipedia.org/wiki/Open_source" target="_blank">Open Source</a> development.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/07/yofrankie-another-good-initiative-for-linux-gaming/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>Bubble Translate: An excellent extension for Google Chrome</title>
		<link>http://www.unnaki.com/2009/12/bubble-translate/</link>
		<comments>http://www.unnaki.com/2009/12/bubble-translate/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 17:08:57 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=211</guid>
		<description><![CDATA[This extension provides of a really simple an elegant way of translating web pages to your language. It uses translate.google.com services to translate, and the way it does it is simply excellent!. Just keep Ctrl key pressed while selecting the text you want to translate and it will display the translation in a bubble in-line. [...]]]></description>
			<content:encoded><![CDATA[<p>This extension provides of a really simple an elegant way of translating web pages to your language. It uses <a title="Google Translate" href="http://translate.google.com" target="_blank">translate.google.com</a> services to translate, and the way it does it is simply excellent!. Just keep Ctrl key pressed while selecting the text you want to translate and it will display the translation in a bubble in-line.</p>
<p>Also it provides a menu to select the translation of the entire web-page or to open a form (like the one in <a title="Google Translate" href="http://translate.google.com" target="_blank">translate.google.com</a>) for real-time translation.</p>
<p>Highly reccomendable.</p>
<p>You can found the extension here: <a title="Bubble Translate - Google Chrome" href="https://chrome.google.com/extensions/detail/jlhlebbhengjlhmcjebbkambaekglhkf" target="_blank">https://chrome.google.com/extensions/detail/jlhlebbhengjlhmcjebbkambaekglhkf</a></p>
<p>And Google Chrome, here: <a title="Google Chrome" href="http://www.google.com/chrome/" target="_blank">http://www.google.com/chrome/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2009/12/bubble-translate/feed/</wfw:commentRss>
		<slash:comments>1</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>Non Relational DB: The (near?) future of databases.</title>
		<link>http://www.unnaki.com/2009/07/non-relational-db-the-near-future-of-databases/</link>
		<comments>http://www.unnaki.com/2009/07/non-relational-db-the-near-future-of-databases/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 00:25:29 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=177</guid>
		<description><![CDATA[Neo4j: &#8220;Neo4j is a graph database. It is an embedded, disk-based, fully transactional Java persistence engine that stores data structured in graphs rather than in tables. A graph (mathematical lingo for a network) is a flexible data structure that allows a more agile and rapid style of development. [...] Neo4j has been in commercial development [...]]]></description>
			<content:encoded><![CDATA[<h3>Neo4j:</h3>
<p><em>&#8220;Neo4j is a <strong>graph database</strong>. It is an embedded, disk-based, fully transactional Java persistence engine that stores data structured in graphs rather than in tables. A graph (mathematical lingo for a network) is a flexible data structure that allows a more agile and rapid style of development.<br />
[...]<br />
Neo4j has been in commercial development for 8 years and in production for over 5 years. It is a mature and robust graph database[...]<br />
In addition, Neo4j includes the usual database features: ACID transactions, durable persistence, concurrency control, transaction recovery, and everything else you’d expect from an enterprise-strength database.[...]&#8220;</em></p>
<p><a title="Neo4J" href="http://neo4j.org/" target="_blank">http://neo4j.org/</a><a title="Neo4J" href="http://giladmanor.blogspot.com/2009/07/down-rabbits-hole-with-neo4j-part-1.html" target="_blank"></p>
<p>http://giladmanor.blogspot.com/2009/07/down-rabbits-hole-with-neo4j-part-1.html</a></p>
<h3>mongoDB:</h3>
<p><em>&#8220;MongoDB is a high-performance, open source, schema-free document-oriented  database.[...]</em><br />
<em>When we describe MongoDB as &#8220;document oriented&#8221;, we mean it&#8217;s in the class of databases for which the primary storage unit is a collection &#8211; possibly structured &#8211; of data, most likely as key/value pairs.&#8221;</em></p>
<p><a title="mongoDB" href="http://www.mongodb.org" target="_blank">http://www.mongodb.org</a></p>
<h3>Hypertable:</h3>
<p><em>&#8220;Hypertable is an open source project based on published best practices and our own experience in solving large-scale data-intensive tasks. Our goal is to bring the benefits of new levels of both performance and scale to many data-driven businesses who are currently limited by previous-generation platforms.&#8221;</em></p>
<p><a title="Hypertable" href="http://www.hypertable.org/" target="_blank">http://www.hypertable.org/</a></p>
<h3>Dynamo:</h3>
<p><em>&#8220;Unlike a relational database, Dynamo is a distributed storage system. Like a relational database it is stores information to be retrieved, but it does not break the data into tables. Instead all objects are stored and looked up via a key.&#8221;</em></p>
<p><a title="Amazon's Dynamo" href="http://www.allthingsdistributed.com/2007/10/amazons_dynamo.html" target="_blank">http://www.allthingsdistributed.com/2007/10/amazons_dynamo.html</a><br />
<a title="Amazon's Dynamo" href="http://www.readwriteweb.com/archives/amazon_dynamo.php" target="_blank">http://www.readwriteweb.com/archives/amazon_dynamo.php</a></p>
<h3>Extra info:</h3>
<p><a title="NoSQL" href="http://www.computerworld.com/s/article/9135086/No_to_SQL_Anti_database_movement_gains_steam_?taxonomyId=173&amp;pageNumber=1&amp;taxonomyName=Databases" target="_blank">http://www.computerworld.com/s/article/9135086/No_to_SQL_Anti_database_movement_gains_steam_?taxonomyId=173&amp;pageNumber=1&amp;taxonomyName=Databases</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2009/07/non-relational-db-the-near-future-of-databases/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>
	</channel>
</rss>

