<?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; General</title>
	<atom:link href="http://blog.thehippo.de/category/general/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>Moved to GitHub</title>
		<link>http://blog.thehippo.de/2010/03/general/moved-to-github-2/</link>
		<comments>http://blog.thehippo.de/2010/03/general/moved-to-github-2/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 16:27:55 +0000</pubDate>
		<dc:creator>Hippo</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tools and Software]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[hxGD]]></category>
		<category><![CDATA[hxJson2]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[source controll]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://blog.thehippo.de/?p=221</guid>
		<description><![CDATA[I have been interested in git for a while and played around with it a few times and past.

Yesterday I finally moved my two open source haXe libraries (hxJson2 and hxGD) to GitHub. (hxGD was hosted on Google Code before.) I really like the ideas of the work flow of git and seriously thinking ...]]></description>
			<content:encoded><![CDATA[<p>I have been interested in <a title="git" href="http://git-scm.com/" target="_blank">git</a> for a while and played around with it a few times and past.</p>
<p>Yesterday I finally moved my two open source haXe libraries (<a title="hxJson2" href="http://github.com/TheHippo/hxJson2" target="_blank">hxJson2</a> and <a title="hxGD" href="http://github.com/TheHippo/hxGD" target="_blank">hxGD</a>) to GitHub. (hxGD was hosted on Google Code before.) I really like the ideas of the work flow of git and seriously thinking about moving all my private Subversion repositories into git repositories, since there are well working tools to even <a title="git-svn" href="http://www.kernel.org/pub/software/scm/git/docs/git-svn.html" target="_blank">import</a> history and branches.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.thehippo.de/2010/03/general/moved-to-github-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First post</title>
		<link>http://blog.thehippo.de/2009/08/general/first-post/</link>
		<comments>http://blog.thehippo.de/2009/08/general/first-post/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 15:48:42 +0000</pubDate>
		<dc:creator>Hippo</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.thehippo.de/?p=7</guid>
		<description><![CDATA[Welcome to my blog!

After a while I decided to start a blog again and here is my first post.  (I think this is the third try, so we will see how long this experiment will  last.) Most of the blog entries will be about typical nerd and computer stuff like linux servers, programming, etc. ...]]></description>
			<content:encoded><![CDATA[<p>Welcome to my blog!</p>
<p>After a while I decided to start a blog again and here is my first post.  (I think this is the third try, so we will see how long this experiment will  last.) Most of the blog entries will be about typical nerd and computer stuff like linux servers, programming, etc. I hope there will be some interesting topics for you.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.thehippo.de/2009/08/general/first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

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

