<?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>Gentoo Blog</title>
	<atom:link href="http://gentoo-blog.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://gentoo-blog.de</link>
	<description>The ultimate Gentoo Blog</description>
	<lastBuildDate>Tue, 09 Mar 2010 08:39:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu 10.04 Lucid Window Buttons On The Left</title>
		<link>http://gentoo-blog.de/ubuntu/ubuntu-10-04-lucid-window-buttons-on-the-left/</link>
		<comments>http://gentoo-blog.de/ubuntu/ubuntu-10-04-lucid-window-buttons-on-the-left/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 08:39:26 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Ubuntu/Debian]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2682</guid>
		<description><![CDATA[To get the close and minimize buttons back on the right hand side do the following:
1. Press Alt + F2 and enter: 
gconf-editor
2. navigate to /apps/metacity/general/button_layout
3. set the key value to: 
:maximize,minimize,close
Thats it log out or restart metacity and your buttons should appear back on the right hand side.
]]></description>
			<content:encoded><![CDATA[<p>To get the close and minimize buttons back on the right hand side do the following:</p>
<p>1. Press Alt + F2 and enter: </p>
<p><code>gconf-editor</code></p>
<p>2. navigate to <code>/apps/metacity/general/button_layout</code></p>
<p>3. set the key value to: </p>
<p><code>:maximize,minimize,close</code></p>
<p>Thats it log out or restart metacity and your buttons should appear back on the right hand side.</p>
]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/ubuntu/ubuntu-10-04-lucid-window-buttons-on-the-left/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>chmod change files or directories recursively to the same value</title>
		<link>http://gentoo-blog.de/stuff/chmod-change-files-or-directories-recursively-to-the-same-value/</link>
		<comments>http://gentoo-blog.de/stuff/chmod-change-files-or-directories-recursively-to-the-same-value/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 13:27:11 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Stuff]]></category>
		<category><![CDATA[Ubuntu/Debian]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2642</guid>
		<description><![CDATA[Recursively change all files in your current working directory including files in subdirectories to 644: 
find . -type f -print0 &#124; xargs -0 chmod 644
Recursively change all directories in your current working directory including subdirectories to 755:
find . -type d -print0 &#124; xargs -0 chmod 755
]]></description>
			<content:encoded><![CDATA[<p>Recursively change all files in your current working directory including files in subdirectories to 644: </p>
<p><code>find . -type f -print0 | xargs -0 chmod 644</code></p>
<p>Recursively change all directories in your current working directory including subdirectories to 755:</p>
<p><code>find . -type d -print0 | xargs -0 chmod 755</code></p>
]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/stuff/chmod-change-files-or-directories-recursively-to-the-same-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Lenny Possible missing firmware /lib/firmware/bnx2-09-4.0.5.fw for module bnx2</title>
		<link>http://gentoo-blog.de/ubuntu/debian-lenny-possible-missing-firmware-libfirmwarebnx2-09-4-0-5-fw-for-module-bnx2/</link>
		<comments>http://gentoo-blog.de/ubuntu/debian-lenny-possible-missing-firmware-libfirmwarebnx2-09-4-0-5-fw-for-module-bnx2/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 11:41:11 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Ubuntu/Debian]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2582</guid>
		<description><![CDATA[If you see this message after running aptitude upgrade with a Kernel update:
W: Possible missing firmware /lib/firmware/bnx2-09-4.0.5.fw for module bnx2
Do not reboot your server or you will be left without any network. Please edit your apt sources.list file and add the non-free repo. For example it could look like this:
deb http://ftp.hosteurope.de/pub/linux/debian/ lenny main non-free
deb-src http://ftp.hosteurope.de/pub/linux/debian/ [...]]]></description>
			<content:encoded><![CDATA[<p>If you see this message after running aptitude upgrade with a Kernel update:</p>
<p><code>W: Possible missing firmware /lib/firmware/bnx2-09-4.0.5.fw for module bnx2</code></p>
<p>Do not reboot your server or you will be left without any network. Please edit your apt sources.list file and add the non-free repo. For example it could look like this:</p>
<p><code>deb http://ftp.hosteurope.de/pub/linux/debian/ lenny main non-free<br />
deb-src http://ftp.hosteurope.de/pub/linux/debian/ lenny main non-free</code></p>
<p><code>deb http://security.debian.org/ lenny/updates main non-free<br />
deb-src http://security.debian.org/ lenny/updates main non-free<br />
</code></p>
<p>Please edit the line for your standard apt server and for security.debian.org to receive possible security updates. Then run</p>
<p><code>aptitude update</code></p>
<p>Now we can install the missing firmware for our broadcom network card:</p>
<p><code>aptitude install firmware-bnx2</code></p>
<p>Check if the firmware has been installed correctly:</p>
<p><code>web99:~# ls -lha /lib/firmware/<br />
total 212K<br />
drwxr-xr-x  2 root root  112 2010-02-01 12:25 .<br />
drwxr-xr-x 11 root root 4.2K 2010-01-20 15:36 ..<br />
-rw-r--r--  1 root root 104K 2009-08-04 07:00 bnx2-06-4.0.5.fw<br />
-rw-r--r--  1 root root 101K 2009-08-04 07:00 bnx2-09-4.0.5.fw</code></p>
<p>We need this version bnx2-09-4.0.5.fw which you can see in the reported error message above.</p>
<p>Thats it you can carry on and reboot your server. </p>
]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/ubuntu/debian-lenny-possible-missing-firmware-libfirmwarebnx2-09-4-0-5-fw-for-module-bnx2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Karmic mount Windows partition as user</title>
		<link>http://gentoo-blog.de/ubuntu/ubuntu-karmic-mount-windows-partition-as-user/</link>
		<comments>http://gentoo-blog.de/ubuntu/ubuntu-karmic-mount-windows-partition-as-user/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 10:05:21 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Ubuntu/Debian]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2532</guid>
		<description><![CDATA[With Ubuntu versions prior to Karmic you could mount windows partitions as a normal user. After typing in the root password you could allow the user to mount a windows partition after ticking the box remember this the user could do this himself in the future. Easy going that&#8217;s how it should be with Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>With Ubuntu versions prior to Karmic you could mount windows partitions as a normal user. After typing in the root password you could allow the user to mount a windows partition after ticking the box remember this the user could do this himself in the future. Easy going that&#8217;s how it should be with Ubuntu for some reason that does not work any more. And this is the solution:</p>
<p>1. Create a file named:</p>
<p><code>vi /var/lib/polkit-1/localauthority/50-local.d/nautilus.pkla</code></p>
<p>2. Copy the following content into the file:</p>
<p><code>[Allow users to mount with nautilus]<br />
Identity=unix-group:simon<br />
Action=org.freedesktop.devicekit.disks.filesystem-mount-system-internal<br />
ResultAny=no<br />
ResultInactive=no<br />
ResultActive=yes<br />
</code></p>
<p>That&#8217;s it easy once you know how it&#8217;s done.</p>
]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/ubuntu/ubuntu-karmic-mount-windows-partition-as-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Karmic change CPU Frequency as user</title>
		<link>http://gentoo-blog.de/ubuntu/ubuntu-karmic-change-cpu-frequency-as-user/</link>
		<comments>http://gentoo-blog.de/ubuntu/ubuntu-karmic-change-cpu-frequency-as-user/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 10:01:39 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Ubuntu/Debian]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2512</guid>
		<description><![CDATA[With Ubuntu versions prior to Karmic you could change the CPU Frequency as a normal user. After typing in the root password you could allow the user to change the CPU Frequency after ticking the box remember this the user could do this himself in the future. Easy going that&#8217;s how it should be with [...]]]></description>
			<content:encoded><![CDATA[<p>With Ubuntu versions prior to Karmic you could change the CPU Frequency as a normal user. After typing in the root password you could allow the user to change the CPU Frequency after ticking the box remember this the user could do this himself in the future. Easy going that&#8217;s how it should be with Ubuntu for some reason that does not work any more. And this is the solution:</p>
<p>1. Create a file named:</p>
<p><code>vi /var/lib/polkit-1/localauthority/50-local.d/gnome-cpufreq.pkla</code></p>
<p>2. Copy the following content into the file:</p>
<p><code>[Allow users to set the CPU frequency]<br />
Identity=unix-group:simon<br />
Action=org.gnome.cpufreqselector<br />
ResultAny=no<br />
ResultInactive=no<br />
ResultActive=yes<br />
</code></p>
<p>That&#8217;s it easy once you know how it&#8217;s done.</p>
]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/ubuntu/ubuntu-karmic-change-cpu-frequency-as-user/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Happy New Year 2010</title>
		<link>http://gentoo-blog.de/news/happy-new-year-2010/</link>
		<comments>http://gentoo-blog.de/news/happy-new-year-2010/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 09:52:36 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2492</guid>
		<description><![CDATA[I have been away for a while so i wish all linux users out there a late happy new year 2010 
]]></description>
			<content:encoded><![CDATA[<p>I have been away for a while so i wish all linux users out there a late happy new year 2010 </p>
]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/news/happy-new-year-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP ProLiant Support Pack CD for Debian lenny and Ubuntu 9.04 Jaunty</title>
		<link>http://gentoo-blog.de/ubuntu/hp-proliant-support-pack-cd-for-debian-lenny-and-ubuntu-9-04-jaunty/</link>
		<comments>http://gentoo-blog.de/ubuntu/hp-proliant-support-pack-cd-for-debian-lenny-and-ubuntu-9-04-jaunty/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 16:03:02 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Ubuntu/Debian]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2472</guid>
		<description><![CDATA[Nice collection of support tools monitoring apps for snmp and a CLI for the HP raid controller. Definitely worth looking at if you are running debian or ubuntu boxes on HP proliant servers:
HP ProLiant Support Pack CD
]]></description>
			<content:encoded><![CDATA[<p>Nice collection of support tools monitoring apps for snmp and a CLI for the HP raid controller. Definitely worth looking at if you are running debian or ubuntu boxes on HP proliant servers:</p>
<p><a href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&#038;cc=us&#038;prodTypeId=15351&#038;prodSeriesId=1121486&#038;swItem=MTX-799829d8271f455d9367978b5a&#038;prodNameId=3288144&#038;swEnvOID=4033&#038;swLang=8&#038;taskId=135&#038;mode=4&#038;idx=1">HP ProLiant Support Pack CD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/ubuntu/hp-proliant-support-pack-cd-for-debian-lenny-and-ubuntu-9-04-jaunty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Mysql Commands</title>
		<link>http://gentoo-blog.de/stuff/useful-mysql-commands/</link>
		<comments>http://gentoo-blog.de/stuff/useful-mysql-commands/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 06:47:21 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Stuff]]></category>
		<category><![CDATA[Ubuntu/Debian]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2382</guid>
		<description><![CDATA[when you see  a # it means use the command from the unix shell. When you see mysql&#62; it means from a MySQL prompt after logging into MySQL.
To login (from unix shell) use -h only if needed.
# [mysql dir]/bin/mysql -h hostname -u root -p
Create a database on the sql server.
mysql&#62; create database [databasename];
List all databases [...]]]></description>
			<content:encoded><![CDATA[<h4>when you see  a # it means use the command from the unix shell. When you see mysql&gt; it means from a MySQL prompt after logging into MySQL.</h4>
<h4>To login (from unix shell) use -h only if needed.</h4>
<p><code># [mysql dir]/bin/mysql -h hostname -u root -p</code></p>
<h4>Create a database on the sql server.</h4>
<p><code>mysql&gt; create database [databasename];</code></p>
<h4>List all databases on the sql server.</h4>
<p><code>mysql&gt; show databases;</code></p>
<h4>Switch to a database.</h4>
<p><code>mysql&gt; use [db name];</code></p>
<h4>To see all the tables in the db.</h4>
<p><code>mysql&gt; show tables;</code></p>
<h4>To see database&#8217;s field formats.</h4>
<p><code>mysql&gt; describe [table name];</code></p>
<h4>To delete a db.</h4>
<p><code>mysql&gt; drop database [database name];</code></p>
<h4>To delete a table.</h4>
<p><code>mysql&gt; drop table [table name];</code></p>
<h4>Show all data in a table.</h4>
<p><code>mysql&gt; SELECT * FROM [table name];</code></p>
<h4>Returns the columns and column information pertaining to the designated table.</h4>
<p><code>mysql&gt; show columns from [table name];</code></p>
<h4>Show certain selected rows with the value &#8220;whatever&#8221;.</h4>
<p><code>mysql&gt; SELECT * FROM [table name] WHERE [field name] = "whatever";</code></p>
<h4>Show all records containing the name &#8220;Bob&#8221; AND the phone number &#8216;3444444&#8242;.</h4>
<p><code>mysql&gt; SELECT * FROM [table name] WHERE name = "Bob" AND phone_number = '3444444';</code></p>
<h4>Show all records not containing the name &#8220;Bob&#8221; AND the phone number &#8216;3444444&#8242; order by the phone_number field.</h4>
<p><code>mysql&gt; SELECT * FROM [table name] WHERE name != "Bob" AND phone_number = '3444444' order by phone_number;</code></p>
<h4>Show all records starting with the letters &#8216;bob&#8217; AND the phone number &#8216;3444444&#8242;.</h4>
<p><code>mysql&gt; SELECT * FROM [table name] WHERE name like "Bob%" AND phone_number = '3444444';</code></p>
<h4>Show all records starting with the letters &#8216;bob&#8217; AND the phone number &#8216;3444444&#8242; limit to records 1 through 5.</h4>
<p><code>mysql&gt; SELECT * FROM [table name] WHERE name like "Bob%" AND phone_number = '3444444' limit 1,5;</code></p>
<h4>Use a regular expression to find records. Use &#8220;REGEXP BINARY&#8221; to force case-sensitivity. This finds any record beginning with a.</h4>
<p><code>mysql&gt; SELECT * FROM [table name] WHERE rec RLIKE "^a";</code></p>
<h4>Show unique records.</h4>
<p><code>mysql&gt; SELECT DISTINCT [column name] FROM [table name];</code></p>
<h4>Show selected records sorted in an ascending (asc) or descending (desc).</h4>
<p><code>mysql&gt; SELECT [col1],[col2] FROM [table name] ORDER BY [col2] DESC;</code></p>
<h4>Return number of rows.</h4>
<p><code>mysql&gt; SELECT COUNT(*) FROM [table name];</code></p>
<h4>Sum column.</h4>
<p><code>mysql&gt; SELECT SUM(*) FROM [table name];</code></p>
<h4>Join tables on common columns.</h4>
<p><code>mysql&gt; select lookup.illustrationid, lookup.personid,person.birthday from lookup left join person on  lookup.personid=person.personid=statement to join birthday in person table with primary illustration id;</code></p>
<h4>Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.</h4>
<p><code># mysql -u root -p<br />
mysql&gt; use mysql;<br />
mysql&gt; INSERT INTO user (Host,User,Password) VALUES('%','username',PASSWORD('password'));<br />
mysql&gt; flush privileges;</code></p>
<h4>Change a users password from unix shell.</h4>
<p><code># [mysql dir]/bin/mysqladmin -u username -h hostname.blah.org -p password 'new-password'</code></p>
<h4>Change a users password from MySQL prompt. Login as root. Set the password. Update privs.</h4>
<p><code># mysql -u root -p<br />
mysql&gt; SET PASSWORD FOR 'user'@'hostname' = PASSWORD('passwordhere');<br />
mysql&gt; flush privileges;</code></p>
<h4>Recover a MySQL root password. Stop the MySQL server process. Start again with no grant tables.  Login to MySQL as root. Set new password. Exit MySQL and restart MySQL server.</h4>
<p><code># /etc/init.d/mysql stop<br />
# mysqld_safe --skip-grant-tables &amp;<br />
# mysql -u root<br />
mysql&gt; use mysql;<br />
mysql&gt; update user set password=PASSWORD("newrootpassword") where User='root';<br />
mysql&gt; flush privileges;<br />
mysql&gt; quit<br />
# /etc/init.d/mysql stop<br />
# /etc/init.d/mysql start</code></p>
<h4>Set a root password if there is on root password.</h4>
<p><code># mysqladmin -u root password newpassword</code></p>
<h4>Update a root password.</h4>
<p><code># mysqladmin -u root -p oldpassword newpassword</code></p>
<h4>Allow the user &#8220;bob&#8221; to connect to the server from localhost using the password &#8220;passwd&#8221;. Login as root. Switch to the MySQL db. Give privs. Update privs.</h4>
<p><code># mysql -u root -p<br />
mysql&gt; use mysql;<br />
mysql&gt; grant usage on *.* to bob@localhost identified by 'passwd';<br />
mysql&gt; flush privileges;</code></p>
<h4>Give user privilages for a db. Login as root. Switch to the MySQL db. Grant privs. Update privs.</h4>
<p><code># mysql -u root -p<br />
mysql&gt; use mysql;<br />
mysql&gt; INSERT INTO user (Host,Db,User,Select_priv,Insert_priv,Update_priv,Delete_priv,Create_priv,Drop_priv) VALUES  ('%','databasename','username','Y','Y','Y','Y','Y','N');<br />
mysql&gt; flush privileges;</code></p>
<p>or</p>
<p><code>mysql&gt; grant all privileges on databasename.* to username@localhost;<br />
mysql&gt; flush privileges;</code></p>
<h4>To update info already in a table.</h4>
<p><code>mysql&gt; UPDATE [table name] SET Select_priv = 'Y',Insert_priv = 'Y',Update_priv = 'Y' where [field name] = 'user';</code></p>
<h4>Delete a row(s) from a table.</h4>
<p><code>mysql&gt; DELETE from [table name] where [field name] = 'whatever';</code></p>
<h4>Update database permissions/privilages.</h4>
<p><code>mysql&gt; flush privileges;</code></p>
<h4>Delete a column.</h4>
<p><code>mysql&gt; alter table [table name] drop column [column name];</code></p>
<h4>Add a new column to db.</h4>
<p><code>mysql&gt; alter table [table name] add column [new column name] varchar (20);</code></p>
<h4>Change column name.</h4>
<p><code>mysql&gt; alter table [table name] change [old column name] [new column name] varchar (50);</code></p>
<h4>Make a unique column so you get no dupes.</h4>
<p><code>mysql&gt; alter table [table name] add unique ([column name]);</code></p>
<h4>Make a column bigger.</h4>
<p><code>mysql&gt; alter table [table name] modify [column name] VARCHAR(3);</code></p>
<h4>Delete unique from table.</h4>
<p><code>mysql&gt; alter table [table name] drop index [colmn name];</code></p>
<h4>Load a CSV file into a table.</h4>
<p><code>mysql&gt; LOAD DATA INFILE '/tmp/filename.csv' replace INTO TABLE [table name] FIELDS TERMINATED BY ',' LINES TERMINATED BY '\n' (field1,field2,field3);</code></p>
<h4>Dump all databases for backup. Backup file is sql commands to recreate all db&#8217;s.</h4>
<p><code># [mysql dir]/bin/mysqldump -u root -ppassword --opt &gt;/tmp/alldatabases.sql</code></p>
<h4>Dump one database for backup.</h4>
<p><code># [mysql dir]/bin/mysqldump -u username -ppassword --databases databasename &gt;/tmp/databasename.sql</code></p>
<h4>Dump a table from a database.</h4>
<p><code># [mysql dir]/bin/mysqldump -c -u username -ppassword databasename tablename &gt; /tmp/databasename.tablename.sql</code></p>
<h4>Restore database (or database table) from backup.</h4>
<p><code># [mysql dir]/bin/mysql -u username -ppassword databasename &lt; /tmp/databasename.sql</code></p>
<h4>Create Table Example 1.</h4>
<p><code>mysql&gt; CREATE TABLE [table name] (firstname VARCHAR(20), middleinitial VARCHAR(3), lastname VARCHAR(35),suffix VARCHAR(3),officeid VARCHAR(10),userid VARCHAR(15),username VARCHAR(8),email VARCHAR(35),phone VARCHAR(25), groups VARCHAR(15),datestamp DATE,timestamp time,pgpemail VARCHAR(255));</code></p>
<h4>Create Table Example 2.</h4>
<p><code>mysql&gt; create table [table name] (personid int(50) not null auto_increment primary key,firstname varchar(35),middlename varchar(50),lastnamevarchar(50) default 'bato');</code></p>
]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/stuff/useful-mysql-commands/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thumbs up for Windows 7 from Linus Torvalds</title>
		<link>http://gentoo-blog.de/fun/thumbs-up-for-windows-7-from-linus-torvalds/</link>
		<comments>http://gentoo-blog.de/fun/thumbs-up-for-windows-7-from-linus-torvalds/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 15:54:06 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2332</guid>
		<description><![CDATA[
No Comment  
]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-2342" title="linus_win7" src="http://gentoo-blog.de/wp-content/uploads/2009/10/20091026linus_win7.jpg" alt="linus_win7" width="500" height="358" /></p>
<p>No Comment <img src='http://gentoo-blog.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/fun/thumbs-up-for-windows-7-from-linus-torvalds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Karmic Koala Comming this week</title>
		<link>http://gentoo-blog.de/ubuntu/ubuntu-karmic-koala-comming-this-week/</link>
		<comments>http://gentoo-blog.de/ubuntu/ubuntu-karmic-koala-comming-this-week/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 15:47:31 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Ubuntu/Debian]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2292</guid>
		<description><![CDATA[On Thursday the 29th the next Ubuntu release Karmic Koala will hit the download mirrors

]]></description>
			<content:encoded><![CDATA[<p>On Thursday the 29th the next Ubuntu release Karmic Koala will hit the download mirrors</p>
<p><script type="text/javascript" src="http://www.ubuntu.com/files/countdown/display2.js"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/ubuntu/ubuntu-karmic-koala-comming-this-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
