<?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>&#62;/dev/null</title>
	<atom:link href="http://devnull.tdomhan.de/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://devnull.tdomhan.de</link>
	<description>yet another blog</description>
	<lastBuildDate>Sun, 25 Jul 2010 20:44:02 +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>Faster mobile browsing through a compressing proxy server</title>
		<link>http://devnull.tdomhan.de/?p=324</link>
		<comments>http://devnull.tdomhan.de/?p=324#comments</comments>
		<pubDate>Sun, 25 Jul 2010 20:44:02 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[browsing]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[Opera Turbo]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://devnull.tdomhan.de/?p=324</guid>
		<description><![CDATA[Introduction
A few days ago I tested the Opera web bro [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Introduction</strong><br />
A few days ago I tested the Opera web browser on my Android smartphone. The first thing I noticed: It is amazingly fast! This is because all web traffic is routed through an <a href="http://www.opera.com/business/solutions/turbo/">Opera Turbo</a> server, which will compress the complete website and forward it to your smartphone afterwards. You will notice the reduced quality of the images, however it&#8217;s worth the increased speed. No doubt this is a great feature. On the other side, Opera had trouble rendering some websites and the (multi-)touch interface is not that great either.</p>
<p>Therefore I wondered if there is any possibility to make use of a similar feature using the standard Android browser. After searching the web for a while, I stumbled upon <a href="http://ziproxy.sourceforge.net/">Ziproxy</a>, which &#8220;is a forwarding (non-caching) compressing HTTP proxy server&#8221;. It allows you to surf the web blazingly fast while reducing the traffic at the same time. It does so by compressing HTML files and images. This sounded great, so I gave it a try. Please find an install guide below. The first thing I noticed on my desktop computer were the artifacts caused by the reduced image quality. However you will not really see them on your smartphone. In order to use it on an Android smartphone you have to do nothing but to set up a proxy server. (Which is described below) </p>
<p>There are many websites that already compress their hypertexts. Hence the reduced image quality will have the greatest effect on the network traffic. I&#8217;ve not had the time to thoroughly test it, yet. I will do so in the next couple of days. Especially in areas with bad network coverage.</p>
<p>Note that Ziproxy is not capable of HTTP persistence. This means a new connection for every element(like images) on a website. This could negatively influence the performance. Consequently I&#8217;m assuming that the Opera Turbo is outperforming Ziproxy regarding the rendering speed. Though this does not affect the traffic reduction.</p>
<p><strong>How to install Ziproxy on an Ubuntu server</strong><br />
The first thing you need is a Unix server. There are packages available on the<a href="http://ziproxy.sourceforge.net/download.html"> project&#8217;s website</a> for many Unix/Linux distributions. If you have an ubuntu version below lucid you have to compile the software yourself. This is how to do so:</p>
<p>Download the tarball from the website, and extract it:<br />
<code>tar xvjf ziproxy-3.1.3.tar.bz2</code></p>
<p>You have to install some packages in order to be able to compile ziproxy:<br />
<code>apt-get libungif4-dev libungif-bin libpng12-dev libpng12-0 libjasper1 libjasper-dev libjpeg62 libjpeg62-dev zlib1g build-essential</code></p>
<p>Now you may issue the standard make commands:<br />
<code>./configure<br />
make<br />
make install</code></p>
<p>If everything went well you will find the binary in /usr/local/bin/, you may want to check that.</p>
<p>Copy the config file to an appropriate location:<br />
<code>cp -R etc/ziproxy/ /usr/local/etc/</code></p>
<p>Create a new user:<br />
<code>adduser ziproxy --no-create-home --disabled-login</code></p>
<p>Now edit the config file, (/usr/local/etc/ziproxy/ziproxy.conf):</p>
<ul>
<li>RunAsUser = &#8220;ziproxy&#8221;</li>
<li>RunAsGroup = &#8220;ziproxy&#8221;</li>
<li>You may want to change the default port.</li>
</ul>
<p>I recommend to set up some authentication, otherwise your proxy might be abused by someone:<br />
Uncomment the line referring to a &#8220;PasswdFile&#8221;. This file should contain a username and a <strong>plain text</strong> password separated by a colon.</p>
<p>Test it:<br />
<code>ziproxy -d -c /usr/local/etc/ziproxy/ziproxy.conf</code><br />
Your proxy is now running. You have to configure your client to use it. This depends on which browser you are using. Below you will find a description on how to configure your Android smartphone.</p>
<p>Autostart:<br />
Copy the statup script to /etc/init.d:<br />
<code>cp etc/init.d/zipproxy /etc/init.d/</code></p>
<p>Edit the paths inside this file according to your configuration.</p>
<p>Now add it to some runlevels, e.g. 1 through 5, using a tool like sysv-rc-conf.</p>
<p><strong>How to configure a proxy on an Android smartphone</strong></p>
<ol>
<li>Install and launch Any Cut</li>
<li>Create a new shortcut -> Activity -> Proxy Settings</li>
<li>Launch the created shortcut.(You&#8217;ll find it on some of your home screens)</li>
<li>Enter your server&#8217;s domain and the port you specified in the config file</li>
<li>???</li>
<li>Profit</li>
</ol>
<ol>
]]></content:encoded>
			<wfw:commentRss>http://devnull.tdomhan.de/?feed=rss2&amp;p=324</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTC Desire adb driver for windows</title>
		<link>http://devnull.tdomhan.de/?p=320</link>
		<comments>http://devnull.tdomhan.de/?p=320#comments</comments>
		<pubDate>Sun, 27 Jun 2010 10:17:28 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://devnull.tdomhan.de/?p=320</guid>
		<description><![CDATA[If you want to  develop android applications on a windo [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to  develop android applications on a windows system you have to install a special usb driver, in order to debug directly on the device. When you plug in your device the first time windows will fail to install the appropriate drivers. In the device manager a exclamation point will appear beside the ADB device. ADB stands for Android Debug Bridge. If you are using a nexus one or G1 you must install the usb driver through the Android SDK and AVD manager. Afterwards let windows search the SDK folder for the usb driver. Voilà, that&#8217;s it.</p>
<p>However this will fail with a HTC Desire. Windows is not able to use the driver supplied by the Android SDK. In order to debug your application on a htc desire do the following:</p>
<ol>
<li>Connect your device to your PC.</li>
<li>Go to your phones SD Card.</li>
<li>There is a folder called HTC Sync 2.0.28, in which the installer for HTC Sync resides.</li>
<li>Install HTC Sync.</li>
<li>Ok. That&#8217;s it. You now got some crappy HTC sync software installed. However as a sideeffect the driver for the debug bridge is installed, too.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://devnull.tdomhan.de/?feed=rss2&amp;p=320</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>springer ebook crawler</title>
		<link>http://devnull.tdomhan.de/?p=300</link>
		<comments>http://devnull.tdomhan.de/?p=300#comments</comments>
		<pubDate>Wed, 18 Nov 2009 16:39:50 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[springer]]></category>

		<guid isPermaLink="false">http://devnull.tdomhan.de/?p=300</guid>
		<description><![CDATA[Springer ebooks are divided up into many small pdf file [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.springerlink.com/books/">Springer</a> ebooks are divided up into many small pdf files. Downloading them one at a time sucks. I wrote a little perl script that downloads purchased ebooks from the Springer website and concatenates them. It can be downloaded <a href="http://springer-ebook-crawler.googlecode.com/files/springer_0.3.zip">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnull.tdomhan.de/?feed=rss2&amp;p=300</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>creating images of encrypted partitions with partimage</title>
		<link>http://devnull.tdomhan.de/?p=292</link>
		<comments>http://devnull.tdomhan.de/?p=292#comments</comments>
		<pubDate>Wed, 28 Oct 2009 16:59:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[filesystems]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[encrypted]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[luks]]></category>
		<category><![CDATA[partimage]]></category>

		<guid isPermaLink="false">http://devnull.tdomhan.de/?p=292</guid>
		<description><![CDATA[partimage is a tool for creating images of whole partit [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.partimage.org/Main_Page">partimage</a> is a tool for creating images of whole partitions. It <a href="http://www.partimage.org/Supported-Filesystems">supports</a> all major file systems, like ext2/ext3. It will only backup the used blocks of a partition and thus save space. In order to do so, it needs to detect the type of the file system. Encrypted file systems can not be used directly. You first have to open the device:</p>
<pre>cryptsetup luksOpen /dev/sdXX SOMENAME</pre>
<p>After that you can use the new device <i>/dev/mapper/SOMENAME</i>. You have to specify this device directly on the command line, because it will not be auto detected by partimage in the <a href="http://en.wikipedia.org/wiki/Ncurses">ncurses</a> mode. Another important option is <b>-M</b>, which will not backup the <a href="http://en.wikipedia.org/wiki/Master_boot_record">MBR</a>. If you forget this parameter the whole thing will fail. In the end the command looks like that:</p>
<pre>partimage -z1 -d -M save /dev/mapper/SOMENAME FILENAME.img.gz</pre>
]]></content:encoded>
			<wfw:commentRss>http://devnull.tdomhan.de/?feed=rss2&amp;p=292</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new Ubuntu version approaching</title>
		<link>http://devnull.tdomhan.de/?p=287</link>
		<comments>http://devnull.tdomhan.de/?p=287#comments</comments>
		<pubDate>Thu, 22 Oct 2009 20:39:16 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[karmic]]></category>

		<guid isPermaLink="false">http://devnull.tdomhan.de/?p=287</guid>
		<description><![CDATA[In exactly one week from now a new version of Ubuntu wi [...]]]></description>
			<content:encoded><![CDATA[<p>In exactly one week from now a new version of Ubuntu will be released. The new features can be found in the <a href="http://www.ubuntu.com/getubuntu/releasenotes/910">release notes</a>.<br />
<script type="text/javascript" src="http://www.ubuntu.com/files/countdown/display2.js"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://devnull.tdomhan.de/?feed=rss2&amp;p=287</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu/debian raid10 installation</title>
		<link>http://devnull.tdomhan.de/?p=272</link>
		<comments>http://devnull.tdomhan.de/?p=272#comments</comments>
		<pubDate>Mon, 19 Oct 2009 21:31:47 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[LVM]]></category>
		<category><![CDATA[mdadm]]></category>
		<category><![CDATA[raid10]]></category>

		<guid isPermaLink="false">http://devnull.tdomhan.de/?p=272</guid>
		<description><![CDATA[I'm currently setting up a new file server. My first pl [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently setting up a new file server. My first plan was to use Ubuntu 8.04 LTS. The system has four sata drives, that should be combined to a raid10. Actually I wanted to use two raid1 which are combined into a striped logical volume via LVM. The server has no cd/dvd drive. Therefor an installation via PXE is the way to go. The text installer is capable of creation md raids and LVM volumes. Though I didn&#8217;t find any possibility to create a striped volume, neither in the debian nor in the ubuntu installer. </p>
<p>The solution is the following:<br />
1. create the md raids and the LVM volumes outside the installer, with some live system.(CD/DVD or USB)<br />
2. start the PXE installer<br />
3. in the partition editor choose &#8220;manual setup&#8221;(or something similar)<br />
4. the system will detect the created volumes which can be further used</p>
<p>This is only possibile with the current stable Debian installer, not with the Ubuntu 8.04 LTS installer. I don&#8217;t know if the situation change in a newer Ubuntu version. It probably did as they take the code from Debian. Whatever&#8230;so my server will be a Debian system.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnull.tdomhan.de/?feed=rss2&amp;p=272</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>software raid10 under linux</title>
		<link>http://devnull.tdomhan.de/?p=230</link>
		<comments>http://devnull.tdomhan.de/?p=230#comments</comments>
		<pubDate>Sat, 17 Oct 2009 22:14:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[md]]></category>
		<category><![CDATA[mdadm]]></category>
		<category><![CDATA[raid10]]></category>

		<guid isPermaLink="false">http://devnull.tdomhan.de/?p=230</guid>
		<description><![CDATA[There are two different ways to build a raid10 software [...]]]></description>
			<content:encoded><![CDATA[<p>There are two different ways to build a raid10 software raid under linux. The first just uses <a href="http://tldp.org/HOWTO/Software-RAID-0.4x-HOWTO.html">md</a> to build a raid10 and layer a <a href="http://en.wikipedia.org/wiki/Logical_Volume_Manager_%28Linux%29">Logical Volume Manager (LVM)</a> ontop.  The LVM is not necessarily needed, but it offers useful features like snapshots. The other approach involves creating two raid1 arrays with md and combining those to a stripe inside the LVM. I can&#8217;t tell which is technically the better solution. I read somewhere that the pure raid10 setup had a better performance. In order to find out I did a short benchmark with bonnnie++ on a machine with four sata drives. The results can be seen here:</p>
<div style="width :450px; height : auto; overflow : auto;margin-top:0px;border: none;padding:0px;padding-top:0px;padding-bottom:0px;">
<TABLE ALIGN=center BORDER=3 CELLPADDING=2 CELLSPACING=1 style="margin:0px;margin-top:0px;padding:0px;"><br />
<TR><TD COLSPAN=2 class="header"></TD><br />
<TD COLSPAN=6 ><FONT SIZE=+2><B>Sequential Output</B></FONT></TD><br />
<TD COLSPAN=4 ><FONT SIZE=+2><B>Sequential Input</B></FONT></TD><br />
<TD COLSPAN=2 ROWSPAN=2 ><FONT SIZE=+2><B>Random<BR>Seeks</B></FONT></TD><br />
<TD COLSPAN=1 ></TD></p>
<p><TD COLSPAN=6 ><FONT SIZE=+2><B>Sequential Create</B></FONT></TD><br />
<TD COLSPAN=6 ><FONT SIZE=+2><B>Random Create</B></FONT></TD><br />
</tr>
<p><TR><TD></TD><TD>Size:Chunk Size</TD><TD COLSPAN=2>Per Char</TD><TD COLSPAN=2>Block</TD><TD COLSPAN=2>Rewrite</TD><TD COLSPAN=2>Per Char</TD><TD COLSPAN=2>Block</TD><TD>Num Files</TD><TD COLSPAN=2>Create</TD><TD COLSPAN=2>Read</TD><TD COLSPAN=2>Delete</TD><TD COLSPAN=2>Create</TD><TD COLSPAN=2>Read</TD><TD COLSPAN=2>Delete</TD></TR><TR><TD COLSPAN=2></TD><TD ><FONT SIZE=-2>K/sec</FONT></TD><TD ><FONT SIZE=-2>% CPU</FONT></TD><TD ><FONT SIZE=-2>K/sec</FONT></TD><TD ><FONT SIZE=-2>% CPU</FONT></TD><TD><FONT SIZE=-2>K/sec</FONT></TD><TD ><FONT SIZE=-2>% CPU</FONT></TD><TD ><FONT SIZE=-2>K/sec</FONT></TD><TD class="ksec"><FONT SIZE=-2>% CPU</FONT></TD><TD class="ksec"><FONT SIZE=-2>K/sec</FONT></TD><TD class="ksec"><FONT SIZE=-2>% CPU</FONT></TD><TD class="ksec"><FONT SIZE=-2>/ sec</FONT></TD><TD class="ksec"><FONT SIZE=-2>% CPU</FONT></TD><TD></TD><TD class="ksec"><FONT SIZE=-2>/ sec</FONT></TD><TD class="ksec"><FONT SIZE=-2>% CPU</FONT></TD><TD class="ksec"><FONT SIZE=-2>/ sec</FONT></TD><TD class="ksec"><FONT SIZE=-2>% CPU</FONT></TD><TD class="ksec"><FONT SIZE=-2>/ sec</FONT></TD><TD class="ksec"><FONT SIZE=-2>% CPU</FONT></TD><TD class="ksec"><FONT SIZE=-2>/ sec</FONT></TD><TD class="ksec"><FONT SIZE=-2>% CPU</FONT></TD><TD class="ksec"><FONT SIZE=-2>/ sec</FONT></TD><TD class="ksec"><FONT SIZE=-2>% CPU</FONT></TD><TD class="ksec"><FONT SIZE=-2>/ sec</FONT></TD><TD class="ksec"><FONT SIZE=-2>% CPU</FONT></TD></TR></p>
<p><TR><TD class="rowheader"><FONT SIZE=+1><B>2x RAID1 + LVM</B></FONT></TD><TD class="size">1488M</TD><TD>12595</TD><TD>97</TD><TD>81768</TD><TD>92</TD><TD>67659</TD><TD>57</TD><TD>14597</TD><TD>98</TD><TD>83011</TD><TD>17</TD><TD>372.4</TD><TD>3</TD><TD>256</TD><TD>10707</TD><TD>68</TD><TD>6156</TD><TD>15</TD><TD>4382</TD><TD>25</TD><TD>8580</TD><TD>56</TD><TD>3795</TD><TD>10</TD><TD>2912</TD><TD>18</TD></TR></p>
<p><TR><TD class="rowheader"><FONT SIZE=+1><B>RAID10 + LVM</B></FONT></TD><TD class="size">1488M</TD><TD>12599</TD><TD>97</TD><TD>80165</TD><TD>88</TD><TD>35164</TD><TD>29</TD><TD>13970</TD><TD>94</TD><TD>55343</TD><TD>13</TD><TD>371.5</TD><TD>2</TD><TD>256</TD><TD>12129</TD><TD>76</TD><TD>5738</TD><TD>13</TD><TD>4061</TD><TD>23</TD><TD>9966</TD><TD>63</TD><TD>3217</TD><TD>9</TD><TD>3141</TD><TD>19</TD></TR><br />
</TABLE>
</div>
<p>The benchmark shows, that there is not that big of a difference between those two.</p>
<p>But there is one point that made my decision. It is currently <b>not possible to resize a raid10</b>. Though is is possible to  resize the two raid1 arrays individually. </p>
]]></content:encoded>
			<wfw:commentRss>http://devnull.tdomhan.de/?feed=rss2&amp;p=230</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android tethering without root access</title>
		<link>http://devnull.tdomhan.de/?p=226</link>
		<comments>http://devnull.tdomhan.de/?p=226#comments</comments>
		<pubDate>Tue, 29 Sep 2009 20:46:13 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[tethering]]></category>

		<guid isPermaLink="false">http://devnull.tdomhan.de/?p=226</guid>
		<description><![CDATA[I stumbled upon a nice piece of software called Azilink [...]]]></description>
			<content:encoded><![CDATA[<p>I stumbled upon a nice piece of software called <a href="http://code.google.com/p/azilink/">Azilink</a>. It allows you to use your Android phone to connect to the Internet. You first need to create an connection to the phone with the help of the Android debugger.  On the phone Azilink provides an openvpn server. Next you have to start the openvpn client software in order to connect to it. Furthermore the IP address of an DNS server is needed. Detailed instructions can be found on the google code project page: http://code.google.com/p/azilink/</p>
]]></content:encoded>
			<wfw:commentRss>http://devnull.tdomhan.de/?feed=rss2&amp;p=226</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android SDK under Ubuntu 9.04</title>
		<link>http://devnull.tdomhan.de/?p=223</link>
		<comments>http://devnull.tdomhan.de/?p=223#comments</comments>
		<pubDate>Tue, 01 Sep 2009 20:52:44 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://devnull.tdomhan.de/?p=223</guid>
		<description><![CDATA[In order to connect to your usb connected Android phone [...]]]></description>
			<content:encoded><![CDATA[<p>In order to connect to your usb connected Android phone from you Android SDK under Ubuntu 9.04, you have to do the following:</p>
<p>1. Login as root and create the file:</p>
<pre> /etc/udev/rules.d/51-android.rules</pre>
<p>The name is important. If you replace the 51 with a 50 all will fail!</p>
<p>2. Copy the following into the file:</p>
<pre>SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666" </pre>
<p>3. restart udev</p>
<pre>sudo /etc/init.d/udev reload</pre>
<p>4.Plugin you debugging enabled Android phone</p>
<p>5. inside your SDK folder run:</p>
<pre>tools/adb devices</pre>
<p>if everything worked fine you phone should be listed.<br />
6. enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://devnull.tdomhan.de/?feed=rss2&amp;p=223</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Win Vista -&gt; Win 7 upgrade</title>
		<link>http://devnull.tdomhan.de/?p=215</link>
		<comments>http://devnull.tdomhan.de/?p=215#comments</comments>
		<pubDate>Sun, 23 Aug 2009 12:03:52 +0000</pubDate>
		<dc:creator>tdomhan</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://devnull.tdomhan.de/?p=215</guid>
		<description><![CDATA[Yesterday I upgraded from Win Vista to Win 7. The proce [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I upgraded from Win Vista to Win 7. The process itself takes quite a while, but is quite smooth. All your settings and and programs will be preserved. (Doing a backup before upgrading is recommended, though)<br />
My windows partition was quite full before the upgrade. You need 16GB of free space for the upgrade. It was quite a struggle to free so much space. To my suprise after the upgrade 33GB of 70GB were free. So Win 7 seams to need less HD space. All drivers work after the upgrade. I didn&#8217;t have to install any new. Well exept one.. the tap driver. It is needed to create virtual network interface cards. This might render openvpn unsable. We&#8217;ll see in october when I need openvpn to access the internet inside the university. But I will probably use my Ubuntu there&#8230;so who cares?<br />
Ok there is another problem concerning the ext drivers, which allow me to access partitions of my linux installation(and my external HD). You can install them in windows vista compatibilty mode. But upon reboot the partitions will be gone and you have to reinstall the drivers. This could get quite annoying. But well&#8230; I&#8217;m planning to build a fileserver, so that windows can access my external HD via SMB. To sum up:</p>
<ul>
<li>smooth upgrade procedure from win vista to win 7</li>
<li>win7 needs less HD space</li>
<li>win tap drivers not working</li>
<li>ext drivers not fully working</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://devnull.tdomhan.de/?feed=rss2&amp;p=215</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
