<?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>plasticboy.de &#187; Linux</title>
	<atom:link href="http://www.plasticboy.de/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.plasticboy.de</link>
	<description>About the art of building metaphoric solutions to real world problems.</description>
	<lastBuildDate>Sat, 03 Jul 2010 12:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using Gmail as preferred email application in Ubuntu</title>
		<link>http://www.plasticboy.de/2010/07/03/installing-gmail-as-preferred-email-application-in-ubuntu/</link>
		<comments>http://www.plasticboy.de/2010/07/03/installing-gmail-as-preferred-email-application-in-ubuntu/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 12:57:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.plasticboy.de/?p=231</guid>
		<description><![CDATA[You need to install http://gnome-gmail.sourceforge.net/ if  you want to use Googlemail as your preferred email application. After the installation of the .deb file, go to "System -&#62; Preferences -&#62; Preferred Applications" and select Gmail. That&#8217;s it.]]></description>
			<content:encoded><![CDATA[<p>You need to install <a href="http://gnome-gmail.sourceforge.net/">http://gnome-gmail.sourceforge.net/</a> if  you want to use Googlemail as your preferred email application.</p>
<p>After the installation of the .deb file, go to <tt>"System -&gt; Preferences -&gt; Preferred Applications"</tt> and select Gmail. That&#8217;s it.</p>
<div id="attachment_232" class="wp-caption alignleft" style="width: 410px"><a href="http://www.plasticboy.de/wp-content/uploads/2010/07/ubuntu_preferredApplications.png"><img class="size-full wp-image-232" title="ubuntu_preferredApplications" src="http://www.plasticboy.de/wp-content/uploads/2010/07/ubuntu_preferredApplications.png" alt="Ubuntu Preferred Applications for Gmail" width="400" /></a><p class="wp-caption-text">Ubuntu Preferred Applications for Gmail</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.plasticboy.de/2010/07/03/installing-gmail-as-preferred-email-application-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Sun JDK 6 on a Strato V-Server with Ubuntu 8.04 LTS</title>
		<link>http://www.plasticboy.de/2009/11/01/getting-sun-jdk-6-on-a-strato-v-server-with-ubuntu-8-04-lts/</link>
		<comments>http://www.plasticboy.de/2009/11/01/getting-sun-jdk-6-on-a-strato-v-server-with-ubuntu-8-04-lts/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 21:28:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.plasticboy.de/?p=104</guid>
		<description><![CDATA[I installed Java 6 on a Strato V-Server today that a default installation of Ubuntu 8.04 LTS. Per default, the multiverse packages are all disabled, so you need to edit the file /etc/apt/sources.list to make it look like this: # See sources.list(5) for more information, especialy # Remember that you can only use http, ftp [...]]]></description>
			<content:encoded><![CDATA[<p>I installed Java 6 on a Strato V-Server today that a default installation of Ubuntu 8.04 LTS.<br />
Per default, the multiverse packages are all disabled, so you need to edit the file <code>/etc/apt/sources.list</code> to make it look like this:</p>
<pre class="brush: bash;">
# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.

deb ftp://ftp.stratoserver.net/pub/linux/ubuntu hardy main restricted universe multiverse
deb-src ftp://ftp.stratoserver.net/pub/linux/ubuntu hardy main restricted universe multiverse

deb ftp://ftp.stratoserver.net/pub/linux/ubuntu hardy-updates main restricted universe multiverse
deb-src ftp://ftp.stratoserver.net/pub/linux/ubuntu hardy-updates main restricted universe multiverse

deb ftp://ftp.stratoserver.net/pub/linux/ubuntu hardy-security main restricted universe multiverse

deb-src ftp://ftp.stratoserver.net/pub/linux/ubuntu hardy-security main restricted universe multiverse
</pre>
<p>Then don&#8217;t forget to run</p>
<pre class="brush: bash;">sudo apt-get update
sudo apt-get upgrade</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.plasticboy.de/2009/11/01/getting-sun-jdk-6-on-a-strato-v-server-with-ubuntu-8-04-lts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up an Ogre3D Project in Code::Blocks IDE on Ubuntu</title>
		<link>http://www.plasticboy.de/2009/06/22/setting-up-an-ogre3d-project-in-codeblocks-ide-on-ubuntu/</link>
		<comments>http://www.plasticboy.de/2009/06/22/setting-up-an-ogre3d-project-in-codeblocks-ide-on-ubuntu/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 00:26:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.plasticboy.de/?p=68</guid>
		<description><![CDATA[These steps are for ubuntu users. the paths may differ for other linux distributions but i think the steps are the same. Be sure to have installed Ogre3D and code::blocks on ubuntu before you proceed. The ogre3d wiki is a good start if you search for installation how-to&#8217;s. Step 1: Open Code::Blocks and create an [...]]]></description>
			<content:encoded><![CDATA[<p>These steps are for ubuntu users. the paths may differ for other linux distributions but i think the steps are the same.</p>
<p>Be sure to have installed Ogre3D and code::blocks on ubuntu before you proceed. The <a title="Ogre3D Wiki" href="http://www.ogre3d.org/wiki/index.php/Main_Page" target="_blank">ogre3d wiki</a> is a good start if you search for installation how-to&#8217;s.</p>
<p><strong>Step 1:</strong></p>
<p>Open Code::Blocks and create an ogre3D project with the wizard.</p>
<p><strong>Step2:</strong></p>
<p>After creation right click the project in your workspace and choose the &#8220;<em>Project Build Options</em>&#8220;.</p>
<p>Go to the  &#8220;<em>Linker Settings</em>&#8221; tab and change the libOIS and libOgre paths according to my screenshot:</p>
<p><a href="http://plasticboy.de/wp-content/uploads/2009/06/codeblocksogresettings1.jpeg"><img class="size-medium wp-image-69 alignnone" title="codeblocksogresettings" src="http://www.plasticboy.de/wp-content/uploads/2009/06/codeblocksogresettings-300x235.jpg" alt="codeblocksogresettings" width="300" height="235" /></a></p>
<p><strong>Step 3:</strong></p>
<p>Goto the &#8220;<em>Search directories</em>&#8221; tab and in the &#8220;<em>compiler</em>&#8221; subtab add the path to the ExampleApplication.h file.</p>
<p>in my case it&#8217;s</p>
<pre>/home/myuser/Development/lib/ogre/Samples/Common/include</pre>
<p>You should be able to compile your project now. <img src='http://www.plasticboy.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> )</p>
<p><strong>Step 4:</strong></p>
<p>Now we need to make sure, that the the run command also works on our small project.</p>
<p>Therefore we need to change the execution path of our project&#8217;s binary.</p>
<p>This can be done by right-clicking  the project in the workspace again but this time select the &#8220;<em>Properties&#8230;</em>&#8221; option.</p>
<p>Switch to the &#8220;Build targets&#8221; tab and alter the parameter for &#8220;Execution output dir:&#8221; to your ogre3d installations sample folder.</p>
<p>In my case this is</p>
<pre>/home/myuser/Development/lib/ogre/Samples/Common/bin</pre>
<p><strong>Now you can run the project.</strong></p>
<p><strong>That&#8217;s it. Happy coding.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.plasticboy.de/2009/06/22/setting-up-an-ogre3d-project-in-codeblocks-ide-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>So you also have a problem with the menu font size in Mathematica 7.0?</title>
		<link>http://www.plasticboy.de/2009/03/08/so-you-also-have-a-problem-with-the-menu-font-size-in-mathematica-70/</link>
		<comments>http://www.plasticboy.de/2009/03/08/so-you-also-have-a-problem-with-the-menu-font-size-in-mathematica-70/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 14:14:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://www.plasticboy.de/?p=55</guid>
		<description><![CDATA[The solution for KDE 4 users is fairly simple: You may not have set the correct DPI for your system. In KDE this is done in the Apearance tab in the System Settings. Goto Fonts and there will be the drop down  for Force Fonts DPI. Set it to 96 DPI and restart Mathematica. That&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>The solution for KDE 4 users is fairly simple:<br />
You may not have set the correct DPI for your system.</p>
<p>In KDE this is done in the <em>Apearance</em> tab in the <em>System Settings</em>.<br />
Goto <em>Fonts</em> and there will be the drop down  for <em>Force Fonts DPI</em>.</p>
<p>Set it to <strong><em>96 DPI</em></strong> and restart <em>Mathematica</em>. That&#8217;s it.</p>
<div id="attachment_56" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-56" title="Forcing 96 DPI in KDE control center." src="http://www.plasticboy.de/wp-content/uploads/2009/03/force_96_dpi-300x217.png" alt="Forcing 96 DPI in KDE control center." width="300" height="217" /><p class="wp-caption-text">Forcing 96 DPI in KDE control center.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.plasticboy.de/2009/03/08/so-you-also-have-a-problem-with-the-menu-font-size-in-mathematica-70/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install Internet Explorer on Ubuntu</title>
		<link>http://www.plasticboy.de/2008/11/22/how-to-install-internet-explorer-on-ubuntu/</link>
		<comments>http://www.plasticboy.de/2008/11/22/how-to-install-internet-explorer-on-ubuntu/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 15:17:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.plasticboy.de/?p=47</guid>
		<description><![CDATA[Yes, it is possible and it&#8217;s not that hard as you may think: sudo apt-get remove cabextract sudo apt-get install cabextract ./ies4linux try running this command that actually worked for me: ./ies4linux –no-gui]]></description>
			<content:encoded><![CDATA[<p>Yes, it is possible and it&#8217;s not that hard as you may think:</p>
<pre class="brush: bash;">sudo apt-get remove cabextract
sudo apt-get install cabextract
./ies4linux</pre>
<p>try running this command that actually worked for me:</p>
<pre class="brush: bash;">./ies4linux –no-gui</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.plasticboy.de/2008/11/22/how-to-install-internet-explorer-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Update GRUB MBR settings after VISTA or XP reinstallation</title>
		<link>http://www.plasticboy.de/2008/08/13/update-grub-mbr-settings-after-vista-or-xp-reinstallation/</link>
		<comments>http://www.plasticboy.de/2008/08/13/update-grub-mbr-settings-after-vista-or-xp-reinstallation/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 09:07:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.plasticboy.de/?p=40</guid>
		<description><![CDATA[I trashed my vista installation on my dual boot system this weekend. As we all know, vista is quite keen on controlling the Master Boot Record (BMR) . All my tries to use update-grub failed. After yahooing for a while I found the Super Grub Disk &#8211; a stand-alone bootable CD-Rom Image that leads you [...]]]></description>
			<content:encoded><![CDATA[<p>I trashed my vista installation on my dual boot system this weekend. As we all know, vista is quite keen on controlling the Master Boot Record (BMR) .</p>
<p>All my tries to use <code>update-grub</code> failed.<br />
After yahooing for a while I found the <a href="http://www.supergrubdisk.org/">Super Grub Disk</a> &#8211; a stand-alone bootable CD-Rom Image that leads you through grub update (and many other grub related tasks) with easy menus and online help.</p>
<p>It took me 3 minutes to get my grub installation working again.</p>
<ul>
<li>http://www.supergrubdisk.org/</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.plasticboy.de/2008/08/13/update-grub-mbr-settings-after-vista-or-xp-reinstallation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unable to open device &quot;hal:///org/freedesktop/Hal/devices/usb_device_*&quot;: Permission denied</title>
		<link>http://www.plasticboy.de/2008/06/01/unable-to-open-device-halorgfreedesktophaldevicesusb_device_-permission-denied/</link>
		<comments>http://www.plasticboy.de/2008/06/01/unable-to-open-device-halorgfreedesktophaldevicesusb_device_-permission-denied/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 21:37:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.plasticboy.de/?p=35</guid>
		<description><![CDATA[My Brother-2030 printer denied printing for the last month and I couldn&#8217;t find redemption. The IPP report message was: Unable to open device "hal:///org/freedesktop/Hal/devices/usb_device_": Permission denied But I figured it out. The final solution is easy: sudo chmod 700 /usr/lib/cups/backend/usb sudo chmod 700 /usr/lib/cups/backend/hal I post this, because I&#8217;m not the only one having these [...]]]></description>
			<content:encoded><![CDATA[<p>My Brother-2030 printer denied printing for the last month and I couldn&#8217;t find redemption.</p>
<p>The IPP report message was:<br />
<code><br />
Unable to open device "hal:///org/freedesktop/Hal/devices/usb_device_":<br />
Permission denied<br />
</code></p>
<p>But I figured it out. The final solution is easy:</p>
<pre class="brush: bash;">
sudo chmod 700 /usr/lib/cups/backend/usb
sudo chmod 700 /usr/lib/cups/backend/hal
</pre>
<p>I post this, because I&#8217;m not the only one having these kind of problems with HAL and a USB printer while using ubuntu (with 64 bit architecture).<br />
Maybe this will help someone searching for a solution.</p>
<p>UDATE:<br />
I updated the command with <a href="http://blog.wolfman.com" target="_blank">Jim Morri</a>s&#8217; comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plasticboy.de/2008/06/01/unable-to-open-device-halorgfreedesktophaldevicesusb_device_-permission-denied/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
