<?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>jars.de - Java und Technologie &#187; Linux</title>
	<atom:link href="http://jars.de/themen/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://jars.de</link>
	<description>Blog über Java, JEE, JSF, EJB 3.0, Tools, Ubuntu, Windows, Technologie</description>
	<lastBuildDate>Thu, 15 Jul 2010 11:03:57 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Clonen von Festplatten oder Partitionen mit Linux</title>
		<link>http://jars.de/tools/clonen-von-festplatten-oder-partitionen-mit-linux</link>
		<comments>http://jars.de/tools/clonen-von-festplatten-oder-partitionen-mit-linux#comments</comments>
		<pubDate>Tue, 29 Dec 2009 12:00:50 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Clone]]></category>
		<category><![CDATA[Datenrettung]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[ddrescue]]></category>
		<category><![CDATA[Rescue]]></category>

		<guid isPermaLink="false">http://jars.de/?p=539</guid>
		<description><![CDATA[Mit Linux kann im Gegensatz zu Windows eine Festplatte sehr einfach kopiert werden, auch in eine Datei. Linux kann eine Partition oder eine komplette Festplatte genau wie eine normale Datei ansprechen (z.B. /dev/hda1 oder /dev/hda). Dazu kann man eins der bootbaren CD basierten Linux Systeme nutzen, z.B. Sysclone oder den Klassiker Knoppix. Im Terminal kann [...]]]></description>
			<content:encoded><![CDATA[<p>Mit Linux kann im Gegensatz zu Windows eine Festplatte sehr einfach kopiert werden, auch in eine Datei. Linux kann eine Partition oder eine komplette Festplatte genau wie eine normale Datei ansprechen (z.B. /dev/hda1 oder /dev/hda). Dazu kann man eins der bootbaren CD basierten Linux Systeme nutzen, z.B. <a href="http://sysclone.de/">Sysclone</a> oder den Klassiker <a href="http://www.knoppix.org/">Knoppix</a>. Im Terminal kann man einfach eins der Kommandos <a href="http://de.wikipedia.org/wiki/Dd_%28Unix%29">cp, dd, gzip</a> oder <a href="http://www.gnu.org/software/ddrescue/ddrescue.html">ddrescue</a> nutzen. Der Vorteil von ddrescue ist, dass es auch mit fehlerhaften Sektoren klar kommt und zudem schneller ist. Daf&#252;r kann ddrescue allerdings keine komprimierten Dateien erzeugen.</p>
<p>Zun&#228;chst muss man rausfinden, unter welchem Device eine Festplatte oder Partition unter Linux eingebunden ist. Dazu kann man z.B. fdisk nutzen; mit der Option -l werden die Festplatten inklusive ihrer Partitionen aufgelistet:</p>
<blockquote><p><strong>fdisk -l</strong></p></blockquote>
<p>Beispiel: Partition in eine komprimierte Datei schreiben</p>
<blockquote><p><strong>dd if=/dev/hda1 | gzip > /tmp/partition_image.gz</strong></p></blockquote>
<p>Beispiel: Festplatte mit ddrescue in Imagedatei schreiben</p>
<blockquote><p><strong>ddrescue /dev/hda /tmp/diskimage</strong></p></blockquote>
<p>Aufgrund der Gr&#246;&#223;e von Imagedateien ist die Wahrscheinlichkeit recht gro&#223; dass man als Windows User eine NTFS Festplatte als Speicherort w&#228;hlt. Hierzu muss die NTFS Partition als schreibbare Partition gemountet werden (mount -t ntfs funktioniert nicht), z.B. mit <a href="http://www.ntfs-3g.org/">NTFS-3G</a>:</p>
<blockquote><p><strong>mount -t ntfs-3g /dev/hdb1 /mnt</strong></p></blockquote>
<p>Das war auch schon alles was man an Linux Tools ben&#246;tigt um schnell Komplett-Backups anfertigen oder Festplatten kopieren.</p>

	<b>Tags:</b> <a href="http://jars.de/tag/clone" title="Clone" rel="tag">Clone</a>, <a href="http://jars.de/tag/datenrettung" title="Datenrettung" rel="tag">Datenrettung</a>, <a href="http://jars.de/tag/dd" title="dd" rel="tag">dd</a>, <a href="http://jars.de/tag/ddrescue" title="ddrescue" rel="tag">ddrescue</a>, <a href="http://jars.de/tag/rescue" title="Rescue" rel="tag">Rescue</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li>Keine</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/tools/clonen-von-festplatten-oder-partitionen-mit-linux/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dienste unter Debian und Ubuntu</title>
		<link>http://jars.de/linux/dienste-unter-debian-und-ubuntu</link>
		<comments>http://jars.de/linux/dienste-unter-debian-und-ubuntu#comments</comments>
		<pubDate>Sun, 01 Jun 2008 12:53:33 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Booten]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[rcconf]]></category>
		<category><![CDATA[Runlevel]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://jars.de/?p=169</guid>
		<description><![CDATA[Die Handhabung von Diensten (Services) auf Shell-Ebene ist f&#252;r Debian und Ubuntu Neulinge nicht immer intuitiv. Hier der Versuch, das Wichtigste zusammenzufassen: Dienste manuell starten und stoppen Runlevel beim Bootvorgang Dienste automatisch beim Booten starten oder deaktivieren (rcconf) Im Verzeichnisen /etc/init.d sind Skripte f&#252;r Dienste hinterlegt, die jeweils zum Starten und Beenden eines Dienstes benutzt [...]]]></description>
			<content:encoded><![CDATA[<p>Die Handhabung von Diensten (Services) auf Shell-Ebene ist f&#252;r Debian und Ubuntu Neulinge nicht immer intuitiv. Hier der Versuch, das Wichtigste zusammenzufassen:</p>
<ul>
<li>Dienste manuell starten und stoppen</li>
<li>Runlevel beim Bootvorgang</li>
<li>Dienste automatisch beim Booten starten oder deaktivieren (rcconf)</li>
</ul>
<p><span id="more-169"></span>Im Verzeichnisen <strong>/etc/init.d</strong> sind Skripte f&#252;r Dienste hinterlegt, die jeweils zum Starten und Beenden eines Dienstes benutzt werden. Diese m&#252;ssen unter Debian als root beziehungsweise unter Ubuntu mit sudo gestartet werden. Zum Beispiel startet man Apache 2 mit <strong>/etc/init.d/apache2 start</strong>. Anstatt start gibt es unter anderem auch restart und stop als Kommando f&#252;r das Skript um den Dienst zu stoppen oder neuzustarten.</p>
<p>Linux unterteilt den Bootvorgang in Runlevel, die nacheinander ausgef&#252;hrt werden: S, 1, 2(,..). Runlevel 2 ist bie Debian und Ubuntu der Standard Nutzer-Level, unter dem zum Beispiel auch Apache l&#228;uft. Runlevel 0 ist f&#252;r das Herunterfahren relevant. In den Verzeichnissen /etc/rcX.d ist hinterlegt welche Dienste in welchen Runlevels (X=S,1,2,&#8230;) gestartet/gestoppt werden. Mit <strong>ls /etc/rc2.d/</strong> kann man sich die Dienste f&#252;r Runlevel 2 beschreiben lassen. Ein vorangestelltes S bedeutet hier, dass der Dienst tats&#228;chlich gestartet wird; ein K steht f&#252;r das Beenden (oder das &#8220;Nicht-Starten&#8221;) eines Dienstes. Die zweistellige Zahl nach dem S oder K beschreibt die Reihenfolge w&#228;hrend des Startens oder Herunterfahrens. (K Wert=100-S). Man k&#246;nnte nun die zu startenden Dienste durch Umbenennen in /etc/rcX.d oder das Kommando update-rc.d verwenden. Das Kommando rcconf ist im Umgang mit Anwendungs-Diensten (Runlevel 2) jedoch wesentlich einfacher zu handhaben, wie wir gleich sehen werden:<br />
<img src="http://jars.de/wp-content/uploads/rcconf.gif" alt="rcconf" title="rcconf" class="alignnone size-full wp-image-170" /><br />
Nach der Installation (<strong>apt-get install rcconf</strong>) ruft man das Kommando <strong>rcconf</strong> einfach parameterlos auf. Es &#246;ffnet sich eine einfache Oberfl&#228;che, die alle vorhandenen Dienste darstellt. Ein Sternchen [*] hei&#223;t dabei, dass der Dienst beim Booten automatisch gestartet wird. Mit der Leertaste kann man die Dienste ganz einfach aktivieren oder deaktivieren. Mit der Tab Taste kommt man weiter zu &#8220;OK&#8221; um die &#196;nderungen zu Speichern. Die &#196;nderungen werden beim n&#228;chsten Startvorgang &#252;bernommen, den man z.B. durch das Kommando reboot manuell ausl&#246;sen kann.</p>
<p>Aus Sicherheitsgr&#252;nden empfiehlt es sich nicht benutzte Dienste zu deaktivieren. Nebenbei ist das nat&#252;rlich auch Ressourcen-schonender, was vor allem bei kleinen Servern/vServern eine Rolle spielen kann.</p>

	<b>Tags:</b> <a href="http://jars.de/tag/apache" title="Apache" rel="tag">Apache</a>, <a href="http://jars.de/tag/booten" title="Booten" rel="tag">Booten</a>, <a href="http://jars.de/tag/debian" title="Debian" rel="tag">Debian</a>, <a href="http://jars.de/tag/rcconf" title="rcconf" rel="tag">rcconf</a>, <a href="http://jars.de/tag/runlevel" title="Runlevel" rel="tag">Runlevel</a>, <a href="http://jars.de/tag/shell" title="Shell" rel="tag">Shell</a>, <a href="http://jars.de/tag/ubuntu" title="Ubuntu" rel="tag">Ubuntu</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/english/how-to-set-up-glassfish-2-on-debian-or-ubuntu" title="How-to set up Glassfish 2 on Debian or Ubuntu (8. Juni 2008)">How-to set up Glassfish 2 on Debian or Ubuntu</a> (4)</li>
	<li><a href="http://jars.de/linux/update-kubuntu-704-vmware-images" title="Update: (K)Ubuntu 7.04 VMware Images (26. Juni 2007)">Update: (K)Ubuntu 7.04 VMware Images</a> (6)</li>
	<li><a href="http://jars.de/linux/ubuntu-linux" title="Ubuntu Linux (9. Februar 2007)">Ubuntu Linux</a> (5)</li>
	<li><a href="http://jars.de/english/ubuntu-804-vmware-image-download-english" title="Ubuntu 8.04 VMware Image Download (English) (26. April 2008)">Ubuntu 8.04 VMware Image Download (English)</a> (20)</li>
	<li><a href="http://jars.de/linux/ubuntu-804-vmware-image-download" title="Ubuntu 8.04 VMware Image Download (25. April 2008)">Ubuntu 8.04 VMware Image Download</a> (61)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/linux/dienste-unter-debian-und-ubuntu/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.04 VMware Image Download</title>
		<link>http://jars.de/linux/ubuntu-804-vmware-image-download</link>
		<comments>http://jars.de/linux/ubuntu-804-vmware-image-download#comments</comments>
		<pubDate>Fri, 25 Apr 2008 07:31:16 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[8.04]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware Image]]></category>

		<guid isPermaLink="false">http://jars.de/linux/ubuntu-804-vmware-image-download</guid>
		<description><![CDATA[Ubuntu 8.04 Desktop gibt es hier als VMware Image. Das virtuelle Linux System ist mit allen Anwendungen sofort benutzbar (z.B. mit dem kostenlosen VMware Player). Damit ist es ideal zum Ausprobieren oder als unter Windows lauff&#228;higes Zweitbetriebssystem. Die Installation wurde auf Deutsch durchgef&#252;hrt und beinhaltet die aktuellen VMware Tools. Zus&#228;tzlich ist noch Java 6 und [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jars.de/screenshots/vmware-ubuntu-804.gif" /></p>
<p>Ubuntu 8.04 Desktop gibt es hier als VMware Image. Das virtuelle Linux System ist mit allen Anwendungen sofort benutzbar (z.B. mit dem kostenlosen <a href="http://www.vmware.com/de/products/player/">VMware Player</a>). Damit ist es ideal zum Ausprobieren oder als unter Windows lauff&#228;higes Zweitbetriebssystem. Die Installation wurde auf Deutsch durchgef&#252;hrt und beinhaltet die aktuellen VMware Tools. Zus&#228;tzlich ist noch <a href="http://jars.de/java/java-unter-ubuntu-704">Java</a> 6 und <a href="http://jars.de/java/eclipse/eclipse-33-europa">Eclipse 3.3 Europa</a> installiert.<br />
<span id="more-162"></span><br />
<strong>Benutzername: jars<br />
Passwort: jars<br />
root Passwort: Gibt es in Ubuntu nicht! Stattdessen bitte <a href="http://wiki.ubuntuusers.de/sudo">sudo</a> verwenden.</strong></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5680092101455126";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "F9F9F9";
google_color_bg = "F9F9F9";
google_color_link = "2E8FC6";
google_color_text = "333333";
google_color_url = "333333";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
Folgende Einstellungen wurden f&#252;r die VM verwendet:<br />
RAM: 512 MB RAM<br />
Bildschirmgr&#246;&#223;e: 1024&#215;768<br />
Sprache und Tastatur: Deutsch<br />
Partitionsgr&#246;&#223;e: 20 GB (dynamisch)</p>
<p><img src="http://jars.de/bilder/ubuntu16.png" align="left" height="16" width="16" />  <a href="http://kill-9.eu/jars/download-page.php?file=Ubuntu_804_VMware.rar" target="_blank"><strong>Download Ubuntu 8.04 VMware (Server 1)</strong></a>  (keine Resumes, keine Download Manager)<br />
<img src="http://jars.de/bilder/ubuntu16.png" align="left" height="16" width="16" />  <a href="http://87.118.112.172/jars/download-page.php?file=Ubuntu_804_VMware.rar" target="_blank"><strong>Download Ubuntu 8.04 VMware (Server 2)</strong></a>  (keine Resumes, keine Download Manager)<br />
(711 MB, entpackt 2,87 GB)</p>
<p>Bitte nach dem Download unbedingt die Checksumme pr&#252;fen. Gibt es hier Abweichungen kann das Archiv meistens repariert werden kann (siehe FAQ).</p>
<p>MD5: 73D05F53EAA9D5AB7AB6E6C1FA0CF037<br />
SHA1: 92F84ADE4E09119A21C7CF62B47114FE1F0F3297<br />
CRC32: C60A7538</p>
<p>Das RAR Archiv kann zum Beispiel mit <a href="http://www.winrar.de/" target="_blank">WinRAR</a> entpackt werden. F&#252;r die Ausf&#252;hrung der VM ist ein VMware Produkt, beispielsweise der kostenlose <a href="http://jars.de/tools/vmware-server-vs-player">VMware Server oder Player</a>, n&#246;tig.</p>
<p>Die Nutzung erfolgt ausschlie&#223;lich auf eigene Gefahr ohne jegliche Gew&#228;hrleistungs- oder Haftungsanspr&#252;che.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5680092101455126";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "F9F9F9";
google_color_bg = "F9F9F9";
google_color_link = "2E8FC6";
google_color_text = "333333";
google_color_url = "333333";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p><strong>FAQs</strong></p>
<p><strong>Gibt es ein &#8220;root&#8221; Konto?</strong> Unter Ubuntu ist es aus Sicherheitsgr&#252;nden standardm&#228;&#223;ig deaktiviert und wird &#252;blicherweise nicht auch ben&#246;tigt. Stattdessen wird der Befehl sudo verwendet.</p>
<p><strong>Wurden die VMware Tools installiert?</strong> Ja, die Installationsdateien und das Installationslog liegen im jars home Verzeichnis. Damit k&#246;nnen sie gegebenenfalls neu installiert werden. <strong>Achtung:</strong> das VMware Folder Sharing geht noch nicht.</p>
<p><strong>Die heruntergeladene RAR Datei scheint korrupt zu sein (CRC Fehler) &#8211; muss sie neu heruntergeladen werden?</strong> Nein, das RAR Archiv besitzt Wiederherstellungsdaten (recovery record) und kann somit in der Regel repariert werden. In WinRAR gibt es dazu den Menupunkt &#8220;Tools -&gt; Repair Archive&#8221; beziehungsweise die Tastenkombination Alt+R. Der MD5 Hash f&#252;r die &#8211; gegebenenfalls reparierte &#8211; Datei muss dem oben angegebenen Wert entsprechen.</p>

	<b>Tags:</b> <a href="http://jars.de/tag/804" title="8.04" rel="tag">8.04</a>, <a href="http://jars.de/tag/download" title="Download" rel="tag">Download</a>, <a href="http://jars.de/tag/ubuntu" title="Ubuntu" rel="tag">Ubuntu</a>, <a href="http://jars.de/tag/vmware" title="VMware" rel="tag">VMware</a>, <a href="http://jars.de/tag/vmware-image" title="VMware Image" rel="tag">VMware Image</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/english/ubuntu-804-vmware-image-download-english" title="Ubuntu 8.04 VMware Image Download (English) (26. April 2008)">Ubuntu 8.04 VMware Image Download (English)</a> (20)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download-english" title="Ubuntu 7.10 VMware Image Download (English) (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download (English)</a> (105)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download" title="Ubuntu 7.10 VMware Image Download (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download</a> (26)</li>
	<li><a href="http://jars.de/linux/ubuntu-704-vmware-image-download" title="Ubuntu 7.04 VMware Image Download (20. April 2007)">Ubuntu 7.04 VMware Image Download</a> (57)</li>
	<li><a href="http://jars.de/sonstiges/torrent-downloads" title="Torrent Downloads (21. Oktober 2007)">Torrent Downloads</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/linux/ubuntu-804-vmware-image-download/feed</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
		<item>
		<title>Android</title>
		<link>http://jars.de/java/android</link>
		<comments>http://jars.de/java/android#comments</comments>
		<pubDate>Tue, 13 Nov 2007 22:47:30 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Smartphone]]></category>

		<guid isPermaLink="false">http://jars.de/gadgets/android</guid>
		<description><![CDATA[Android ist die neue Open Source Plattform f&#252;r Smartphones, die unter der F&#252;hrung von Google entstanden ist. Das SDK gibt es bereits als Download. Die Android Developer Challenge h&#228;lt 10 Millionen US$ f&#252;r die besten Applikationen bereit, die mit Anroid entwickelt werden. Wie man mit der Eclipse basierten IDE anf&#228;ngt, zeigt die Hello World Demo. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/android/index.html">Android</a> ist die neue Open Source Plattform f&#252;r Smartphones, die unter der F&#252;hrung von Google entstanden ist.<br />
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/1FJHYqE0RDg&#038;rel=0&#038;border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/1FJHYqE0RDg&#038;rel=0&#038;border=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object><br />
<span id="more-127"></span><br />
Das SDK gibt es bereits als <a href="http://code.google.com/android/download.html">Download</a>. Die <a href="http://code.google.com/android/adc.html">Android Developer Challenge</a> h&#228;lt 10 Millionen US$ f&#252;r die besten Applikationen bereit, die mit Anroid entwickelt werden. Wie man mit der Eclipse basierten IDE anf&#228;ngt, zeigt die <a href="http://code.google.com/android/intro/hello-android.html">Hello World</a> Demo.</p>
<p>Die <a href="http://code.google.com/android/what-is-android.html">Schichten-Architektur von Android</a> besteht auf einem Linux Kernel, grundlegenden Libraries, der Dalvik Virtual Machine (Java ohne Java SDK!?) und dem Application Framework auf dem schlie&#223;lich Anwendungen aufbauen:<br />
<img src="http://code.google.com/android/images/system-architecture.jpg" alt="Android Architecture" width="675"/></p>
<p>Die grundlegende Architektur wird auch in diesem Video vorgestellt (englisch):<br />
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/QBGfUs9mQYY&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/QBGfUs9mQYY&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>

	<b>Tags:</b> <a href="http://jars.de/tag/android" title="Android" rel="tag">Android</a>, <a href="http://jars.de/tag/gadgets" title="Gadgets" rel="tag">Gadgets</a>, <a href="http://jars.de/tag/google" title="Google" rel="tag">Google</a>, <a href="http://jars.de/tag/mobile" title="Mobile" rel="tag">Mobile</a>, <a href="http://jars.de/tag/os" title="OS" rel="tag">OS</a>, <a href="http://jars.de/tag/sdk" title="SDK" rel="tag">SDK</a>, <a href="http://jars.de/tag/smartphone" title="Smartphone" rel="tag">Smartphone</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/fun/another-great-reason-for-multi-touch-on-android" title="Another great reason for multi touch on Android (25. Januar 2008)">Another great reason for multi touch on Android</a> (0)</li>
	<li><a href="http://jars.de/java/android-developer-challenge" title="Android Developer Challenge (5. Januar 2008)">Android Developer Challenge</a> (0)</li>
	<li><a href="http://jars.de/java/questions-about-android" title="Questions about Android (20. Januar 2008)">Questions about Android</a> (1)</li>
	<li><a href="http://jars.de/mobile/nokia-neue-mobile-plattform-mit-qtopia" title="Nokia: neue mobile Plattform mit Qtopia? (28. Januar 2008)">Nokia: neue mobile Plattform mit Qtopia?</a> (3)</li>
	<li><a href="http://jars.de/english/new-android-apps-mwc" title="New Android Apps (MWC) (11. Februar 2008)">New Android Apps (MWC)</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/java/android/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ubuntu 7.10 VMware Image Download (English)</title>
		<link>http://jars.de/linux/ubuntu-710-vmware-image-download-english</link>
		<comments>http://jars.de/linux/ubuntu-710-vmware-image-download-english#comments</comments>
		<pubDate>Sun, 21 Oct 2007 18:54:16 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Gutsy Gibbon]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 7.10]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware Image]]></category>

		<guid isPermaLink="false">http://jars.de/linux/ubuntu-710-vmware-image-download-english</guid>
		<description><![CDATA[An Ubuntu 7.10 (Gutsy Gibbon) VMware Image is available here for download. This virtual Linux system with all its applications is usable out-of-the-box (e.g. with the free VMware Player). Thus, it is perfect to test drive Ubuntu or as a secondary operating system running within Windows. The image already comes with the current VMware Tools, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jars.de/screenshots/vmware-ubuntu-704.gif" /></p>
<p>An Ubuntu 7.10 (Gutsy Gibbon) VMware Image is available here for download. This virtual Linux system with all its applications is usable out-of-the-box (e.g. with the free <a href="http://www.vmware.com/products/player/">VMware Player</a>). Thus, it is perfect to test drive Ubuntu or as a secondary operating system running within Windows. The image already comes with the current VMware Tools, Java 6, and Eclipse 3.3 Europa.<br />
<span id="more-124"></span><br />
<strong>User name: jars<br />
Password: jars<br />
Root password: there is none in Ubuntu! Please Use <a href="http://en.wikipedia.org/wiki/Sudo">sudo</a> instead.</strong></p>
<p><!--adsense--><br />
VM settings:<br />
RAM: 512 MB RAM<br />
Screen size: 1024&#215;768<br />
Language and keyboard: English<br />
Partition size: 12 GB (dynamic)</p>
<div style="float: right; margin-left: 10px"><a href="http://jars.de/linux/ubuntu-710-vmware-image-download"><img src="http://jars.de/bilder/deutsch16.gif" alt="Deutsch" align="bottom"/>Deutsche Version</a></div>
<p><img src="http://jars.de/bilder/ubuntu16.png" align="left" height="16" width="16" />  <a href="http://jars.de/downloads/Ubuntu_710_VMware_EN.rar.torrent" target="_blank"><strong>Download Ubuntu 7.10 VMware Torrent</strong></a> (recommended)<br />
<img src="http://jars.de/bilder/ubuntu16.png" align="left" height="16" width="16" />  <a href="http://kill-9.eu/jars/download-page.php?file=Ubuntu_710_VMware_EN.rar" target="_blank"><strong>Download Ubuntu 7.10 VMware</strong></a>  (no resumes, no download managers)<br />
<img src="http://jars.de/bilder/ubuntu16.png" align="left" height="16" width="16" />  <a href="http://87.118.112.172/jars/download-page.php?file=Ubuntu_710_VMware_EN.rar" target="_blank">Download Ubuntu 7.10 VMware</a>  (no resumes, no download managers)<br />
(657 MB, uncompressed 2.6 GB)</p>
<p>Please check the checksums after downloading. If they do not match, it is likely that the downloaded archive can be repaired (see FAQ).</p>
<p>MD5: DDBB82A2F07278CE5379B62E405C486B<br />
SHA1: 00386744EDE928CEBABB003F12A6A5BCB0C56858<br />
CRC32: CA08ACF3</p>
<p>The RAR archive can be unpacked with <a href="http://www.winrar.de/" target="_blank">WinRAR</a> for example. For running the VM a VMware product is required, e.g. the free <a href="http://www.vmware.com/products/player/">VMware Player</a>.</p>
<p>The image is provided &#8220;as is&#8221; without any kind of warranty.</p>
<p><!--adsense--></p>
<p><strong>FAQs</strong></p>
<p><strong>Is there a &#8220;root&#8221; account?</strong> For security reasons, the root account is disabled in Ubuntu, and you do not need it. Instead use the command <code>sudo</code>.</p>
<p><strong>The downloaded RAR archive seems corrupt (CRC error) &#8211; must it be download again?</strong> No, the RAR archive has a recovery record and can often be repaired. In WinRAR, choose &#8220;Tools -&gt; Repair Archive&#8221; from its menu or press Alt+R. After repairing, the checksums should match the values listed before.</p>
<p>If you have trouble downloading, you may try the <a href="http://87.118.112.172/jars/download-page.php?file=Ubuntu_710_VMware_EN.rar" target="_blank">backup server</a>.</p>

	<b>Tags:</b> <a href="http://jars.de/tag/download" title="Download" rel="tag">Download</a>, <a href="http://jars.de/tag/english" title="English" rel="tag">English</a>, <a href="http://jars.de/tag/gutsy-gibbon" title="Gutsy Gibbon" rel="tag">Gutsy Gibbon</a>, <a href="http://jars.de/tag/ubuntu" title="Ubuntu" rel="tag">Ubuntu</a>, <a href="http://jars.de/tag/ubuntu-710" title="Ubuntu 7.10" rel="tag">Ubuntu 7.10</a>, <a href="http://jars.de/tag/vmware" title="VMware" rel="tag">VMware</a>, <a href="http://jars.de/tag/vmware-image" title="VMware Image" rel="tag">VMware Image</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download" title="Ubuntu 7.10 VMware Image Download (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download</a> (26)</li>
	<li><a href="http://jars.de/english/ubuntu-804-vmware-image-download-english" title="Ubuntu 8.04 VMware Image Download (English) (26. April 2008)">Ubuntu 8.04 VMware Image Download (English)</a> (20)</li>
	<li><a href="http://jars.de/linux/ubuntu-804-vmware-image-download" title="Ubuntu 8.04 VMware Image Download (25. April 2008)">Ubuntu 8.04 VMware Image Download</a> (61)</li>
	<li><a href="http://jars.de/linux/ubuntu-704-vmware-image-download" title="Ubuntu 7.04 VMware Image Download (20. April 2007)">Ubuntu 7.04 VMware Image Download</a> (57)</li>
	<li><a href="http://jars.de/sonstiges/torrent-downloads" title="Torrent Downloads (21. Oktober 2007)">Torrent Downloads</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/linux/ubuntu-710-vmware-image-download-english/feed</wfw:commentRss>
		<slash:comments>105</slash:comments>
		</item>
		<item>
		<title>Ubuntu 7.10 VMware Image Download</title>
		<link>http://jars.de/linux/ubuntu-710-vmware-image-download</link>
		<comments>http://jars.de/linux/ubuntu-710-vmware-image-download#comments</comments>
		<pubDate>Sun, 21 Oct 2007 08:17:40 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Deutsch]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Gutsy Gibbon]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 7.10]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware Image]]></category>

		<guid isPermaLink="false">http://jars.de/linux/ubuntu-710-vmware-image-download</guid>
		<description><![CDATA[Ubuntu 7.10 (Gutsy Gibbon) wird hier als VMware Image zum Download angeboten. Das virtuelle Linux System ist mit allen Anwendungen sofort benutzbar (z.B. mit dem kostenlosen VMware Player). Damit ist es ideal zum Ausprobieren oder als unter Windows lauff&#228;higes Zweitbetriebssystem. Die Installation wurde auf Deutsch durchgef&#252;hrt und beinhaltet die aktuellen VMware Tools. Zus&#228;tzlich ist noch [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jars.de/screenshots/vmware-ubuntu-704.gif" /></p>
<p><a href="http://jars.de/linux/ubuntu-710-gutsy-gibbon">Ubuntu 7.10 (Gutsy Gibbon)</a> wird hier als VMware Image zum Download angeboten. Das virtuelle Linux System ist mit allen Anwendungen sofort benutzbar (z.B. mit dem kostenlosen <a href="http://www.vmware.com/de/products/player/">VMware Player</a>). Damit ist es ideal zum Ausprobieren oder als unter Windows lauff&#228;higes Zweitbetriebssystem. Die Installation wurde auf Deutsch durchgef&#252;hrt und beinhaltet die aktuellen VMware Tools. Zus&#228;tzlich ist noch <a href="http://jars.de/java/java-unter-ubuntu-704">Java</a> 6 und <a href="http://jars.de/java/eclipse/eclipse-33-europa">Eclipse 3.3 Europa</a> installiert.<br />
<span id="more-123"></span><br />
<strong>Benutzername: jars<br />
Passwort: jars<br />
root Passwort: Gibt es in Ubuntu nicht! Stattdessen bitte <a href="http://wiki.ubuntuusers.de/sudo">sudo</a> verwenden.</strong></p>
<p><!--adsense--><br />
Folgende Einstellungen wurden f&#252;r die VM verwendet:<br />
RAM: 512 MB RAM<br />
Bildschirmgr&#246;&#223;e: 1024&#215;768<br />
Sprache und Tastatur: Deutsch<br />
Partitionsgr&#246;&#223;e: 12 GB (dynamisch)</p>
<p><img src="http://jars.de/bilder/ubuntu16.png" align="left" height="16" width="16" />  <a href="http://jars.de/downloads/Ubuntu_710_VMware.rar.torrent" target="_blank"><strong>Download Ubuntu 7.10 VMware Torrent</strong></a> (Empfohlen, <a href="http://jars.de/download/torrent-downloads">Vorteile</a>)<br />
<img src="http://jars.de/bilder/ubuntu16.png" align="left" height="16" width="16" />  <a href="http://87.118.112.172/jars/download-page.php?file=Ubuntu_710_VMware.rar" target="_blank"><strong>Download Ubuntu 7.10 VMware (Server 1)</strong></a>  (keine Resumes, keine Download Manager)<br />
<img src="http://jars.de/bilder/ubuntu16.png" align="left" height="16" width="16" />  <a href="http://kill-9.eu/jars/download-page.php?file=Ubuntu_710_VMware.rar" target="_blank">Download Ubuntu 7.10 VMware (Server 2)</a> (keine Resumes, keine Download Manager)<br />
(653 MB, entpackt 2,6 GB)</p>
<p>Bitte nach dem Download unbedingt die Checksumme pr&#252;fen. Gibt es hier Abweichungen kann das Archiv meistens repariert werden kann (siehe FAQ).</p>
<p>MD5: 0915887B262DB5604CD511568FD4E61F<br />
SHA1: E9E02E7DE3F3D77C0E26B999E6A3A7A635248403<br />
CRC32: E64DE825</p>
<p>Das RAR Archiv kann zum Beispiel mit <a href="http://www.winrar.de/" target="_blank">WinRAR</a> entpackt werden. F&#252;r die Ausf&#252;hrung der VM ist ein VMware Produkt, beispielsweise der kostenlose <a href="http://jars.de/tools/vmware-server-vs-player">VMware Server oder Player</a>, n&#246;tig.</p>
<p>Die Nutzung erfolgt ausschlie&#223;lich auf eigene Gefahr ohne jegliche Gew&#228;hrleistungs- oder Haftungsanspr&#252;che.</p>
<p><!--adsense--></p>
<p><strong>FAQs</strong></p>
<p><strong>Gibt es ein &#8220;root&#8221; Konto?</strong> Unter Ubuntu ist es aus Sicherheitsgr&#252;nden standardm&#228;&#223;ig deaktiviert und wird &#252;blicherweise nicht auch ben&#246;tigt. Stattdessen wird der Befehl sudo verwendet.</p>
<p><strong>Wurden die VMware Tools installiert?</strong> Ja, die Installationsdateien und das Installationslog liegen im jars home Verzeichnis. Damit k&#246;nnen sie gegebenenfalls neu installiert werden. <strong>Achtung:</strong> das VMware Folder Sharing geht noch nicht.</p>
<p><strong>Die heruntergeladene RAR Datei scheint korrupt zu sein (CRC Fehler) &#8211; muss sie neu heruntergeladen werden?</strong> Nein, das RAR Archiv besitzt Wiederherstellungsdaten (recovery record) und kann somit in der Regel repariert werden. In WinRAR gibt es dazu den Menupunkt &#8220;Tools -&gt; Repair Archive&#8221; beziehungsweise die Tastenkombination Alt+R. Der MD5 Hash f&#252;r die &#8211; gegebenenfalls reparierte &#8211; Datei muss dem oben angegebenen Wert entsprechen.</p>

	<b>Tags:</b> <a href="http://jars.de/tag/deutsch" title="Deutsch" rel="tag">Deutsch</a>, <a href="http://jars.de/tag/download" title="Download" rel="tag">Download</a>, <a href="http://jars.de/tag/gutsy-gibbon" title="Gutsy Gibbon" rel="tag">Gutsy Gibbon</a>, <a href="http://jars.de/tag/ubuntu" title="Ubuntu" rel="tag">Ubuntu</a>, <a href="http://jars.de/tag/ubuntu-710" title="Ubuntu 7.10" rel="tag">Ubuntu 7.10</a>, <a href="http://jars.de/tag/vmware" title="VMware" rel="tag">VMware</a>, <a href="http://jars.de/tag/vmware-image" title="VMware Image" rel="tag">VMware Image</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download-english" title="Ubuntu 7.10 VMware Image Download (English) (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download (English)</a> (105)</li>
	<li><a href="http://jars.de/english/ubuntu-804-vmware-image-download-english" title="Ubuntu 8.04 VMware Image Download (English) (26. April 2008)">Ubuntu 8.04 VMware Image Download (English)</a> (20)</li>
	<li><a href="http://jars.de/linux/ubuntu-804-vmware-image-download" title="Ubuntu 8.04 VMware Image Download (25. April 2008)">Ubuntu 8.04 VMware Image Download</a> (61)</li>
	<li><a href="http://jars.de/linux/ubuntu-704-vmware-image-download" title="Ubuntu 7.04 VMware Image Download (20. April 2007)">Ubuntu 7.04 VMware Image Download</a> (57)</li>
	<li><a href="http://jars.de/sonstiges/torrent-downloads" title="Torrent Downloads (21. Oktober 2007)">Torrent Downloads</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/linux/ubuntu-710-vmware-image-download/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Ubuntu 7.10 (Gutsy Gibbon)</title>
		<link>http://jars.de/linux/ubuntu-710-gutsy-gibbon</link>
		<comments>http://jars.de/linux/ubuntu-710-gutsy-gibbon#comments</comments>
		<pubDate>Thu, 18 Oct 2007 10:10:29 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Gutsy Gibbon]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 7.10]]></category>

		<guid isPermaLink="false">http://jars.de/linux/ubuntu-710-gutsy-gibbon</guid>
		<description><![CDATA[Ab Heute, den 18.10., ist das n&#228;chste Ubuntu Release 7.10 verf&#252;gbar. Details zu den Neuerungen wie zum Beispiel den 3D Effekten von Compiz Fusion und der verbesserten Drucker Unterst&#252;tzung folgen bald an dieser Stelle. Mehr bei ubuntu.com, oder direkt weiter zum Press Release oder zum Download. Erste Tests auf Deutsch gibt&#8217;s bei Golem und Heise. [...]]]></description>
			<content:encoded><![CDATA[<p>Ab Heute, den 18.10., ist das n&#228;chste Ubuntu Release 7.10 <a href="http://releases.ubuntu.com/releases/7.10/">verf&#252;gbar</a>. Details zu den <a href="http://www.ubuntu.com/getubuntu/releasenotes/710tour">Neuerungen</a> wie zum Beispiel den 3D Effekten von Compiz Fusion und der verbesserten Drucker Unterst&#252;tzung folgen bald an dieser Stelle. Mehr bei <a href="http://www.ubuntu.com">ubuntu.com</a>, oder direkt weiter zum <a href="http://www.ubuntu.com/news/ubuntu710">Press Release</a> oder zum <a href="http://www.ubuntu.com/getubuntu/download">Download</a>.</p>
<p>Erste Tests auf Deutsch gibt&#8217;s bei <a href="http://www.golem.de/0710/55458.html">Golem</a> und <a href="http://www.heise.de/open/artikel/97498">Heise</a>.</p>

	<b>Tags:</b> <a href="http://jars.de/tag/gutsy-gibbon" title="Gutsy Gibbon" rel="tag">Gutsy Gibbon</a>, <a href="http://jars.de/tag/ubuntu" title="Ubuntu" rel="tag">Ubuntu</a>, <a href="http://jars.de/tag/ubuntu-710" title="Ubuntu 7.10" rel="tag">Ubuntu 7.10</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download-english" title="Ubuntu 7.10 VMware Image Download (English) (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download (English)</a> (105)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download" title="Ubuntu 7.10 VMware Image Download (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download</a> (26)</li>
	<li><a href="http://jars.de/linux/update-kubuntu-704-vmware-images" title="Update: (K)Ubuntu 7.04 VMware Images (26. Juni 2007)">Update: (K)Ubuntu 7.04 VMware Images</a> (6)</li>
	<li><a href="http://jars.de/linux/ubuntu-linux" title="Ubuntu Linux (9. Februar 2007)">Ubuntu Linux</a> (5)</li>
	<li><a href="http://jars.de/english/ubuntu-804-vmware-image-download-english" title="Ubuntu 8.04 VMware Image Download (English) (26. April 2008)">Ubuntu 8.04 VMware Image Download (English)</a> (20)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/linux/ubuntu-710-gutsy-gibbon/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Serverlast mit RSS Feed &#252;berwachen</title>
		<link>http://jars.de/linux/serverlast-mit-rss-feed-uberwachen</link>
		<comments>http://jars.de/linux/serverlast-mit-rss-feed-uberwachen#comments</comments>
		<pubDate>Tue, 07 Aug 2007 08:39:19 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sonstiges]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Feed]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Server Load]]></category>

		<guid isPermaLink="false">http://jars.de/php/serverlast-mit-rss-feed-uberwachen</guid>
		<description><![CDATA[Mit einem kleinen PHP Skript l&#228;sst sich ganz einfach die Serverlast &#252;berwachen. Beispielsweise kann man damit kontrollieren, ob der Server &#252;berfordert ist. Das funktioniert auch f&#252;r Shared Server, also typische Webhostings. Bedingung ist, dass es sich um ein Linux System handelt und hier entweder PHP >= 5.1.3 installiert ist, oder dass der Zugriff auf /proc/loadavg [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px"><img src="http://jars.de/screenshots/loadavg-sidebar.png" alt="Loadavg RSS Sidebar" /></div>
<p>Mit einem kleinen PHP Skript l&#228;sst sich ganz einfach die Serverlast &#252;berwachen. Beispielsweise kann man damit kontrollieren, ob der Server &#252;berfordert ist. Das funktioniert auch f&#252;r Shared Server, also typische Webhostings. Bedingung ist, dass es sich um ein Linux System handelt und hier entweder PHP >= 5.1.3 installiert ist, oder dass der Zugriff auf /proc/loadavg erlaubt ist.</p>
<p>Der RSS Feed kann bei Bedarf direkt als im Browser angezeigt oder in einen RSS Reader st&#228;ndig aktualisiert werden um eine st&#228;ndige Kontrolle zu erm&#246;glichen.<br />
<span id="more-66"></span><br />
Angezeigt werden aus die aus der Linux Welt bekannten Load Average Werte. Diese drei Zahlen geben die durchschnittliche Last der letzten Minute, 5 Minuten und 15 Minuten an. Vereinfacht gesagt, gibt die Lastzahl an, wie viele Prozesse auf Ressourcen und damit auf ihre Ausf&#252;hrung warten. F&#252;r die Server-Performance optimal sind Werte zwischen 0 und 1. Werte &#252;ber 1 deuten darauf hin das Anfragen mehr oder weniger verz&#246;gert bearbeitet werden. Je h&#246;her der Wert desto schlechter ist die Performance. Wenn eine Webseite langsam l&#228;dt kann man das Problem in der Regel auch anhand der Load Werte belegen. Auch f&#252;r einfaches Monitoring, ob der Server noch l&#228;uft und erreichbar ist, l&#228;sst sich das Skript verwenden.</p>
<p><strong>Installation:</strong> Datei <a href="http://jars.de/downloads/loadavg.zip">loadavg.zip</a> (< 1KB) herunterladen und die ausgepackte Datei loadavg.php auf den Server laden.</p>
<p>Siehe auch: <a href="http://jars.de/php/rss-feeds-mit-php">RSS Feeds mit PHP</a></p>
<p>F&#252;r Interessierte hier der Source des Skripts:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #666666; font-style: italic;">/*
 * Server-Load RSS Feed V1.00 
 * By Markus Junginger, http://jars.de
 */</span>
<span style="color: #990000;">header</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Content-Type: application/rss+xml&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
<span style="color: #b1b100;">echo</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot;?&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$MJ_LINK</span><span style="color: #339933;">=</span><span style="color: #0000ff;">'http://'</span><span style="color: #339933;">.</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'HTTP_HOST'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;PHP_SELF&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;rss version=&quot;2.0&quot;&gt;
&nbsp;
  &lt;channel&gt;
    &lt;title&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'HTTP_HOST'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> Server Load&lt;/title&gt;
    &lt;link&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$MJ_LINK</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/link&gt;
    &lt;description&gt;Server Load by &lt;a href=&quot;jars.de&quot;&gt;jars.de&lt;/a&gt;&lt;/description&gt;
    &lt;pubDate&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #990000;">date</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;r&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/pubDate&gt;
&nbsp;
    <span style="color: #000000; font-weight: bold;">&lt;?php</span>
    <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'sys_getloadavg'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    	<span style="color: #000088;">$loadArray</span> <span style="color: #339933;">=</span> sys_getloadavg<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    	<span style="color: #000088;">$load</span><span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;Load: &quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$loadArray</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;/&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$loadArray</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;/&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$loadArray</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">2</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
    	<span style="color: #000088;">$load</span><span style="color: #339933;">=@</span><span style="color: #990000;">file_get_contents</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'/proc/loadavg'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
    <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #000088;">$load</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
      <span style="color: #000088;">$load</span><span style="color: #339933;">=</span> <span style="color: #0000ff;">'Sorry, no load average available for your server'</span><span style="color: #339933;">;</span>
      <span style="color: #000088;">$info</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'PHP &gt;= 5.1.3 or access to /proc/loadavg is required.'</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
    &lt;item&gt;
	    &lt;title&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$load</span><span style="color: #339933;">;</span><span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/title&gt;
	    &lt;description&gt;&lt;![CDATA[<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$info</span><span style="color: #339933;">;</span><span style="color: #000000; font-weight: bold;">?&gt;</span>]]&gt;&lt;/description&gt;
	    &lt;pubDate&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #990000;">date</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;r&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/pubDate&gt;
      	    &lt;link&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$MJ_LINK</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/link&gt;
      	    &lt;guid&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'REQUEST_URI'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/guid&gt;
    &lt;/item&gt;
&nbsp;
  &lt;/channel&gt;
&nbsp;
&lt;/rss&gt;</pre></div></div>


	<b>Tags:</b> <a href="http://jars.de/tag/download" title="Download" rel="tag">Download</a>, <a href="http://jars.de/tag/feed" title="Feed" rel="tag">Feed</a>, <a href="http://jars.de/tag/monitoring" title="Monitoring" rel="tag">Monitoring</a>, <a href="http://jars.de/tag/php" title="PHP" rel="tag">PHP</a>, <a href="http://jars.de/tag/rss" title="RSS" rel="tag">RSS</a>, <a href="http://jars.de/tag/server-load" title="Server Load" rel="tag">Server Load</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/blog/wordpress-original-feed-statt-feedburner" title="WordPress Original-Feed statt Feedburner (24. März 2007)">WordPress Original-Feed statt Feedburner</a> (1)</li>
	<li><a href="http://jars.de/java/rss-view-14" title="RSS View 1.4 (4. Februar 2008)">RSS View 1.4</a> (0)</li>
	<li><a href="http://jars.de/sonstiges/rss-feeds-mit-php" title="RSS Feeds mit PHP (17. Juni 2007)">RSS Feeds mit PHP</a> (3)</li>
	<li><a href="http://jars.de/english/ubuntu-804-vmware-image-download-english" title="Ubuntu 8.04 VMware Image Download (English) (26. April 2008)">Ubuntu 8.04 VMware Image Download (English)</a> (20)</li>
	<li><a href="http://jars.de/linux/ubuntu-804-vmware-image-download" title="Ubuntu 8.04 VMware Image Download (25. April 2008)">Ubuntu 8.04 VMware Image Download</a> (61)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/linux/serverlast-mit-rss-feed-uberwachen/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Mausrad f&#252;r Ubuntu unter VMware</title>
		<link>http://jars.de/linux/mausrad-fur-ubuntu-unter-vmware</link>
		<comments>http://jars.de/linux/mausrad-fur-ubuntu-unter-vmware#comments</comments>
		<pubDate>Sat, 14 Jul 2007 12:08:01 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mausrad]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://jars.de/linux/mausrad-fur-ubuntu-unter-vmware</guid>
		<description><![CDATA[Wenn das Mausrad mit Ubuntu nicht funktioniert, hilft in der Regel eine kleine &#196;nderung in der X Konfigurationsdatei (/etc/X11/xorg.conf). Im Ubuntu Terminal kann mit diese Datei mit folgendem Befehl ge&#246;ffnet werden: sudo gedit /etc/X11/xorg.conf Hier sucht man die Sektion f&#252;r die Konfiguration der Maus, die in etwa so aussieht: Section "InputDevice" Identifier "Configured Mouse" Driver [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn das Mausrad mit Ubuntu nicht funktioniert, hilft in der Regel eine kleine &#196;nderung in der X Konfigurationsdatei (/etc/X11/xorg.conf). <span id="more-63"></span>Im Ubuntu Terminal kann mit diese Datei mit folgendem Befehl ge&#246;ffnet werden:</p>
<p><code>sudo gedit /etc/X11/xorg.conf</code></p>
<p>Hier sucht man die Sektion f&#252;r die Konfiguration der Maus, die in etwa so aussieht:<br />
<code><br />
Section "InputDevice"<br />
	Identifier	"Configured Mouse"<br />
	Driver		"mouse"<br />
	Option		"CorePointer"<br />
	Option		"Device"		"/dev/input/mice"<br />
	Option		"Protocol"		"ps/2"<br />
	Option		"ZAxisMapping"		"4 5"<br />
	Option		"Emulate3Buttons"	"true"<br />
EndSection<br />
</code></p>
<p>Steht die Option <code>"Protocol"</code> wie im Beispiel auf <code>"ps/2"</code>, so hat man das Problem wahrscheinlich schon gefunden. Da PS/2 das Mausrad nicht unterst&#252;tzt, muss das Protokoll auf <code>"IMPS/2"</code> ge&#228;ndert werden:</p>
<p><code>	Option		"Protocol"		<strong>"IMPS/2"</strong></code></p>
<p>Nach Neustart des X Servers mit Strg+Alt+Backspace sollte das Mausrad funktionieren.</p>
<p>Weitere Infos zur Konfiguration der Maus unter Linux mit X: bei <a href="http://www.xfree86.org/current/mouse.html">xfree86.org</a> (englisch) und <a href="http://lug-owl.de/LugWiki/MausRad">hier</a>.</p>
<p><a href="http://jars.de/linux/ubuntu-704-vmware-image-download">Ubuntu 7.04 VMware Image Download</a><br />
<a href="http://jars.de/download/kubuntu-704-vmware-image-download">Kubuntu 7.04 VMware Image Download</a></p>

	<b>Tags:</b> <a href="http://jars.de/tag/mausrad" title="Mausrad" rel="tag">Mausrad</a>, <a href="http://jars.de/tag/ubuntu" title="Ubuntu" rel="tag">Ubuntu</a>, <a href="http://jars.de/tag/vmware" title="VMware" rel="tag">VMware</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/english/ubuntu-804-vmware-image-download-english" title="Ubuntu 8.04 VMware Image Download (English) (26. April 2008)">Ubuntu 8.04 VMware Image Download (English)</a> (20)</li>
	<li><a href="http://jars.de/linux/ubuntu-804-vmware-image-download" title="Ubuntu 8.04 VMware Image Download (25. April 2008)">Ubuntu 8.04 VMware Image Download</a> (61)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download-english" title="Ubuntu 7.10 VMware Image Download (English) (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download (English)</a> (105)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download" title="Ubuntu 7.10 VMware Image Download (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download</a> (26)</li>
	<li><a href="http://jars.de/linux/ubuntu-704-vmware-image-download" title="Ubuntu 7.04 VMware Image Download (20. April 2007)">Ubuntu 7.04 VMware Image Download</a> (57)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/linux/mausrad-fur-ubuntu-unter-vmware/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Update: (K)Ubuntu 7.04 VMware Images</title>
		<link>http://jars.de/linux/update-kubuntu-704-vmware-images</link>
		<comments>http://jars.de/linux/update-kubuntu-704-vmware-images#comments</comments>
		<pubDate>Tue, 26 Jun 2007 05:42:23 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://jars.de/allgemein/update-kubuntu-704-vmware-images</guid>
		<description><![CDATA[Seit dem Erscheinen von Ubuntu und Kubuntu 7.04 gab es nat&#252;rlich einige Aktualisierungen: Insgesamt wurden jeweils etwa 100 MB an Updates f&#252;r 70 Pakete bereitgestellt. Diese Updates spiegeln sich jetzt auch in den auf jars.de zum Download bereitstehenden VMware Images f&#252;r Ubuntu 7.04 und Kubuntu 7.04 wider. Bei der Gelegenheit gab es noch weitere Verbesserungen: [...]]]></description>
			<content:encoded><![CDATA[<p>Seit dem Erscheinen von Ubuntu und Kubuntu 7.04 gab es nat&#252;rlich einige Aktualisierungen: Insgesamt wurden jeweils etwa 100 MB an Updates f&#252;r 70 Pakete bereitgestellt. Diese Updates spiegeln sich jetzt auch in den auf jars.de zum Download bereitstehenden VMware Images f&#252;r <a href="http://jars.de/linux/ubuntu-704-vmware-image-download">Ubuntu 7.04</a> und <a href="http://jars.de/download/kubuntu-704-vmware-image-download">Kubuntu 7.04</a> wider. Bei der Gelegenheit gab es noch weitere Verbesserungen:</p>
<ul>
<li>&#220;ber 70 Pakete aktualisiert</li>
<li>Neuer Linux Kernel 2.6.20-16</li>
<li>Die neuste VMware Tools 1.03</li>
<li>Einige Detailverbesserungen, z.B. VMware Toolbox direkt auf dem Desktop</li>
<li>Die Downloadgr&#246;&#223;en wurden um &#252;ber 20% <a href="http://jars.de/download/kubuntu-704-vmware-image-download">reduziert</a></li>
</ul>
<p>Mit den Images kann man nach dem Download sofort loslegen. Damit sind sie ideal um (K)Ubuntu einfach mal auszuprobieren oder um sich ein leicht bedienbares Linux als Zweitsystem einzurichten. Hier gehts weiter:<br />
<a href="http://jars.de/linux/ubuntu-704-vmware-image-download">Ubuntu 7.04 VMware Image</a><br />
<a href="http://jars.de/download/kubuntu-704-vmware-image-download">Kubuntu 7.04 VMware Image</a></p>

	<b>Tags:</b> <a href="http://jars.de/tag/kubuntu" title="Kubuntu" rel="tag">Kubuntu</a>, <a href="http://jars.de/tag/ubuntu" title="Ubuntu" rel="tag">Ubuntu</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/linux/kubuntu-704-vmware-image-download" title="Kubuntu 7.04 VMware Image Download (29. April 2007)">Kubuntu 7.04 VMware Image Download</a> (35)</li>
	<li><a href="http://jars.de/linux/ubuntu-linux" title="Ubuntu Linux (9. Februar 2007)">Ubuntu Linux</a> (5)</li>
	<li><a href="http://jars.de/english/ubuntu-804-vmware-image-download-english" title="Ubuntu 8.04 VMware Image Download (English) (26. April 2008)">Ubuntu 8.04 VMware Image Download (English)</a> (20)</li>
	<li><a href="http://jars.de/linux/ubuntu-804-vmware-image-download" title="Ubuntu 8.04 VMware Image Download (25. April 2008)">Ubuntu 8.04 VMware Image Download</a> (61)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download-english" title="Ubuntu 7.10 VMware Image Download (English) (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download (English)</a> (105)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/linux/update-kubuntu-704-vmware-images/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How-to: VMware Ubuntu Image verkleinern</title>
		<link>http://jars.de/linux/how-to-vmware-ubuntu-image-verkleinern</link>
		<comments>http://jars.de/linux/how-to-vmware-ubuntu-image-verkleinern#comments</comments>
		<pubDate>Sun, 24 Jun 2007 07:21:10 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware Image]]></category>

		<guid isPermaLink="false">http://jars.de/linux/how-to-vmware-ubuntu-image-verkleinern</guid>
		<description><![CDATA[Mit der Zeit belegen virtuelle Festplatten dynamischer Gr&#246;&#223;e unn&#246;tig Platz auf dem Host System. Wie sich der Platz wieder zur&#252;ckgewinnen l&#228;sst, zeigen die folgenden Schritte. Hier wird ein Ubuntu Linux Gastsystem angenommen, aber das Vorgehen sollte sich auch auf andere Systeme &#252;bertragen lassen, insbesondere auf Debian und Derivate. Backup: Um Datenverluste zu vermeiden, empfiehlt sich [...]]]></description>
			<content:encoded><![CDATA[<p>Mit der Zeit belegen virtuelle Festplatten dynamischer Gr&#246;&#223;e unn&#246;tig Platz auf dem Host System. Wie sich der Platz wieder zur&#252;ckgewinnen l&#228;sst, zeigen die folgenden Schritte. Hier wird ein Ubuntu Linux Gastsystem angenommen, aber das Vorgehen sollte sich auch auf andere Systeme &#252;bertragen lassen, insbesondere auf Debian und Derivate.<br />
<span id="more-54"></span>
<ol>
<li><strong>Backup:</strong> Um Datenverluste zu vermeiden, empfiehlt sich ein Backup der VM. Dazu einfach im ausgeschalteten Zustand der VM das gesamte Verzeichnis mit dem VM Dateien kopieren (duplizieren).</li>
<li><strong>Alte und nicht ben&#246;tigte Pakete deinstallieren</strong>: &#220;ber &#8220;System->Administration->Synaptic Paketverwaltung&#8221; lassen sich Pakete installieren und entfernen. Installierte Pakete lassen sich auch nach der Gr&#246;&#223;e sortieren um besonders gro&#223;e schnell zu identifizieren.</strong>
<li><strong>Alte Downloadpakete deinstallieren:</strong> Ubuntu l&#228;dt zu installierende Pakete in ein Cache Verzeichnis auf dem Filesystem (/var/cache/apt/archives/). M&#246;chte man diesen Cache nach erfolgter Installation komplett l&#246;schen f&#252;hrt man folgenden Befehl im Terminal aus:
<p><code>sudo apt-get clean</code></p>
<p>Um lediglich Pakete im Cache zu l&#246;schen, von denen bereits eine neuere Version im Cache vorliegt dient diese Variante:</p>
<p><code>sudo apt-get autoclean</code></li>
<li><strong>Eventuell &#8220;Ausnullen&#8221;:</strong> Siehe unten f&#252;r Anmerkungen und Details</li>
<li><strong>Festplatte shrinken:</strong> Um den freien Platz auch tats&#228;chlich auf dem Host System zur&#252;ck zu gewinnen, ben&#246;tigt man VMware Tools. Im Terminal muss die VMware Toolbox mit root Rechten aufgerufen werden:
<p><code>sudo vmware-toolbox</code></p>
<p>Im erscheinenden Fenster geht man auf den Tab &#8220;Shrink&#8221;, w&#228;hlt ein Device aus (&#8220;/&#8221;) und startet den Vorgang mit dem Button &#8220;Shrink&#8221;. Das funktioniert mit <a href="http://jars.de/tools/vmware-server-vs-player">VMware Server und Player</a> gleicherma&#223;en.</li>
<li><strong>Alternativ Defragmentieren:</strong> Im Gegensatz zu Shrink gewinnt man beim Defragmentieren keinen Speicherplatz zur&#252;ck, aber es kann sich positiv auf die Performance auswirken. Dazu f&#228;hrt man die VM herunter und w&#228;hlt in der Hardware Einstellungen der VM die Festplatte aus. Hier ist ein Button zum Defragmentieren zu finden. Nach einem Shrink scheint ein Defragmentieren allerdings keinen weiteren Effekt mehr zu haben. VMware Player unterst&#252;tzt die Defragmentierung nicht.</li>
</ol>
<p>Als Alternative und eventuell auch als Erg&#228;nzung kann das Ausnullen unbenutzter Bereiche dienen. Insbesondere wenn die VM zu einem Archiv komprimiert werden soll, kann dies sp&#252;rbare Verbesserungen erzielen:</p>
<p><code>cat /dev/zero > zero.dat ; sync ; sleep 1 ; sync ; rm zero.dat</code></p>
<p>(Quellen: <a href="http://blogs.msdn.com/virtual_pc_guy/archive/2005/08/23/454846.aspx">Virtual PC Guy</a>, <a href="http://h0bbel.p0ggel.org/2007/01/02/shrinking-vmdk-files">h0bbel</a>)<br />
Inwieweit das in Kombination mit Shrink und Defragmentieren n&#246;tig ist, beziehungsweise etwas bringt habe ich nicht genauer untersucht.</p>
<p>Insgesamt konnte ich mit diesen Schritten die Gr&#246;&#223;e eines komprimierten Images um &#252;ber 20% reduzieren, und das obwohl ich das System vollst&#228;ndig aktualisiert und zus&#228;tzliche Pakete installiert habe. Diese Images sind auch hier als Download verf&#252;gbar:<br />
<a href="http://jars.de/linux/ubuntu-704-vmware-image-download">Ubuntu 7.04 VMware Image</a><br />
<a href="http://jars.de/download/kubuntu-704-vmware-image-download">Kubuntu 7.04 VMware Image</a></p>

	<b>Tags:</b> <a href="http://jars.de/tag/ubuntu" title="Ubuntu" rel="tag">Ubuntu</a>, <a href="http://jars.de/tag/vmware" title="VMware" rel="tag">VMware</a>, <a href="http://jars.de/tag/vmware-image" title="VMware Image" rel="tag">VMware Image</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/english/ubuntu-804-vmware-image-download-english" title="Ubuntu 8.04 VMware Image Download (English) (26. April 2008)">Ubuntu 8.04 VMware Image Download (English)</a> (20)</li>
	<li><a href="http://jars.de/linux/ubuntu-804-vmware-image-download" title="Ubuntu 8.04 VMware Image Download (25. April 2008)">Ubuntu 8.04 VMware Image Download</a> (61)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download-english" title="Ubuntu 7.10 VMware Image Download (English) (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download (English)</a> (105)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download" title="Ubuntu 7.10 VMware Image Download (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download</a> (26)</li>
	<li><a href="http://jars.de/linux/ubuntu-704-vmware-image-download" title="Ubuntu 7.04 VMware Image Download (20. April 2007)">Ubuntu 7.04 VMware Image Download</a> (57)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/linux/how-to-vmware-ubuntu-image-verkleinern/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kostenloses Ubuntu Magazin</title>
		<link>http://jars.de/linux/kostenloses-ubuntu-magazin</link>
		<comments>http://jars.de/linux/kostenloses-ubuntu-magazin#comments</comments>
		<pubDate>Fri, 08 Jun 2007 18:58:28 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://jars.de/linux/kostenloses-ubuntu-magazin</guid>
		<description><![CDATA[Die erste Ausgabe des englischsprachigen Full Circle Magazin ist erschienen. Das selbsternannte &#8220;Ubuntu community magazine&#8221; ist als PDF Download frei verf&#252;gbar. Die erste Ausgabe richtet sich vor allem an Einsteiger und hat folgenden Inhalt: Install Ubuntu Feisty Fawn, step by step Howtos: Linux Directory Structure MythTV Intro Scribus (desktop publishing) Part I Add/Remove Software Review: [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jars.de/bilder/ubuntu-fullcircle-magazine.gif" alt="Ubuntu Full Circle Magazine" /><br />
Die <a href="http://fullcirclemagazine.org/issue-1/trackback/">erste Ausgabe</a> des englischsprachigen Full Circle Magazin ist erschienen. Das selbsternannte &#8220;Ubuntu community magazine&#8221; ist als PDF Download frei verf&#252;gbar. Die erste Ausgabe richtet sich vor allem an Einsteiger und hat folgenden Inhalt:<span id="more-39"></span></p>
<ul>
<li>Install Ubuntu Feisty Fawn, step by step</li>
<li> Howtos:
<ul>
<li>Linux Directory Structure</li>
<li>MythTV Intro</li>
<li>Scribus (desktop publishing) Part I</li>
<li>Add/Remove Software</li>
</ul>
</li>
<li>Review: GRAMPS geneaology software</li>
<li>Interview: Deluge BitTorrent Client developer</li>
<li>News, “Top 5″, Letters, Desktops, and much more</li>
</ul>
<p><strong>Update:</strong> <a href="http://www.elyps.de/magazin.html">elyps</a> ist eine deutschsprachige Alternative. Das Online-Magazin erscheint monatlich betrachtet seit 2007 auch Ubuntu.</p>

	<b>Tags:</b> <a href="http://jars.de/tag/ubuntu" title="Ubuntu" rel="tag">Ubuntu</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/linux/update-kubuntu-704-vmware-images" title="Update: (K)Ubuntu 7.04 VMware Images (26. Juni 2007)">Update: (K)Ubuntu 7.04 VMware Images</a> (6)</li>
	<li><a href="http://jars.de/linux/ubuntu-linux" title="Ubuntu Linux (9. Februar 2007)">Ubuntu Linux</a> (5)</li>
	<li><a href="http://jars.de/english/ubuntu-804-vmware-image-download-english" title="Ubuntu 8.04 VMware Image Download (English) (26. April 2008)">Ubuntu 8.04 VMware Image Download (English)</a> (20)</li>
	<li><a href="http://jars.de/linux/ubuntu-804-vmware-image-download" title="Ubuntu 8.04 VMware Image Download (25. April 2008)">Ubuntu 8.04 VMware Image Download</a> (61)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download-english" title="Ubuntu 7.10 VMware Image Download (English) (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download (English)</a> (105)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/linux/kostenloses-ubuntu-magazin/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kubuntu 7.04 VMware Image Download</title>
		<link>http://jars.de/linux/kubuntu-704-vmware-image-download</link>
		<comments>http://jars.de/linux/kubuntu-704-vmware-image-download#comments</comments>
		<pubDate>Sun, 29 Apr 2007 10:22:57 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware Image]]></category>

		<guid isPermaLink="false">http://jars.de/linux/kubuntu-704-vmware-image-download</guid>
		<description><![CDATA[Hier gibt es Kubuntu 7.04 (Feisty Fawn) als VMware Image zum Download. Bei dieser beliebten Alternative zu Ubuntu wird als Desktopmanager KDE anstatt Gnome verwendet. Die Installation wurde auf Deutsch durchgef&#252;hrt; beispielsweise Firefox und OpenOffice haben bereits die Deutschen Sprachpakete. Zus&#228;tzlich ist noch Java 5 und Eclipse 3.2.2 installiert. Das Linux System ist mit allen [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jars.de/screenshots/vmware-kubuntu-704.gif" /></p>
<p>Hier gibt es Kubuntu 7.04 (Feisty Fawn) als VMware Image zum Download. Bei dieser beliebten Alternative zu <a href="http://jars.de/linux/ubuntu-704-feisty-fawn-verfugbar">Ubuntu</a> wird als Desktopmanager KDE anstatt Gnome verwendet. Die Installation wurde auf Deutsch durchgef&#252;hrt; beispielsweise Firefox und OpenOffice haben bereits die Deutschen Sprachpakete. Zus&#228;tzlich ist noch <a href="http://jars.de/java/java-unter-ubuntu-704">Java 5 und Eclipse 3.2.2</a> installiert. Das Linux System ist mit allen Anwendungen sofort benutzbar.<br />
<span id="more-36"></span></p>
<p>Logindaten (Neuanlage von Benutzern selbstverst&#228;ndlich m&#246;glich):<br />
Benutzername: jars<br />
Passwort: jars</p>
<p><!--adsense--><br />
Folgende Einstellungen wurden f&#252;r die VM verwendet:<br />
RAM: 512 MB RAM<br />
Bildschirmgr&#246;&#223;e: 1024&#215;768<br />
Sprache und Tastatur: Deutsch<br />
Partitionsgr&#246;&#223;e: 12 GB (dynamisch)</p>
<p><strong>Achtung, neue Version verf&#252;gbar:</strong>  <a href="http://jars.de/linux/ubuntu-710-vmware-image-download">Ubuntu 7.10 VMware</a></p>
<p><img src="http://jars.de/bilder/ubuntu16.png" align="left" height="16" width="16" />  <a href="http://kill-9.eu/jars/download-page.php?file=Kubuntu_704_VMware.rar" target="blank"><strong>Download Kubuntu 7.04 VMware (Server 1)</strong></a><br />
<img src="http://jars.de/bilder/ubuntu16.png" align="left" height="16" width="16" />  <a href="http://87.118.112.172/jars/download-page.php?file=Kubuntu_704_VMware.rar" target="blank"><strong>Download Kubuntu 7.04 VMware (Server 2)</strong></a><br />
(730MB, entpackt 2,8 GB)</p>
<p>MD5: 5DAAE17D1AE9C60FBD54BFD12018C7CD<br />
SHA1: D8D07AD2390CB74D4617A9D4BC73D6DAECD88E6C<br />
CRC32: BA954A33</p>
<p>Bitte nach dem Download unbedingt die Checksumme pr&#252;fen. Gibt es hier Abweichungen kann das Archiv meistens repariert werden kann (siehe FAQ).</p>
<p>Das RAR Archiv  kann zum Beispiel mit <a href="http://www.winrar.de/" target="_blank">WinRAR</a> entpackt werden. F&#252;r die Ausf&#252;hrung der VM ist ein VMware Produkt, beispielsweise der kostenlose <a href="http://jars.de/tools/vmware-server-vs-player">VMware Server oder Player</a>, n&#246;tig.</p>
<p>Ach ja: Die Nutzung erfolgt ausschlie&#223;lich auf eigene Gefahr ohne jegliche Gew&#228;hrleistungs- oder Haftungsanspr&#252;che.</p>
<p>Altervative VMware Images Downloads:<br />
<a href="http://jars.de/linux/ubuntu-704-vmware-image-download">Ubuntu 7.04</a><br />
<a href="http://jars.de/linux/download-virtuelles-ubuntu-610-fur-vwware">Ubuntu 6.10</a>.</p>
<p><!--adsense--></p>
<p><strong>FAQs</strong></p>
<p><strong>Gibt es ein &#8220;root&#8221; Konto?</strong> Unter Ubuntu ist es aus Sicherheitsgr&#252;nden standardm&#228;&#223;ig deaktiviert. Stattdessen wird der Befehl sudo verwendet.</p>
<p><strong>Wurden die VMware Tools installiert?</strong> Ja, die Installationsdateien und das Installationslog liegen im jars home Verzeichnis. Damit k&#246;nnen sie gegebenenfalls neu installiert werden. <strong>Achtung:</strong> das VMware Folder Sharing geht noch nicht (siehe Kommentare).</p>
<p><strong>Die heruntergeladene RAR Datei scheint korrupt zu sein (CRC Fehler) &#8211; muss sie neu heruntergeladen werden?</strong> Nein, das RAR Archiv besitzt Wiederherstellungsdaten (recovery record) und kann somit in der Regel repariert werden. In WinRAR 3.62 gibt es dazu den Menupunkt &#8220;Tools -&gt; Repair Archive&#8221; beziehungsweise die Tastenkombination Alt+R. Der MD5 Hash f&#252;r die &#8211; gegebenenfalls reparierte &#8211; Datei muss dem oben angegebenen Wert entsprechen.</p>

	<b>Tags:</b> <a href="http://jars.de/tag/download" title="Download" rel="tag">Download</a>, <a href="http://jars.de/tag/kubuntu" title="Kubuntu" rel="tag">Kubuntu</a>, <a href="http://jars.de/tag/ubuntu" title="Ubuntu" rel="tag">Ubuntu</a>, <a href="http://jars.de/tag/vmware" title="VMware" rel="tag">VMware</a>, <a href="http://jars.de/tag/vmware-image" title="VMware Image" rel="tag">VMware Image</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/english/ubuntu-804-vmware-image-download-english" title="Ubuntu 8.04 VMware Image Download (English) (26. April 2008)">Ubuntu 8.04 VMware Image Download (English)</a> (20)</li>
	<li><a href="http://jars.de/linux/ubuntu-804-vmware-image-download" title="Ubuntu 8.04 VMware Image Download (25. April 2008)">Ubuntu 8.04 VMware Image Download</a> (61)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download-english" title="Ubuntu 7.10 VMware Image Download (English) (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download (English)</a> (105)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download" title="Ubuntu 7.10 VMware Image Download (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download</a> (26)</li>
	<li><a href="http://jars.de/linux/ubuntu-704-vmware-image-download" title="Ubuntu 7.04 VMware Image Download (20. April 2007)">Ubuntu 7.04 VMware Image Download</a> (57)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/linux/kubuntu-704-vmware-image-download/feed</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Ubuntu 7.04 VMware Image Download</title>
		<link>http://jars.de/linux/ubuntu-704-vmware-image-download</link>
		<comments>http://jars.de/linux/ubuntu-704-vmware-image-download#comments</comments>
		<pubDate>Fri, 20 Apr 2007 07:28:21 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware Image]]></category>

		<guid isPermaLink="false">http://jars.de/linux/ubuntu-710-vmware-image-download</guid>
		<description><![CDATA[Ubuntu 7.04 (Feisty Fawn) gibt es hier als VMware Image zum Download. Die Installation wurde auf Deutsch durchgef&#252;hrt; beispielsweise Firefox und OpenOffice haben bereits die Deutschen Sprachpakete. Zus&#228;tzlich ist noch Java 5 und Eclipse 3.2.2 installiert. Das Linux System ist mit allen Anwendungen sofort benutzbar. Logindaten: Benutzername: jars Passwort: jars Folgende Einstellungen wurden f&#252;r die [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jars.de/screenshots/vmware-ubuntu-704.gif" /></p>
<p><a href="http://jars.de/linux/ubuntu-704-feisty-fawn-verfugbar">Ubuntu 7.04 (Feisty Fawn)</a> gibt es hier als VMware Image zum Download. Die Installation wurde auf Deutsch durchgef&#252;hrt; beispielsweise Firefox und OpenOffice haben bereits die Deutschen Sprachpakete. Zus&#228;tzlich ist noch <a href="http://jars.de/java/java-unter-ubuntu-704">Java 5 und Eclipse 3.2.2</a> installiert. Das Linux System ist mit allen Anwendungen sofort benutzbar.<br />
<span id="more-32"></span><br />
Logindaten:<br />
Benutzername: jars<br />
Passwort: jars</p>
<p><!--adsense--><br />
Folgende Einstellungen wurden f&#252;r die VM verwendet:<br />
RAM: 512 MB RAM<br />
Bildschirmgr&#246;&#223;e: 1024&#215;768<br />
Sprache und Tastatur: Deutsch<br />
Partitionsgr&#246;&#223;e: 8 GB (dynamisch)</p>
<p><strong>Achtung, neue Version verf&#252;gbar: <a href="http://jars.de/linux/ubuntu-710-vmware-image-download">Ubuntu 7.10 VMware</a></strong></p>
<p><img src="http://jars.de/bilder/ubuntu16.png" align="left" height="16" width="16" />  <a href="http://jars.de/downloads/Ubuntu_704_VMware.rar.torrent" target="_blank"><strong>Download Ubuntu 7.04 VMware Torrent</strong></a> (Empfohlen, unterst&#252;tzt Resumes)<br />
<img src="http://jars.de/bilder/ubuntu16.png" align="left" height="16" width="16" />  <a href="http://kill-9.eu/jars/download-page.php?file=Ubuntu_704_VMware.rar" target="_blank"><strong>Download Ubuntu 7.04 VMware (Server 1)</strong></a> (keine Resumes, keine Download Manager)<br />
<img src="http://jars.de/bilder/ubuntu16.png" align="left" height="16" width="16" />  <a href="http://87.118.112.172/jars/download-page.php?file=Ubuntu_704_VMware.rar" target="_blank"><strong>Download Ubuntu 7.04 VMware (Server 2)</strong></a>  (keine Resumes, keine Download Manager)<br />
(710 MB, entpackt 2,7 GB)</p>
<p>Bitte nach dem Download unbedingt die Checksumme pr&#252;fen. Gibt es hier Abweichungen kann das Archiv meistens repariert werden kann (siehe FAQ).</p>
<p>MD5: 8C1E386B42B046A271E91AF37CCD7B21<br />
SHA1: 218021614122DB392B662F7F12DFA773086B7152<br />
CRC32: 98D01AC1</p>
<p>Das RAR Archiv kann zum Beispiel mit <a href="http://www.winrar.de/" target="_blank">WinRAR</a> entpackt werden. F&#252;r die Ausf&#252;hrung der VM ist ein VMware Produkt, beispielsweise der kostenlose <a href="http://jars.de/tools/vmware-server-vs-player">VMware Server oder Player</a>, n&#246;tig.</p>
<p>Ach ja: Die Nutzung erfolgt ausschlie&#223;lich auf eigene Gefahr ohne jegliche Gew&#228;hrleistungs- oder Haftungsanspr&#252;che.</p>
<p>Altervative VMware Images Downloads:<br />
<a href="http://jars.de/linux/kubuntu-704-vmware-image-download">Kubuntu 7.04</a><br />
<a href="http://jars.de/linux/download-virtuelles-ubuntu-610-fur-vwware">Ubuntu 6.10</a>.</p>
<p><!--adsense--></p>
<p><strong>FAQs</strong></p>
<p><strong>Gibt es ein &#8220;root&#8221; Konto?</strong> Unter Ubuntu ist es aus Sicherheitsgr&#252;nden standardm&#228;&#223;ig deaktiviert. Stattdessen wird der Befehl sudo verwendet.</p>
<p><strong>Wurden die VMware Tools installiert?</strong> Ja, die Installationsdateien und das Installationslog liegen im jars home Verzeichnis. Damit k&#246;nnen sie gegebenenfalls neu installiert werden. <strong>Achtung:</strong> das VMware Folder Sharing geht noch nicht (siehe Kommentare).</p>
<p><strong>Die heruntergeladene RAR Datei scheint korrupt zu sein (CRC Fehler) &#8211; muss sie neu heruntergeladen werden?</strong> Nein, das RAR Archiv besitzt Wiederherstellungsdaten (recovery record) und kann somit in der Regel repariert werden. In WinRAR 3.62 gibt es dazu den Menupunkt &#8220;Tools -&gt; Repair Archive&#8221; beziehungsweise die Tastenkombination Alt+R. Der MD5 Hash f&#252;r die &#8211; gegebenenfalls reparierte &#8211; Datei muss dem oben angegebenen Wert entsprechen.</p>

	<b>Tags:</b> <a href="http://jars.de/tag/download" title="Download" rel="tag">Download</a>, <a href="http://jars.de/tag/ubuntu" title="Ubuntu" rel="tag">Ubuntu</a>, <a href="http://jars.de/tag/vmware" title="VMware" rel="tag">VMware</a>, <a href="http://jars.de/tag/vmware-image" title="VMware Image" rel="tag">VMware Image</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/english/ubuntu-804-vmware-image-download-english" title="Ubuntu 8.04 VMware Image Download (English) (26. April 2008)">Ubuntu 8.04 VMware Image Download (English)</a> (20)</li>
	<li><a href="http://jars.de/linux/ubuntu-804-vmware-image-download" title="Ubuntu 8.04 VMware Image Download (25. April 2008)">Ubuntu 8.04 VMware Image Download</a> (61)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download-english" title="Ubuntu 7.10 VMware Image Download (English) (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download (English)</a> (105)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download" title="Ubuntu 7.10 VMware Image Download (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download</a> (26)</li>
	<li><a href="http://jars.de/sonstiges/torrent-downloads" title="Torrent Downloads (21. Oktober 2007)">Torrent Downloads</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/linux/ubuntu-704-vmware-image-download/feed</wfw:commentRss>
		<slash:comments>57</slash:comments>
		</item>
		<item>
		<title>Java unter Ubuntu 7.04</title>
		<link>http://jars.de/java/java-unter-ubuntu-704</link>
		<comments>http://jars.de/java/java-unter-ubuntu-704#comments</comments>
		<pubDate>Fri, 20 Apr 2007 06:57:28 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://jars.de/java/java-unter-ubuntu-704</guid>
		<description><![CDATA[Nach der Installation von Ubuntu/Kubuntu 7.04 (Feisty Fawn), wird standardm&#228;&#223;ig die GNU Java Implementierung unter /usr/lib/jvm/java-gcj verwendet, die sich auf Java 1.4.2 beschr&#228;nkt. Welche Java Version tats&#228;chlich zum Einsatz kommt l&#228;sst sich im Terminal mit dem Befehl java -version &#252;berpr&#252;fen. Die neueren Java Versionen 5.0 oder 6.0 von Sun k&#246;nnen einfach mit dem Paketmanager installiert [...]]]></description>
			<content:encoded><![CDATA[<p>Nach der Installation von Ubuntu/Kubuntu 7.04 (Feisty Fawn), wird standardm&#228;&#223;ig die GNU Java Implementierung unter <code>/usr/lib/jvm/java-gcj</code> verwendet, die sich auf Java 1.4.2 beschr&#228;nkt. Welche Java Version tats&#228;chlich zum Einsatz kommt l&#228;sst sich im Terminal mit dem Befehl <code>java -version</code> &#252;berpr&#252;fen. Die neueren Java Versionen 5.0 oder 6.0 von Sun k&#246;nnen einfach mit <span id="more-34"></span>dem Paketmanager installiert werden (System->Administration->Synaptic Paketverwaltung). Sucht man hier nach &#8220;Java&#8221;, findet man im Suchergebnis unter sun-java die gew&#252;nschten Pakete:<br />
<img src="http://jars.de/screenshots/ubuntu-java-paket.gif" alt="Ubuntu Java Paket" /></p>
<p>Nach der Installation kann man mit <code>java -version</code> pr&#252;fen ob die neue Java Version bereits als Default Java VM eingerichtet wurde. Falls nicht, kann man dies im Terminal mit dem Befehl <code>sudo update-alternatives --config java</code> nachholen.</p>
<p>Eclipse l&#228;sst sich ebenfalls mit der Synaptic Paketverwaltung nachinstallieren. Die Java VM mit der Eclipse ausgef&#252;hrt wird, ist in <code>/etc/eclipse/java_home</code> definiert. Hier sind mehrere Java VMs angegeben, wobei die erste von oben tats&#228;chlich genommen wird &#8211; wenn sie vorhanden ist. Um die bevorzugten Java VMs zu ver&#228;ndern kann man beispielsweise mit <code>sudo gedit /etc/eclipse/java_home</code> die Datei editieren. Bei Kubuntu wird nat&#252;rlich kate verwendet: <code>sudo kate /etc/eclipse/java_home</code></p>

	<b>Tags:</b> <a href="http://jars.de/tag/ubuntu" title="Ubuntu" rel="tag">Ubuntu</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/linux/update-kubuntu-704-vmware-images" title="Update: (K)Ubuntu 7.04 VMware Images (26. Juni 2007)">Update: (K)Ubuntu 7.04 VMware Images</a> (6)</li>
	<li><a href="http://jars.de/linux/ubuntu-linux" title="Ubuntu Linux (9. Februar 2007)">Ubuntu Linux</a> (5)</li>
	<li><a href="http://jars.de/english/ubuntu-804-vmware-image-download-english" title="Ubuntu 8.04 VMware Image Download (English) (26. April 2008)">Ubuntu 8.04 VMware Image Download (English)</a> (20)</li>
	<li><a href="http://jars.de/linux/ubuntu-804-vmware-image-download" title="Ubuntu 8.04 VMware Image Download (25. April 2008)">Ubuntu 8.04 VMware Image Download</a> (61)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download-english" title="Ubuntu 7.10 VMware Image Download (English) (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download (English)</a> (105)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/java/java-unter-ubuntu-704/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubuntu 7.04 (Feisty Fawn) verf&#252;gbar</title>
		<link>http://jars.de/linux/ubuntu-704-feisty-fawn-verfugbar</link>
		<comments>http://jars.de/linux/ubuntu-704-feisty-fawn-verfugbar#comments</comments>
		<pubDate>Thu, 19 Apr 2007 10:30:41 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://jars.de/linux/ubuntu-704-feisty-fawn-verfugbar</guid>
		<description><![CDATA[Soeben wurde das offizielle Ubuntu 7.04 (Feisty Fawn) Release zum Download freigegeben. Ubuntu gilt als eine der anwenderfreundlichsten und beliebtesten Linux Distributionen. Die Neuigkeiten im &#220;berblick: Windows Migrations-Assistent: Erlaubt die &#220;bernahme bestimmter Daten (z.B. Browser Favoriten) von Microsoft Windows Betriebsystemen. Codecs: Fehlt ein Codec f&#252;r eine Multimedia Datei, so wird der Codec automatisch heruntergeladen und [...]]]></description>
			<content:encoded><![CDATA[<p>Soeben wurde das offizielle <a href="http://releases.ubuntu.com/7.04/">Ubuntu 7.04 (Feisty Fawn)</a> Release zum Download freigegeben. <a href="http://www.ubuntu.com/">Ubuntu</a> gilt als eine der anwenderfreundlichsten und <a href="http://distrowatch.com/stats.php?section=popularity">beliebtesten</a> Linux Distributionen.</p>
<p>Die Neuigkeiten im &#220;berblick:<span id="more-31"></span></p>
<ul>
<li><strong>Windows Migrations-Assistent:</strong> Erlaubt die &#220;bernahme bestimmter Daten (z.B. Browser Favoriten) von Microsoft Windows Betriebsystemen.</li>
<li><strong>Codecs:</strong> Fehlt ein Codec f&#252;r eine Multimedia Datei, so wird der Codec automatisch heruntergeladen und installiert.</li>
<li><strong>Plug&#038;Play Netzwerk:</strong> Die Netzwerk-Konfiguration (z.B. WLAN) hat sich weiter vereinfacht.
<li><strong>Abgesicherter Modus:</strong> Bei Problemen mit der Grafikkonfiguration, muss man nicht mehr zwingend auf die Konsole zur&#252;ck. Alternativ kann man auch Gnome in einer 800&#215;600 Aufl&#246;sung bei 256 Farben mit dem VESA Treiber nutzen.</li>
<li><strong>Desktop Effekte:</strong> 3D Effekte (<a href="http://compiz.org/">Compiz</a>) lassen sich <a href="http://www.arsgeek.com/?p=1313">einfach aktivieren</a>.</li>
<li><strong>Kernel:</strong> Ubuntu basiert auf dem Linux 2.6.20 Kernel, X 7.2 und dem GNOME 2.18 Desktop</li>
<li><strong>Sonstiges:</strong> Daneben gibt es noch einige Detailverbesserungen, wie zum Beispiel beim Installationsprozess und Design sowie neue Tools (Desktop Suche, Festplattenbelegung, Schach, Sudoku)</li>
</ul>
<p><strong>Update:</strong> Der Download des <a href="http://jars.de/linux/ubuntu-704-vmware-image-download">VMware Image von Ubuntu 7.04</a> ist inzwischen verf&#252;gbar.</p>

	<b>Tags:</b> <a href="http://jars.de/tag/ubuntu" title="Ubuntu" rel="tag">Ubuntu</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/linux/update-kubuntu-704-vmware-images" title="Update: (K)Ubuntu 7.04 VMware Images (26. Juni 2007)">Update: (K)Ubuntu 7.04 VMware Images</a> (6)</li>
	<li><a href="http://jars.de/linux/ubuntu-linux" title="Ubuntu Linux (9. Februar 2007)">Ubuntu Linux</a> (5)</li>
	<li><a href="http://jars.de/english/ubuntu-804-vmware-image-download-english" title="Ubuntu 8.04 VMware Image Download (English) (26. April 2008)">Ubuntu 8.04 VMware Image Download (English)</a> (20)</li>
	<li><a href="http://jars.de/linux/ubuntu-804-vmware-image-download" title="Ubuntu 8.04 VMware Image Download (25. April 2008)">Ubuntu 8.04 VMware Image Download</a> (61)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download-english" title="Ubuntu 7.10 VMware Image Download (English) (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download (English)</a> (105)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/linux/ubuntu-704-feisty-fawn-verfugbar/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Download: Virtuelles Ubuntu 6.10 f&#252;r VWware</title>
		<link>http://jars.de/linux/download-virtuelles-ubuntu-610-fur-vwware</link>
		<comments>http://jars.de/linux/download-virtuelles-ubuntu-610-fur-vwware#comments</comments>
		<pubDate>Sun, 11 Feb 2007 02:28:33 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware Image]]></category>

		<guid isPermaLink="false">http://jars.de/linux/download-virtuelles-ubuntu-610-fur-vwware</guid>
		<description><![CDATA[Ein vorinstalliertes Ubuntu 6.10 gibt es hier als virtuelle Maschine (VMware) zum Download. Ubuntu wurde auf Deutsch installiert und vollst&#228;ndig aktualisiert &#8211; unter anderem wurde der Kernel auf 2.6.17-11 gehoben. Neben der Ubuntu Standardsoftware (OpenOffice, Firefox, Evolution, Gimp, etc.) ist zus&#228;tzlich noch Java 5 und Eclipse 3.2.1 installiert. Nach dem Runterladen ist das Linux System [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jars.de/screenshots/vmware.gif" /></p>
<p>Ein vorinstalliertes Ubuntu 6.10 gibt es hier als virtuelle Maschine (VMware) zum Download. <a href="http://jars.de/linux/ubuntu-linux">Ubuntu</a> wurde auf Deutsch installiert und vollst&#228;ndig aktualisiert &#8211; unter anderem wurde der Kernel auf 2.6.17-11 gehoben. Neben der Ubuntu Standardsoftware (OpenOffice, Firefox, Evolution, Gimp, etc.) ist zus&#228;tzlich noch Java 5 und Eclipse 3.2.1 installiert. Nach dem Runterladen ist das Linux System mit allen Anwendungen sofort benutzbar.<br />
<span id="more-11"></span></p>
<p>Logindaten (Neuanlage von Benutzern selbstverst&#228;ndlich m&#246;glich):<br />
Benutzername: jars<br />
Passwort: jars</p>
<p>Folgende Einstellungen wurden f&#252;r die VM verwendet:<br />
RAM: 512 MB RAM<br />
Bildschirmgr&#246;&#223;e: 1024&#215;768<br />
Sprache und Tastatur: Deutsch</p>
<p><img src="http://jars.de/bilder/ubuntu16.png" align="left" height="16" width="16" />  <a href="http://jars.de/downloads/download-page.php?file=Ubuntu_VMware.rar" target="_blank"><strong>Download Ubuntu 6.10 VM</strong></a> (948 MB, entpackt 3GB)</p>
<p><strong>Achtung, neue Version verf&#252;gbar:</strong> <a href="http://jars.de/linux/ubuntu-704-vmware-image-download">Ubuntu 7.04 f&#252;r VMware</a></p>
<p>Das RAR Archiv  kann zum Beispiel mit <a href="http://www.winrar.de/" target="_blank">WinRAR</a> entpackt werden. Das RAR Archiv  kann zum Beispiel mit <a href="http://www.winrar.de/" target="_blank">WinRAR</a> entpackt werden. F&#252;r die Ausf&#252;hrung der VM ist ein VMware Produkt, beispielsweise der kostenlose <a href="http://jars.de/tools/vmware-server-vs-player">VMware Server oder Player</a>, n&#246;tig.</p>
<p>Ach ja: Die Nutzung erfolgt ausschlie&#223;lich auf eigene Gefahr ohne jegliche Gew&#228;hrleistungs- oder Haftungsanspr&#252;che.</p>

	<b>Tags:</b> <a href="http://jars.de/tag/download" title="Download" rel="tag">Download</a>, <a href="http://jars.de/tag/ubuntu" title="Ubuntu" rel="tag">Ubuntu</a>, <a href="http://jars.de/tag/vmware-image" title="VMware Image" rel="tag">VMware Image</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/english/ubuntu-804-vmware-image-download-english" title="Ubuntu 8.04 VMware Image Download (English) (26. April 2008)">Ubuntu 8.04 VMware Image Download (English)</a> (20)</li>
	<li><a href="http://jars.de/linux/ubuntu-804-vmware-image-download" title="Ubuntu 8.04 VMware Image Download (25. April 2008)">Ubuntu 8.04 VMware Image Download</a> (61)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download-english" title="Ubuntu 7.10 VMware Image Download (English) (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download (English)</a> (105)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download" title="Ubuntu 7.10 VMware Image Download (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download</a> (26)</li>
	<li><a href="http://jars.de/linux/ubuntu-704-vmware-image-download" title="Ubuntu 7.04 VMware Image Download (20. April 2007)">Ubuntu 7.04 VMware Image Download</a> (57)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/linux/download-virtuelles-ubuntu-610-fur-vwware/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Virtualisierung mit VMware Server</title>
		<link>http://jars.de/tools/virtualisierung-mit-vmware-server</link>
		<comments>http://jars.de/tools/virtualisierung-mit-vmware-server#comments</comments>
		<pubDate>Sat, 10 Feb 2007 16:07:06 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware Server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jars.de/tools/virtualisierung-mit-vmware-server</guid>
		<description><![CDATA[Bisher habe ich das kostenlose VirtualPC von Microsoft f&#252;r Windows Testumgebungen eingesetzt. Mit einem virtuellen Windows XP funktionierte das auch problemlos &#8211; zum Beispiel habe ich hier einen SAP Netweaver Web Application Server laufen, der ziemlich in Windows eingreift. Der Versuch Linux als Gastbetriebssystem einzurichten, scheiterte jedoch bereits an einer h&#228;ngengebliebenen Installation. Zwar liest man [...]]]></description>
			<content:encoded><![CDATA[<p>Bisher habe ich das kostenlose <a href="http://www.microsoft.com/windows/virtualpc/default.mspx" title="VirtualPC Homepage">VirtualPC</a> von Microsoft f&#252;r Windows Testumgebungen eingesetzt. Mit einem virtuellen Windows XP funktionierte das auch problemlos &#8211; zum Beispiel habe ich hier einen SAP Netweaver Web Application Server laufen, der ziemlich in Windows eingreift. Der Versuch Linux als Gastbetriebssystem einzurichten, scheiterte jedoch bereits an einer h&#228;ngengebliebenen Installation. Zwar liest man oft, dass sich Linux auf VirtualPC 2004 installieren l&#228;sst. Aber zumindest meine Installation verweigerte sowohl den Mini-/Netzinstallationen von Debian 3.1 und OpenSuse 10.2, als auch Ubuntu 6.10 die Gastfreundschaft. Die L&#246;sung fand ich bei <a href="http://www.vmware.com/de/products/server/" title="VMware Server" target="_blank">VMware Server</a>, das Linux ganz offiziell als Wirt- und Gastbetriebssystem unterst&#252;tzt.</p>
<p><span id="more-10"></span>Von dem Produktnamen sollte man sich nicht irritieren lassen: es werden nicht nur Serveranwendungen unterst&#252;tzt, sondern auch grafische Desktopanwendungen. Auf dieser ebenfalls kostenlosen virtuellen Maschine lie&#223; sich <a href="http://jars.de/linux/ubuntu-linux" title="Ubuntu Linux">Ubuntu</a> auf Anhieb und problemlos installieren. Auch sonst hat VMware Server gegen&#252;ber VirtualPC einige Vorz&#252;ge. Beispielsweise unterst&#252;tzt VMware Server zwei Prozessoren und kann auch virtuellen Hauptspeicher auf dem Host auslagern. Auch interessant ist die M&#246;glichkeit einen Snapshot des aktuellen Zustands der gesamten virtuellen Maschine zu speichern, zu dem man sp&#228;ter zur&#252;ckkehren kann. Gerade beim Testen oder vor kritischen &#196;nderungen ist das hilfreich.</p>
<p>Neben dem kostenlosen <a href="http://www.vmware.com/de/download/server/">Download</a> von VMware Server, gibt es auch <a href="http://www.vmware.com/de/products/player/">VMware Player</a>, der lediglich bereits vorhandene virtuelle Maschinen &#8220;abspielt&#8221; &#8211; neue virtuelle Maschinen lassen sich nicht anlegen. Daf&#252;r ist der Player mit einer Downloadgr&#246;&#223;e von knapp 30 MB deutlich schlanker als die Server Variante mit knapp 150 MB. Vor dem Betrieb ist jeweils eine Registrierung bei VMware n&#246;tig.</p>
<p>F&#252;r vorinstallierte VMs gibt es sogar einen <a href="http://www.vmware.com/vmtn">Online Marktplatz</a> bei VMware. Hier kann man sich fertige VMs, zum Beispiel verschiedenste Linux Distributionen, einfach runterladen.</p>

	<b>Tags:</b> <a href="http://jars.de/tag/vmware" title="VMware" rel="tag">VMware</a>, <a href="http://jars.de/tag/vmware-server" title="VMware Server" rel="tag">VMware Server</a>, <a href="http://jars.de/tag/windows" title="Windows" rel="tag">Windows</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/tools/vmware-server-vs-player" title="VMware Server vs. Player (28. Mai 2007)">VMware Server vs. Player</a> (10)</li>
	<li><a href="http://jars.de/sonstiges/umstieg-auf-windows-vista" title="Umstieg auf Windows Vista (26. April 2007)">Umstieg auf Windows Vista</a> (2)</li>
	<li><a href="http://jars.de/english/ubuntu-804-vmware-image-download-english" title="Ubuntu 8.04 VMware Image Download (English) (26. April 2008)">Ubuntu 8.04 VMware Image Download (English)</a> (20)</li>
	<li><a href="http://jars.de/linux/ubuntu-804-vmware-image-download" title="Ubuntu 8.04 VMware Image Download (25. April 2008)">Ubuntu 8.04 VMware Image Download</a> (61)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download-english" title="Ubuntu 7.10 VMware Image Download (English) (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download (English)</a> (105)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/tools/virtualisierung-mit-vmware-server/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ubuntu Linux</title>
		<link>http://jars.de/linux/ubuntu-linux</link>
		<comments>http://jars.de/linux/ubuntu-linux#comments</comments>
		<pubDate>Fri, 09 Feb 2007 00:08:12 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://jars.de/linux/ubuntu-linux</guid>
		<description><![CDATA[Auf der Suche nach einer einfachen und schlanken Linux Distribution f&#252;r meinen Laptop bin ich bei Ubuntu (aktuelle Version 6.10) f&#252;ndig geworden. Das Grundsystem ben&#246;tigt nur eine einzige CD, die man als ISO Image downloaden kann. Sehr positiv f&#228;llt auf, das die CD sowohl als Live-CD (das komplette Linux System l&#228;dt von CD) als auch [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jars.de/screenshots/ubuntu.gif" title="Ubuntu" alt="Ubuntu" align="right" height="180" hspace="10" width="130" />Auf der Suche nach einer einfachen und schlanken Linux Distribution f&#252;r meinen Laptop bin ich bei <a href="http://www.ubuntu.com" title="Ubuntu" target="_blank">Ubuntu</a> (aktuelle Version 6.10) f&#252;ndig geworden. Das Grundsystem ben&#246;tigt nur eine einzige CD, die man als ISO Image downloaden kann. Sehr positiv f&#228;llt auf, das die CD sowohl als Live-CD (das komplette Linux System l&#228;dt von CD) als auch Installationspaket dient. Die Live-CD ist sinnvoll, wenn man sich das System erstmal anschauen m&#246;chte oder beispielsweise die <a href="http://jars.de/tools/gparted-partitionsmanager-fur-windows" title="Festplatte partitionieren mit GPartEd">Festplatte partitionieren</a> m&#246;chte.</p>
<p><span id="more-9"></span><br />
Der Installationsprozess ist sehr einfach und schnell. Sogar das Einrichten des gesch&#252;tzten WLAN nach der Installation war sehr intuitiv. Einziger Wehrmutstropfen war, dass die Grafikkarte meines Laptops nicht direkt unterst&#252;tzt wurde (ATI X1300) und somit die Grafikperformance zun&#228;chst stark beeintr&#228;chtigt war.</p>
<p>Die wichtigste Software ist bereits vorinstalliert, wie zum Beispiel Firefox, OpenOffice 2.x, und der Mail-Client Evolution. Desweiteren kann man Pakete online nachinstallieren und das System aktualisieren.</p>
<p>Insgesamt hinterlie&#223; Ubuntu &#8211; von der fehlenden Treiberunterst&#252;tzung meiner Grafikkartentreiber abgesehen &#8211; einen sehr guten ersten Eindruck. Zielgruppe sind sicherlich nicht die Linux Profis, die gerne den Kernel selbst kompilieren und tweaken wollen. Ubuntu ist vielmehr f&#252;r diejenigen empfehlenswert, die sich ein einfach zu bedienenden Linux System w&#252;nschen das schnell anwendbar ist.</p>

	<b>Tags:</b> <a href="http://jars.de/tag/ubuntu" title="Ubuntu" rel="tag">Ubuntu</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/linux/update-kubuntu-704-vmware-images" title="Update: (K)Ubuntu 7.04 VMware Images (26. Juni 2007)">Update: (K)Ubuntu 7.04 VMware Images</a> (6)</li>
	<li><a href="http://jars.de/english/ubuntu-804-vmware-image-download-english" title="Ubuntu 8.04 VMware Image Download (English) (26. April 2008)">Ubuntu 8.04 VMware Image Download (English)</a> (20)</li>
	<li><a href="http://jars.de/linux/ubuntu-804-vmware-image-download" title="Ubuntu 8.04 VMware Image Download (25. April 2008)">Ubuntu 8.04 VMware Image Download</a> (61)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download-english" title="Ubuntu 7.10 VMware Image Download (English) (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download (English)</a> (105)</li>
	<li><a href="http://jars.de/linux/ubuntu-710-vmware-image-download" title="Ubuntu 7.10 VMware Image Download (21. Oktober 2007)">Ubuntu 7.10 VMware Image Download</a> (26)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/linux/ubuntu-linux/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>GPartEd: Partitionsmanager f&#252;r Windows</title>
		<link>http://jars.de/tools/gparted-partitionsmanager-fur-windows</link>
		<comments>http://jars.de/tools/gparted-partitionsmanager-fur-windows#comments</comments>
		<pubDate>Tue, 30 Jan 2007 23:08:32 +0000</pubDate>
		<dc:creator>Markus Junginger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[GPartEd]]></category>
		<category><![CDATA[Partitionsmanager]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jars.de/tools/gparted-partitionsmanager-fur-windows</guid>
		<description><![CDATA[Ob man f&#252;r Windows Vista eine neue Partition anlegen m&#246;chte oder warum auch immer: Festplattenpartitionen vergr&#246;&#223;ern, verkleinern oder verschieben macht man eher selten. Deshalb ist die Hemmschwelle auch eher gr&#246;&#223;er sich eine Software wie PartitionMagic zu kaufen. Es ist auch nicht n&#246;tig: GPartEd ist eine kostenlose Alternative, die dennoch alles bietet um sich die Partitionen [...]]]></description>
			<content:encoded><![CDATA[<p>Ob man f&#252;r Windows Vista eine neue Partition anlegen m&#246;chte oder warum auch immer: Festplattenpartitionen vergr&#246;&#223;ern, verkleinern oder verschieben macht man eher selten. Deshalb ist die Hemmschwelle auch eher gr&#246;&#223;er sich eine Software wie PartitionMagic zu kaufen. Es ist auch nicht n&#246;tig: <a href="http://gparted.sourceforge.net/" title="GPartEd Homepage">GPartEd </a>ist eine kostenlose Alternative, die dennoch alles bietet um sich die Partitionen wunschgem&#228;&#223; einzurichten. Die Bedienung gestaltet sich einfach und orientiert sich an PartitionMagic.<br />
<img src="http://jars.de/screenshots/gparted.gif" title="GPartEd" alt="GPartEd" /></p>
<p><span id="more-6"></span>Der Screenshot verr&#228;t es bereits: <a href="http://gparted.sourceforge.net/" title="GPartEd Homepage">GPartEd </a>ist ein Linux Programm. Aber keine Angst, Windows Anwender m&#252;ssen deshalb noch nicht Linux installieren. Es ist eigentlich ganz einfach: man l&#228;dt sich ein ISO Image runter, brennt es auf CD und bootet von CD. Partitionen zu ver&#228;ndern ist sowieso etwas was man nicht im laufenden Betrieb von Windows macht &#8211; von daher ist das Vorgehen kein gro&#223;er Unterschied zum Vergleichsprodukt PartitionMagic. GPartEd kann mit vielen Dateisystemen umgehen, wie zum Beispiel Fat16, Fat32, und NTFS. Fraglich ist lediglich ob Windows Vista Partitionen unterst&#252;tzt werden. Auf jeden Fall sollte man ein Komplett-Backup machen, bevor man die Partitionierung ver&#228;ndert!</p>
<p>Meine Download-Empfehlung ist <a href="http://gparted.sourceforge.net/livecd.php" title="GPartEd LiveCD">GPartEd LiveCD</a> &#8211; ein bootf&#228;higes CD ISO Image mit einem Linux Kernel und GPartEd (etwa 30 MB). Alternativ ist GParted auch auf <a href="http://www.knopper.net/knoppix/">Knoppix</a> zu finden.</p>

	<b>Tags:</b> <a href="http://jars.de/tag/gparted" title="GPartEd" rel="tag">GPartEd</a>, <a href="http://jars.de/tag/partitionsmanager" title="Partitionsmanager" rel="tag">Partitionsmanager</a>, <a href="http://jars.de/tag/windows" title="Windows" rel="tag">Windows</a><br />

	<h4>Verwandte Beiträge</h4>
	<ul class="st-related-posts">
	<li><a href="http://jars.de/tools/virtualisierung-mit-vmware-server" title="Virtualisierung mit VMware Server (10. Februar 2007)">Virtualisierung mit VMware Server</a> (7)</li>
	<li><a href="http://jars.de/sonstiges/umstieg-auf-windows-vista" title="Umstieg auf Windows Vista (26. April 2007)">Umstieg auf Windows Vista</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://jars.de/tools/gparted-partitionsmanager-fur-windows/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
