<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Gentoo Blog</title>
	<link>http://gentoo-blog.de</link>
	<description>The ultimate Gentoo Blog</description>
	<lastBuildDate>Tue, 09 Mar 2010 08:39:26 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>de</language>
	
	<item>
		<title>Ubuntu 10.04 Lucid Window Buttons On The Left</title>
		<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>
		<link>http://gentoo-blog.de/ubuntu/ubuntu-10-04-lucid-window-buttons-on-the-left/</link>
			</item>
	<item>
		<title>chmod change files or directories recursively to the same value</title>
		<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>
		<link>http://gentoo-blog.de/stuff/chmod-change-files-or-directories-recursively-to-the-same-value/</link>
			</item>
	<item>
		<title>Debian Lenny Possible missing firmware /lib/firmware/bnx2-09-4.0.5.fw for module bnx2</title>
		<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>
		<link>http://gentoo-blog.de/ubuntu/debian-lenny-possible-missing-firmware-libfirmwarebnx2-09-4-0-5-fw-for-module-bnx2/</link>
			</item>
	<item>
		<title>Ubuntu Karmic mount Windows partition as user</title>
		<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>
		<link>http://gentoo-blog.de/ubuntu/ubuntu-karmic-mount-windows-partition-as-user/</link>
			</item>
	<item>
		<title>Ubuntu Karmic change CPU Frequency as user</title>
		<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>
		<link>http://gentoo-blog.de/ubuntu/ubuntu-karmic-change-cpu-frequency-as-user/</link>
			</item>
	<item>
		<title>Happy New Year 2010</title>
		<description><![CDATA[I have been away for a while so i wish all linux users out there a late happy new year 2010 
]]></description>
		<link>http://gentoo-blog.de/news/happy-new-year-2010/</link>
			</item>
	<item>
		<title>HP ProLiant Support Pack CD for Debian lenny and Ubuntu 9.04 Jaunty</title>
		<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>
		<link>http://gentoo-blog.de/ubuntu/hp-proliant-support-pack-cd-for-debian-lenny-and-ubuntu-9-04-jaunty/</link>
			</item>
	<item>
		<title>Useful Mysql Commands</title>
		<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>
		<link>http://gentoo-blog.de/stuff/useful-mysql-commands/</link>
			</item>
	<item>
		<title>Thumbs up for Windows 7 from Linus Torvalds</title>
		<description><![CDATA[
No Comment  
]]></description>
		<link>http://gentoo-blog.de/fun/thumbs-up-for-windows-7-from-linus-torvalds/</link>
			</item>
	<item>
		<title>Ubuntu Karmic Koala Comming this week</title>
		<description><![CDATA[On Thursday the 29th the next Ubuntu release Karmic Koala will hit the download mirrors

]]></description>
		<link>http://gentoo-blog.de/ubuntu/ubuntu-karmic-koala-comming-this-week/</link>
			</item>
</channel>
</rss>
