<?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>TheHippo &#187; Ubuntu 10.04</title>
	<atom:link href="http://blog.thehippo.de/tag/ubuntu-10-04/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thehippo.de</link>
	<description>if (i=1) throw null;</description>
	<lastBuildDate>Wed, 02 Mar 2011 18:06:45 +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>Installing Windows AFTER you installed Ubuntu</title>
		<link>http://blog.thehippo.de/2010/09/general/installing-windows-after-you-installed-ubuntu/</link>
		<comments>http://blog.thehippo.de/2010/09/general/installing-windows-after-you-installed-ubuntu/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 16:12:55 +0000</pubDate>
		<dc:creator>Hippo</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tools and Software]]></category>
		<category><![CDATA[bootmanager]]></category>
		<category><![CDATA[gparted]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.thehippo.de/?p=317</guid>
		<description><![CDATA[I'm a big fan of the Linux operating system, but sometimes you really need a Windows to run software that isn't available for Linux or where isn't any related program.
Therefore you could try WINE (which emulates the Windows API within you Linux system), you could install a virtual windows using a virtual machine like ...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a big fan of the Linux operating system, but sometimes you really need a Windows to run software that isn&#8217;t available for Linux or where isn&#8217;t any related program.<br />
Therefore you could try <a title="Wine" href="http://www.winehq.org/" target="_blank">WINE</a> (which emulates the Windows API within you Linux system), you could install a virtual windows using a virtual machine like <a title="Virtual Box" href="http://www.virtualbox.org/" target="_blank">Virtual Box</a> (which emulates a whole PC within you Linux system) or you could install a native Windows operating system side by side to you Linux. If you need the whole performance you hardware could give you, you need to install Windows on your hard drive next to you Linux installation.<br />
Since the Windows boot loader is very restrictive regarding to having multiple operating systems the easiest way is to first install Windows and then later install your Linux system, which brings <a href="http://www.gnu.org/software/grub/">GRUB</a> (or something similar) as a boot loader.<br />
I first installed Ubuntu on my PC and wanted to install Windows later, so I hard to do it the hardest way:<br />
<span id="more-317"></span><br />
(There is absolutely no guarantee that  this works for you, but this is how I did it. This instructions only work for fresh installations of Ubuntu 9.10 or later, because earlier version of Ubuntu use an older version of the GRUB boot loader.)</p>
<p>You need:</p>
<ul>
<li>Enough space on hard drive</li>
<li>Windows installation CD/DVD</li>
<li>Linux/Ubuntu Live-CD/DVD (!!)</li>
<li>Some time you like to waste on a Windows installation process</li>
</ul>
<p>Instructions:</p>
<ul>
<li>Make sure you have enough free space on you hard disc.</li>
<li>If you hadn&#8217;t install <a title="GParted" href="http://gparted.sourceforge.net/" target="_blank">GParted</a>, do it now.</li>
<li>Make space for the Windows partition on you hard drive and create a new NTFS partition. The overview from GParted should somehow look similar to this (/dev/sda2 is my NTFS partition):
<p><div id="attachment_321" class="wp-caption aligncenter" style="width: 510px"><a href="http://blog.thehippo.de/wp-content/uploads/2010/09/screenshot1.png"><img class="size-full wp-image-321  " title="GParted - partitions on hard drive" src="http://blog.thehippo.de/wp-content/uploads/2010/09/screenshot1.png" alt="GParted - partitions on hard drive" width="500" height="122" /></a><p class="wp-caption-text">GParted - partitions on hard drive</p></div></li>
<li>Reboot you system, install Windows on the <strong>NEW</strong> partition on your hard drive (It is quite important to choose the right one, otherwise you Linux system could get lost). After the installation there is (currently) no way to boot you Linux system, since Windows has overwritten the Linux boot loader.</li>
<li>Insert you Ubuntu/Linux Live CD / DVD and boot a Live system.</li>
<li>Mount you Linux partition into you Live system. (Easiest way is: On main menu: &#8220;Places&#8221; -&gt; &#8220;Name/size of Filesystem&#8221;</li>
<li>Open a console/terminal</li>
<li>Check if everything is correctly mounted and get the ID of you Linux partition. Enter:
<pre>mount</pre>
<p>which should give you a line like this</p>
<pre>/dev/sda2 on /media/0d104aff-ec8c-44c8-b811-92b993823444 type ext4 (rw,nosuid,nodev,uhelper=devkit)</pre>
<p>Now run:</p>
<pre>ls /media/0d104aff-ec8c-44c8-b811-92b993823444/boot</pre>
<p>Replace <code>0d104aff-ec8c-44c8-b811-92b993823444</code> with the ID given by the <code>mount</code> command earlier. (Tip: Use &lt;Tab&gt;-Key to get autocompletion.)<br />
The result should be very close to this:</p>
<pre>config-2.6.18-3-686      initrd.img-2.6.18-3-686.bak  System.map-2.6.18-3-686
grub                     lost+found                   vmlinuz-2.6.18-3-686
initrd.img-2.6.18-3-686  memtest86+.bin</pre>
</li>
<li>Overwrite the master boot record and replace the Windows boot loader with GRUB: (again insert the correct ID for the partition and make sure you perform this on the right hard drive!)
<pre>sudo grub-install --root-directory=/media/0d104aff-ec8c-44c8-b811-92b993823444 /dev/sda</pre>
</li>
<li>Grub automatically detects all the installed operating system. After a reboot you should be able to chose which operating system you want to boot.</li>
<li>Done.</li>
</ul>
<p>Tip: If you do not see the grub menu during boot, press and hold the Shift key before the boot process starts.</p>
<ul></ul>
<p class="wp-flattr-button"></p> <p><a href="http://blog.thehippo.de/?flattrss_redirect&amp;id=317&amp;md5=4ab4980ca49abb7d518cc380d9d08d2a" title="Flattr" target="_blank"><img src="http://blog.thehippo.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.thehippo.de/2010/09/general/installing-windows-after-you-installed-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Using Skype with web cam</title>
		<link>http://blog.thehippo.de/2010/07/tools-and-software/ubuntu-using-skype-with-web-cam/</link>
		<comments>http://blog.thehippo.de/2010/07/tools-and-software/ubuntu-using-skype-with-web-cam/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 12:32:42 +0000</pubDate>
		<dc:creator>Hippo</dc:creator>
				<category><![CDATA[Tools and Software]]></category>
		<category><![CDATA[Cheese]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[v4l]]></category>
		<category><![CDATA[Video4Linux]]></category>
		<category><![CDATA[web cam]]></category>

		<guid isPermaLink="false">http://blog.thehippo.de/?p=291</guid>
		<description><![CDATA[Back in the days where I used Windows having video and audio conversations with Skype was really easy. Just plug in all the devices and configure the volume of the microphone and you are done.

Today I tried the same with my Ubuntu 10.04 installation and I encountered a few problems. This is how I got my ...]]></description>
			<content:encoded><![CDATA[<p>Back in the days where I used Windows having video and audio conversations with <a title="Skype" href="http://www.skype.com" target="_blank">Skype</a> was really easy. Just plug in all the devices and configure the volume of the microphone and you are done.</p>
<p>Today I tried the same with my <a title="Ubuntu" href="http://www.ubuntu.com" target="_blank">Ubuntu</a> 10.04 installation and I encountered a few problems. This is how I got my webcam working with Skype:<span id="more-291"></span></p>
<ul>
<li>Check if your web cam is working in general. The program <a title="Cheese" href="http://projects.gnome.org/cheese/" target="_blank">Cheese</a> is quite suitable for this task.</li>
<li>Test if Skype works with you cam. Open the options dialogue, go to &#8220;Video&#8221; and click test. If you see yourself, everything is fine <img src='http://blog.thehippo.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>Otherwise create a shell script with the following content:
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"><span class="re3">#!/bin/bash</span></div>
</li>
<li class="li1">
<div class="de1"><span class="re2">LD_PRELOAD=</span>/usr/lib/libv4l/v4l1compat.so &nbsp;/usr/bin/skype</div>
</li>
</ol>
</div>
<p>This script forces Skype to use the <a title="Video 4 Linux" href="http://linuxtv.org/v4lwiki/" target="_blank">Video4Linux</a> drivers instead of the native ones.</li>
<li>If you got this error like this:<br />
<blockquote><p>X Error, request 132, minor 18, error code 8 BadMatch (invalid parameter attributes)</p></blockquote>
<p>Modify you script this way:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"><span class="re3">#!/bin/bash</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">export</span> <span class="re2">XLIB_SKIP_ARGB_VISUALS=</span><span class="nu0">1</span> skype</div>
</li>
<li class="li1">
<div class="de1"><span class="re2">LD_PRELOAD=</span>/usr/lib/libv4l/v4l1compat.so &nbsp;/usr/bin/skype</div>
</li>
</ol>
</div>
</li>
<li>Whenever you start Skype and want to use your web cam use this script to start Skype.</li>
</ul>
<p>P.S.: If you are on a 64bit system you probably need to do this:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"><span class="re3">#!/bin/bash</span></div>
</li>
<li class="li1">
<div class="de1"><span class="re2">LD_PRELOAD=</span>/usr/lib64/libv4l/v4l1compat.so &nbsp;/usr/bin/skype</div>
</li>
</ol>
</div>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.thehippo.de/2010/07/tools-and-software/ubuntu-using-skype-with-web-cam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to run VMware Server under Ubuntu 10.04 LTS</title>
		<link>http://blog.thehippo.de/2010/06/server/vmware-server-ubuntu-10-04/</link>
		<comments>http://blog.thehippo.de/2010/06/server/vmware-server-ubuntu-10-04/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 10:10:16 +0000</pubDate>
		<dc:creator>Hippo</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Tools and Software]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware server]]></category>

		<guid isPermaLink="false">http://blog.thehippo.de/?p=258</guid>
		<description><![CDATA[A while ago I used VMware server to running a few virtual instances for testing purposes. Everything worked really flawless. Yesterday I wanted to have some virtual server on my home computer again and encountered many problem with the current version of VMware Server on my Ubuntu 10.04 LTS.
There where some problems with the ...]]></description>
			<content:encoded><![CDATA[<p>A while ago I used <a title="VMware server" href="http://www.vmware.com/products/server/" target="_blank">VMware server</a> to running a few virtual instances for testing purposes. Everything worked really flawless. Yesterday I wanted to have some virtual server on my home computer again and encountered many problem with the current version of VMware Server on my Ubuntu 10.04 LTS.<br />
There where some problems with the installation, some to get the VMware console running and also a few the keyboard input on the console.</p>
<p>It took a while to get everything running and I pulled all the information I needed from many different sites. So pulled them all together in this blog entry:<span id="more-258"></span></p>
<ol>
<li>Register at the VMware page. Download the package for VMware server as *.tar.gz. Extract the archive.</li>
<li>Current VMware products do not support the Linux kernel 2.6.32. Therefor you need a patch for the installation archive. Download the patch from the following link and extract it in the parent folder of you VMware download: <a href="http://codebin.cotescu.com/vmware/vmware-server-2.0.x-kernel-2.6.3x-install.sh" target="_blank">VMware patch for Linux kernel 2.6.32</a>. More information could found on <a title="VMware and Linux kernel 2.6.32" href="http://communities.vmware.com/message/1401588#1401588" target="_blank">this page</a> and pages linked on this page.</li>
<li>Run the script with super-user rights. It is quite simple to install. Most of the times you could just hit enter for every question of the installer. At one point the installer ask for a system user which runs the Vmware instances. If you leave it at the default choice, root will be the user. Make sure you have password to log in as root user. (You can set a root password by running the following command on a terminal:<br />
<blockquote><p>sudo passwd root</p></blockquote>
</li>
<li>If you are running a new Ubuntu system you might have get a <a title="Firefox" href="http://www.mozilla-europe.org/en/firefox/" target="_blank">Firefox</a> version &gt;= 3.6. In these versions the VMware console plugin for the browser won&#8217;t work, so download a older version of Firefox from <a title="Older Firefox version download" href="http://www.mozilla.com/en-US/firefox/all-older.html" target="_blank">this page</a> (3.5.9 should be highest working version number).<br />
Extract it somewhere and run it:</p>
<blockquote><p>./firefox -no-remote -P</p></blockquote>
<p>You might create a new Firefox profile (<em>-P</em>) and make sure a new instance of the Firefox is starting (<em>-no-remote</em>)</li>
<li>On a few guest operating systems you might have some trouble with some of the arrow keys of you keyboard. To get them working run this command from a terminal:<br />
<blockquote><p>sudo echo &#8220;xkeymap.nokeycodeMap = true&#8221; &gt;&gt;  /etc/vmware/config</p></blockquote>
<p>You need to run this on the computer where you want to start the VMware console. More Informations could be found <a title="Arrow keys in VMware console" href="http://ubuntuforums.org/showthread.php?t=1116511" target="_blank">here</a>.</li>
<li>Browse to you VMware administration panel (<a title="VMware adminstration panel" href="http://localhost:8222" target="_blank">http://localhost:8222</a> or <a title="VMware adminstration panel" href="https://localhost:8333" target="_blank">https://localhost:8333</a>). Create and start a virtual machine. Install the browser plug-in. Launch the console.</li>
</ol>
<div id="attachment_270" class="wp-caption aligncenter" style="width: 610px"><a href="http://blog.thehippo.de/wp-content/uploads/2010/06/screenshot1.png"><img class="size-large wp-image-270" title="VMware admin &amp; console" src="http://blog.thehippo.de/wp-content/uploads/2010/06/screenshot1-1024x566.png" alt="VMware admin &amp; console" width="600" height="331" /></a><p class="wp-caption-text">VMware admin &amp; console</p></div>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.thehippo.de/2010/06/server/vmware-server-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.239 seconds -->

