<?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>the blixtra blog &#187; ubuntu</title>
	<atom:link href="http://blixtra.org/blog/category/tech/linux/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blixtra.org/blog</link>
	<description>Whoopie! You&#039;ve reached Chris Kühl&#039;s blog</description>
	<lastBuildDate>Mon, 12 Mar 2012 10:00:56 +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>xorg.conf for Ubuntu Gutsy tribe 5 on IBM Thinkpad t43 2668-75U</title>
		<link>http://blixtra.org/blog/2007/09/04/xorgconf-for-ubuntu-gutsy-tribe-5-on-ibm-thinkpad-t43-2668-75u/</link>
		<comments>http://blixtra.org/blog/2007/09/04/xorgconf-for-ubuntu-gutsy-tribe-5-on-ibm-thinkpad-t43-2668-75u/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 23:30:45 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blixtra.org/blog/2007/09/04/xorgconf-for-ubuntu-gutsy-tribe-5-on-ibm-thinkpad-t43-2668-75u/</guid>
		<description><![CDATA[This is the xorg.conf file as generated from the Live CD. # xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type [...]]]></description>
			<content:encoded><![CDATA[<p>This is the xorg.conf file as generated from the Live CD.</p>
<p><code># xorg.conf (xorg X Window System server configuration file)<br />
#<br />
# This file was generated by dexconf, the Debian X Configuration tool, using<br />
# values from the debconf database.<br />
#<br />
# Edit this file with caution, and see the xorg.conf manual page.<br />
# (Type "man xorg.conf" at the shell prompt.)<br />
#<br />
# This file is automatically updated on xserver-xorg package upgrades *only*<br />
# if it has not been modified since the last upgrade of the xserver-xorg<br />
# package.<br />
#<br />
# If you have edited this file but would like it to be automatically updated<br />
# again, run the following command:<br />
#   sudo dpkg-reconfigure -phigh xserver-xorg</p>
<p>Section "Files"<br />
EndSection</p>
<p>Section "InputDevice"<br />
	Identifier	"Generic Keyboard"<br />
	Driver		"kbd"<br />
	Option		"CoreKeyboard"<br />
	Option		"XkbRules"	"xorg"<br />
	Option		"XkbModel"	"pc105"<br />
	Option		"XkbLayout"	"us"<br />
EndSection</p>
<p>Section "InputDevice"<br />
	Identifier	"Configured Mouse"<br />
	Driver		"mouse"<br />
	Option		"CorePointer"<br />
	Option		"Device"		"/dev/input/mice"<br />
	Option		"Protocol"		"ImPS/2"<br />
	Option		"ZAxisMapping"		"4 5"<br />
	Option		"Emulate3Buttons"	"true"<br />
EndSection</p>
<p>Section "InputDevice"<br />
	Identifier	"Synaptics Touchpad"<br />
	Driver		"synaptics"<br />
	Option		"SendCoreEvents"	"true"<br />
	Option		"Device"		"/dev/psaux"<br />
	Option		"Protocol"		"auto-dev"<br />
	Option		"HorizScrollDelta"	"0"<br />
EndSection</p>
<p>Section "InputDevice"<br />
	Driver		"wacom"<br />
	Identifier	"stylus"<br />
	Option		"Device"	"/dev/input/wacom"<br />
	Option		"Type"		"stylus"<br />
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY<br />
EndSection</p>
<p>Section "InputDevice"<br />
	Driver		"wacom"<br />
	Identifier	"eraser"<br />
	Option		"Device"	"/dev/input/wacom"<br />
	Option		"Type"		"eraser"<br />
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY<br />
EndSection</p>
<p>Section "InputDevice"<br />
	Driver		"wacom"<br />
	Identifier	"cursor"<br />
	Option		"Device"	"/dev/input/wacom"<br />
	Option		"Type"		"cursor"<br />
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY<br />
EndSection</p>
<p>Section "Device"<br />
	Identifier	"ATI Technologies Inc M22 [Mobility Radeon X300]"<br />
	Driver		"ati"<br />
	BusID		"PCI:1:0:0"<br />
EndSection</p>
<p>Section "Monitor"<br />
	Identifier	"Generic Monitor"<br />
	Option		"DPMS"<br />
EndSection</p>
<p>Section "Screen"<br />
	Identifier	"Default Screen"<br />
	Device		"ATI Technologies Inc M22 [Mobility Radeon X300]"<br />
	Monitor		"Generic Monitor"<br />
	DefaultDepth	24<br />
	SubSection "Display"<br />
		Modes		"1400x1050"<br />
	EndSubSection<br />
EndSection</p>
<p>Section "ServerLayout"<br />
	Identifier	"Default Layout"<br />
	Screen		"Default Screen"<br />
	InputDevice	"Generic Keyboard"<br />
	InputDevice	"Configured Mouse"<br />
	InputDevice     "stylus"	"SendCoreEvents"<br />
	InputDevice     "cursor"	"SendCoreEvents"<br />
	InputDevice     "eraser"	"SendCoreEvents"<br />
	InputDevice	"Synaptics Touchpad"<br />
EndSection</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blixtra.org/blog/2007/09/04/xorgconf-for-ubuntu-gutsy-tribe-5-on-ibm-thinkpad-t43-2668-75u/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting Up Tomcat 5 on Ubuntu 6.06</title>
		<link>http://blixtra.org/blog/2006/07/14/setting-up-tomcat-5-on-ubuntu-606/</link>
		<comments>http://blixtra.org/blog/2006/07/14/setting-up-tomcat-5-on-ubuntu-606/#comments</comments>
		<pubDate>Fri, 14 Jul 2006 00:30:18 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://blixtra.org/blog/2006/07/14/setting-up-tomcat-5-on-ubuntu-606/</guid>
		<description><![CDATA[I had mentioned that I&#8217;d post a quick how-to on setting up Tomcat 5 on Ubuntu Dapper. So here it is and lucky for me it&#8217;s VERY easy. Translations: castellano First a quick overview of what we are going to do: 1. install software 2. change 1 line in a configuration file. 3. start the [...]]]></description>
			<content:encoded><![CDATA[<p>I had mentioned that I&#8217;d post a quick how-to on setting up <a href="http://tomcat.apache.org/">Tomcat</a> 5 on <a href="http://www.ubuntu.com/">Ubuntu</a> Dapper. So here it is and lucky for me it&#8217;s VERY easy.</p>
<p><strong>Translations:</strong> <a href="http://bailandodesvan.sytes.net/blog/">castellano</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6177640580512042";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = "272727";
google_color_bg = "F5ECE3";
google_color_link = "272727";
google_color_url = "FF3333";
google_color_text = "437D42";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>First a quick overview of what we are going to do:</p>
<p>1. install software<br />
2. change 1 line in a configuration file.<br />
3. start the Tomcat5 service<br />
4. go to http://localhost:8180</p>
<p>And now for the good stuff.</p>
<p>First we want to install the right packages. basically we want to install apache2, a java jdk and tomcat (duh). I&#8217;ve chosen to use <a href="http://java.sun.com/">Sun&#8217;s java</a> implementation. To install this you need to enable the multiverse repository. See <a href="http://ubuntuguide.org/wiki/Dapper#How_to_add_extra_repositories">this section</a> of the <a href="http://ubuntuguide.org/wiki/Main_Page">Unofficial Ubuntu Starter Guide</a> for help with enabling additional repositories. To install Tomcat itself you will also need to have the universe repository enabled.</p>
<p><strong>Note: For Tomcat you <em>MUST</em> have a jdk not just a jre.</strong></p>
<p>So, for the basic install use the following command.</p>
<p><code>sudo apt-get install apache2 tomcat5 sun-java5-jdk</code></p>
<p>If you want a shiny Tomcat welcome page when we finally get that far then install the example apps by adding tomcat5-webapps to the end of the last command. For the Tomcat admin web interface add tomcat5-admin, too.</p>
<p>My final command looks like this.</p>
<p><code>sudo apt-get install apache2 tomcat5 sun-java5-jdk tomcat5-webapps tomcat5-admin</code></p>
<p>By default Ubuntu uses a free Java implementation. We now need to tell Ubuntu that we want to use Sun Java as the default. Run the following command.</p>
<p><code>sudo update-alternatives --config java</code></p>
<p>Then enter the number of the version of Java you want from the list when prompted. The one I wanted was <em>/usr/lib/jvm/java-1.5.0-sun/jre/bin/java</em>.</p>
<p>Now we need to tell Tomcat where the jdk is. Open <em>/etc/default/tomcat5</em> and change the variable <strong>JAVA_HOME</strong> to read&#8230;</p>
<p><code>JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun/</code></p>
<p>Make sure it&#8217;s NOT got a &#8220;#&#8221; at the start of the line. You can should now be able to start Tomcat5 with&#8230;</p>
<p><code>sudo /etc/init.d/tomcat5 start</code></p>
<p>Tomcat is listening on port 8180. So open up firefox and enter <a href="http://localhost:8180">http://localhost:8180</a> in the address bar. Once the page loads you should see either a tomcat welcome page or, if you chose not to install the examples and admin packages, a fairly empty page with &#8220;Apache Tomcat/5.0&#8243; at the bottom left. Congrats, you just installed a working Tomcat service. If you don&#8217;t see one of these pages, either you or I screwed up. <img src='http://blixtra.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>If you installed them, the example apps can be found in &#8220;<em>/usr/share/tomcat5/webapps/</em>&#8220;. Also take a look at the configuration files in &#8220;<em>/etc/tomcat5/</em>&#8220;.</p>
<p>Hope that was helpful.</p>
<p><em><strong>Update:</strong> <a href="http://bailandodesvan.sytes.net/">Manolo Canga</a> added a section in his Spanish translation of this tutorial that I&#8217;ve translated into English below.</em></p>
<p><strong>Setting up an admin user</strong></p>
<p>If you try to use the admin interface you&#8217;ll find you can&#8217;t because no admin user has been set up. To resolve that go into /var/lib/tomcat5/conf and edit tomcat-users.xml. You&#8217;ll see that 3 users have been created by default. We&#8217;re going to change the password of the user &#8220;tomcat&#8221; (<code>&lt;user username=&quot;tomcat&quot; </code>) to something better than the default of &#8220;tomcat&#8221;. Duh!? Now we are going to give the user &#8220;tomcat&#8221; admin access. Add &#8220;admin&#8221; to the user tag&#8217;s roles attribute. It should look smilar to this.</p>
<p><code> &lt;user username=&quot;tomcat&quot; password=&quot;your_password&quot; roles=&quot;tomcat,admin&quot;/> </code></p>
<p>Now restart tomcat&#8230;</p>
<p><code>sudo /etc/init.d/tomcat5 restart</code></p>
<p>&#8230;and you&#8217;re done!</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6177640580512042";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
google_ad_channel ="";
google_color_border = "272727";
google_color_bg = "F5ECE3";
google_color_link = "447E44";
google_color_url = "FF3333";
google_color_text = "272727";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://blixtra.org/blog/2006/07/14/setting-up-tomcat-5-on-ubuntu-606/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Sleep Deprivation and Being a Loser</title>
		<link>http://blixtra.org/blog/2006/07/05/sleep-deprivation-and-being-a-loser/</link>
		<comments>http://blixtra.org/blog/2006/07/05/sleep-deprivation-and-being-a-loser/#comments</comments>
		<pubDate>Wed, 05 Jul 2006 13:54:33 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[berlin]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[sport]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[world cup]]></category>

		<guid isPermaLink="false">http://blixtra.org/blog/2006/07/05/sleep-deprivation-and-being-a-loser/</guid>
		<description><![CDATA[On Sunday I installed Ubuntu 6.06 (Dapper) at Sprachenatelier Berlin e.V. a small language school in Friedrichshain. It took all night and I&#8217;m still not finished. Someone had installed a Tomcat server that was serving a custom jsp app. Having never installed tomcat nor having ever developed Java Server Pages and only finding out about [...]]]></description>
			<content:encoded><![CDATA[<p>On Sunday I installed Ubuntu 6.06 (Dapper) at <a href="http://www.sprachenatelier-berlin.de">Sprachenatelier Berlin e.V.</a> a small language school in <a href="http://en.wikipedia.org/wiki/Friedrichshain">Friedrichshain</a>. It took all night and I&#8217;m still not finished. Someone had installed a <a href="http://tomcat.apache.org/">Tomcat</a> server that was serving a custom jsp app. Having never installed tomcat nor having ever developed Java Server Pages and only finding out about it when I arrived I didn&#8217;t have enough time to do all the other thngs plus learn about tomcat and install jsp apps. So I installed Ubuntu on the 4 &#8220;student&#8221; computers and left the 2 office computers for some time in the next couple days. On Monday in the comfort of my own home I learned about Tomcat and I had everything running in an hour or so. I also wasted a good amount of time ridding the single duel-boot Windows install of viruses and spyware.</p>
<p>I&#8217;ll do an Ubuntu 6.06/Tomcat install how-to soon. No, really&#8230; I promise. <img src='http://blixtra.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>On Tuesday Annika and I packed a picnic and went to the <a href="http://www.flickr.com/photos/19157587@N00/176482085/">Fan Mile</a> to watch the <a href="http://en.wikipedia.org/wiki/Germany_national_football_team">Germany</a> vs. <a href="http://en.wikipedia.org/wiki/Italy_national_football_team">Italy</a> match. Of course, Everyone knows the outcome of that. I was so looking forward to the <a href="http://en.wikipedia.org/wiki/Penalty_shootout_(football)">penalty shoot-out</a>. Oh well. May Italy suffer a humiliating defeat in the finals. They are such whiners; falling at the slightest touch. I&#8217;m hoping <a href="http://en.wikipedia.org/wiki/Portugal_national_football_team">Portugal</a> wins it all now.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://blixtra.org/blog/2006/07/05/sleep-deprivation-and-being-a-loser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tracking Ubuntu Adjectives</title>
		<link>http://blixtra.org/blog/2006/06/11/tracking-ubuntu-adjectives/</link>
		<comments>http://blixtra.org/blog/2006/06/11/tracking-ubuntu-adjectives/#comments</comments>
		<pubDate>Sun, 11 Jun 2006 11:26:43 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blixtra.org/blog/2006/06/11/tracking-ubuntu-adjectives/</guid>
		<description><![CDATA[Ubuntu&#8216;s quite known for its {obscure adjective} {animal} release names. I though it might be interesting to see how the Ubuntu release cycle affected the {obscure adjective}s&#8217; search volume. I turned to Google Trends and did a query for each of the {obscure adjective}s. The results were quite interesting. Warty wasn&#8217;t even on the chart [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubuntu.com/">Ubuntu</a>&#8216;s quite known for its {obscure adjective} {animal} release names. I though it might be interesting to see how the Ubuntu release cycle affected the {obscure adjective}s&#8217; search volume. I turned to <a href="http://www.google.com/trends">Google Trends</a> and did a query for each of the {obscure adjective}s. The <a href="http://www.google.com/trends?q=warty%2C+hoary%2C+breezy%2C+dapper%2C+edgy&#038;ctab=0&#038;geo=all&#038;date=all">results</a> were quite interesting.</p>
<p><a href="https://wiki.ubuntu.com/WartyWarthog?highlight=%28Warty%29">Warty</a> wasn&#8217;t even on the chart before the initial Ubuntu release and the <a href="https://wiki.ubuntu.com/HoaryHedgehog">Hoary</a> release showed the first clear jump in queries. It looks like the Ubuntu&#8217;s popularity really took of with the release of the <a href="https://wiki.ubuntu.com/BreezyBadger?highlight=%28breezy%29">Breezy Badger</a> release and the <a href="https://wiki.ubuntu.com/DapperDrake">Dapper Drake</a> (current) release will soon top Breezy. Edgy just crossed Hoary and I suspect it will increase dramaticaly once the <a href="https://wiki.ubuntu.com/UbuntuDeveloperSummitParis">Ubuntu Developer Summit in Paris</a> is finished and the work for the next release (<a href="https://wiki.ubuntu.com/EdgyEft?highlight=%28edgy%29">Edgy Eft</a>) gets underway.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://blixtra.org/blog/2006/06/11/tracking-ubuntu-adjectives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Dapperness of the Drake</title>
		<link>http://blixtra.org/blog/2006/06/05/the-dapperness-of-the-drake/</link>
		<comments>http://blixtra.org/blog/2006/06/05/the-dapperness-of-the-drake/#comments</comments>
		<pubDate>Mon, 05 Jun 2006 11:34:03 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blixtra.org/blog/2006/06/05/the-dapperness-of-the-drake/</guid>
		<description><![CDATA[This was originally going to be a response to a comment on my last post but it got a bit long. I&#8217;ve been using Ubuntu Dapper Drake since Febuary and often forget about the improvements I noticed upon first upgrading. For me, Nautilus has finally become a pleasure to use instead of the pain it [...]]]></description>
			<content:encoded><![CDATA[<p>This was originally going to be a response to a comment on <a href="http://blixtra.org/blog/2006/06/03/recovering-from-dapper-release-party/">my last post</a> but it got a bit long.</p>
<p>I&#8217;ve been using <a href="http://www.ubuntu.com/news/606released">Ubuntu Dapper Drake</a> since Febuary and often forget about the improvements I noticed upon first upgrading. For me, <a href="http://www.gnome.org/projects/nautilus/">Nautilus</a> has finally become a pleasure to use instead of the pain it used to be. Although not in the default install, <a href="http://www.gnome.org/projects/NetworkManager/">NetworkManager</a> is my absolute favorite improvement. Even my wife can now connect to almost any network. The infrastructure for updates and adding/removing software is a huge step forward for linux distros. And last, but not least, the <a href="http://www.ubuntu.com/support/documentation">documention</a> is light-years ahead of Breezy. I applaud the <a href="http://doc.ubuntu.com/">documentation</a> and <a href="https://wiki.ubuntu.com/LoCoTeamList">localization teams</a>.</p>
<p>Some of the smallest things are also what makes Dapper such a pleasure to use. For example, my laptop&#8217;s (<a href="https://wiki.ubuntu.com/LaptopTestingTeam/ThinkpadT43?highlight=%28T43%29%7C%28Thinkpad%29">Thinkpad T43</a>) volume keys finally change the master volume and not just the PCM volume. Also I now get an on-screen indication of the change. The <a href="https://wiki.ubuntu.com/MenusRevisited?highlight=%28menu%29">menu layout</a> is also much improved. </p>
<p>Even with all the wonderful improvements, there are still so many things to refine and many things that are still semi-broken. One of the more questionable choices in my view is making the <a href="https://launchpad.net/distros/ubuntu/+bugs?field.searchtext=live+cd+install&#038;search=Search&#038;field.status%3Alist=Unconfirmed&#038;field.status%3Alist=Confirmed&#038;field.status%3Alist=In+Progress&#038;field.status%3Alist=Needs+Info&#038;field.status%3Alist=Fix+Committed&#038;field.assignee=&#038;field.owner=&#038;field.omit_dupes=on&#038;field.has_patch=&#038;field.has_no_package=&#038;orderby=-priority%2C-severity">live cd</a> the recommended install path. I&#8217;ve tried this a couple times on machines with 256mb of RAM and it hung everytime. Even on the machines with plenty of RAM I found myself <a href="https://launchpad.net/distros/ubuntu/+bugs?field.searchtext=installer+partitioner&#038;search=Search&#038;field.status%3Alist=Unconfirmed&#038;field.status%3Alist=Confirmed&#038;field.status%3Alist=In+Progress&#038;field.status%3Alist=Needs+Info&#038;field.status%3Alist=Fix+Committed&#038;field.assignee=&#038;field.owner=&#038;field.omit_dupes=on&#038;field.has_patch=&#038;field.has_no_package=&#038;orderby=-priority%2C-severity">fighting with the partitioner</a>. Both of these issues have been quite a lot of attention in <a href="https://launchpad.net/">Malone</a> (The <a href="https://launchpad.net/distros/ubuntu/+bugs">Ubuntu Bug Tracker</a>). For me the &#8220;text-based&#8221; install is extremely easy to use and works flawlessly. I&#8217;d like the idea of have an atttactive introduction before the actuall install but not at the expense of causing a large portion of potential users the headaches that will prosumably come from the live cd.</p>
<p>Overall Ubuntu is hands down the best distro for the largest audience. Not only because it is currently the most user-friendly distro but because the communty (users and developers) that surrounds it is rapidly growing AND dedicated to continuing this tradition.</p>
<p>PS: For anyone interested in getting started with <a href="http://www.ubuntu.com/">Ubuntu</a>, <a href="http://www.kernel.org/">Linux</a> or <a href="http://www.opensource.org/">open-source</a> software, please don&#8217;t be afraid to ask questions to me directly. To start, go to <a href="http://www.ubuntu.com/">ubuntu.com</a> to get a feel of what <a href="http://www.ubuntu.com/">ubuntu</a> is.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://blixtra.org/blog/2006/06/05/the-dapperness-of-the-drake/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Recovering from Ubuntu Dapper Release Party</title>
		<link>http://blixtra.org/blog/2006/06/03/recovering-from-dapper-release-party/</link>
		<comments>http://blixtra.org/blog/2006/06/03/recovering-from-dapper-release-party/#comments</comments>
		<pubDate>Sat, 03 Jun 2006 18:53:51 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[berlin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blixtra.org/blog/2006/06/03/recovering-from-dapper-release-party/</guid>
		<description><![CDATA[Last night I went to the Berlin Ubuntu 6.06 (Dapper Drake) release party at Danial Holbach&#8216;s (dholbach) place. It was nice to meet other ubuntu lovers. I arrived at 8pm and left at ~4:30am. By then the sun was already on the rise and by the time I arrived home it had already become completely [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I went to the Berlin <a href="http://www.ubuntu.com">Ubuntu</a> 6.06 (Dapper Drake) release party at <a href="http://daniel.holba.ch/blog/">Danial Holbach</a>&#8216;s (dholbach) place. It was nice to meet other ubuntu lovers. I arrived at 8pm and left at ~4:30am. By then the sun was already on the rise and by the time I arrived home it had already become completely light out. I finally woke up at 12:30pm with a sore throat from all the talking I did.</p>
<p>It seems as if Daniel and I share a love for a certian <a href="http://en.wikipedia.org/wiki/The_Smiths">british band from the 80&#8242;s</a> and <a href="http://en.wikipedia.org/wiki/Morrissey">the singer</a> of said band. I met <a href="http://www.kdedevelopers.org/blog/931">Ellen</a>, a kde usability contributer. I envy her persistence with such a thankless task. I also met <a href="http://www.advogato.org/person/danielk/">Daniel Elstner</a>, co-maintainer of gtkmm as well as a very easy-going and likable guy. Furthermore, <a href="https://launchpad.net/people/doko">Matthias Klose</a>, <a href="https://launchpad.net/people/hedera">Nina Feyh</a> and about 20-30 others including a couple people from Frankfurt were there.</p>
<p>So it seems as if the <a href="https://launchpad.net/people/ubuntu-berlin">Berlin Ubuntu</a> community is pretty strong. Too bad I&#8217;ll be leaving in a few months. Of course, the wonderfull thing about the open source community is that it really doesn&#8217;t matter were you are. The community is global.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://blixtra.org/blog/2006/06/03/recovering-from-dapper-release-party/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Feeling So Dapper!</title>
		<link>http://blixtra.org/blog/2006/01/29/im-feeling-so-dapper/</link>
		<comments>http://blixtra.org/blog/2006/01/29/im-feeling-so-dapper/#comments</comments>
		<pubDate>Sat, 28 Jan 2006 22:39:41 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blixtra.org/blog/2006/01/29/im-feeling-so-dapper/</guid>
		<description><![CDATA[I just got finished installing Ubuntu 6.04 (Dapper Drake). It&#8217;s becoming ever-more polished although it is a beta and there are quite a few things that just don&#8217;t work yet. I really like the cleaned up menu layout. The search function in Nautilus is also nice. I&#8217;ve been having problems with quite a few Mono [...]]]></description>
			<content:encoded><![CDATA[<p>I just got finished installing <a href="http://ubuntulinux.org">Ubuntu</a> 6.04 (Dapper Drake). It&#8217;s becoming ever-more polished although it is a beta and there are quite a few things that just don&#8217;t work yet.</p>
<p>I really like the cleaned up menu layout. The search function in <a href="http://www.gnome.org/projects/nautilus/">Nautilus</a> is also nice.</p>
<p>I&#8217;ve been having problems with quite a few <a href="http://mono-project.com">Mono</a> apps, though. <a href="http://banshee-project.org">Banshee</a>, which I love, keeps seg faulting after a random amount of time (Bug <a href="https://launchpad.net/distros/ubuntu/+source/banshee/+bug/29957">#29957</a>), <a href="http://www.monodevelop.com">Monodevelop</a> needs to have a environment variable set before it&#8217;ll start (Bug <a href="https://launchpad.net/distros/ubuntu/+source/monodevelop/+bug/29958">#29958</a>), <a href="http://developer.imendio.com/wiki/Blam">Blam</a> just refuses to start and <a href="http://beagle-project.org">Beagle</a> can&#8217;t be installed because of a missing dependancy. Also, after the install, X wouldn&#8217;t start and I had to &#8220;sudo apt-get update&#8221;, &#8220;sudo apt-get install xserver-xorg&#8221; and finally &#8220;sudo dpkg-reconfigure xserver-xorg&#8221; and choose the defalt selections when prompted. After that everything was fine. The /etc/X11/xorg.conf file was completely empty before the reconfig.</p>
<p>So, there is still quite a few broken things but that&#8217;s why I&#8217;m using a test release. With about 3 months to go I think the project is coming along great. I&#8217;m now administering about 10 Hoary desktops and am looking forward to getting Dapper on those in May.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://blixtra.org/blog/2006/01/29/im-feeling-so-dapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Laptop Testing</title>
		<link>http://blixtra.org/blog/2005/08/19/ubuntu-laptop-testing/</link>
		<comments>http://blixtra.org/blog/2005/08/19/ubuntu-laptop-testing/#comments</comments>
		<pubDate>Fri, 19 Aug 2005 00:18:02 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blixtra.org/blog/2005/08/19/ubuntu-laptop-testing/</guid>
		<description><![CDATA[I&#8217;ve kinda officially joined the Ubuntu Laptop Testing Team today. I&#8217;ll be testing my IBM Thinkpad T43, Model# 266875U. I haven&#8217;t got tons of time for it but another guy has a Canonical-supplied T43 that is about 90% the same hardware so I&#8217;ll just copy his stuff where appropriate. If you&#8217;d like to help just [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve kinda officially joined the <a href="https://wiki.ubuntu.com/LaptopTestingTeam/">Ubuntu Laptop Testing Team</a> today. I&#8217;ll be testing my <a href="https://wiki.ubuntu.com/LaptopTestingTeam/ThinkpadT43-2668">IBM Thinkpad T43, Model# 266875U</a>.  I haven&#8217;t got tons of time for it but another guy has a <a href="http://canonical.com/">Canonical</a>-supplied T43 that is about 90% the same hardware so I&#8217;ll just copy his stuff where appropriate.</p>
<p>If you&#8217;d like to help just get in touch.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://blixtra.org/blog/2005/08/19/ubuntu-laptop-testing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Abolish ubuntu spatial in Hoary</title>
		<link>http://blixtra.org/blog/2005/06/27/abolish-ubuntu-spatial-in-hoary/</link>
		<comments>http://blixtra.org/blog/2005/06/27/abolish-ubuntu-spatial-in-hoary/#comments</comments>
		<pubDate>Mon, 27 Jun 2005 00:13:01 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blixtra.org/blog/2005/06/27/abolish-ubuntu-spatial-in-hoary/</guid>
		<description><![CDATA[For those who hate ubuntu spatial and never want to see it again, you can issue this command WITHOUT any users logged into Gnome (GConf can&#8217;t be running.). sudo gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type bool --set /apps/nautilus/preferences/no_ubuntu_spatial true The same is true for other settings as well. Also, if you want to make a setting [...]]]></description>
			<content:encoded><![CDATA[<p>For those who hate ubuntu spatial and never want to see it again, you can issue this command WITHOUT any users logged into Gnome (GConf can&#8217;t be running.).</p>
<p><code>sudo gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type bool --set /apps/nautilus/preferences/no_ubuntu_spatial true</code></p>
<p>The same is true for other settings as well. Also, if you want to make a setting mandetory then just change &#8220;defaults&#8221; to &#8220;mandatory&#8221; and users will be restricted to that setting. For other settings you&#8217;d probably need to change the type after &#8220;&#8211;type&#8221; and the value at the end.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://blixtra.org/blog/2005/06/27/abolish-ubuntu-spatial-in-hoary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

