<?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>Notizblog &#187; Linux</title>
	<atom:link href="http://blog.derschwarz.de/index.php/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.derschwarz.de</link>
	<description>Widerstand ist zwecklos</description>
	<lastBuildDate>Sat, 04 Sep 2010 14:54:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Linux Tipps (2) Streams</title>
		<link>http://blog.derschwarz.de/index.php/2009/07/19/linux-tipps-2-streams/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/07/19/linux-tipps-2-streams/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 07:33:27 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[stream]]></category>
		<category><![CDATA[tipp]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=572</guid>
		<description><![CDATA[Einen Stream auf die Festplatte speichern mplayer -dumpstream &#60;Stream URL&#62; -dumpfile &#60;Local File Name&#62; mplayer -dumpstream -dumpfile &#60;Local File Name&#62; -playlist &#60;Playlist URL&#62;]]></description>
			<content:encoded><![CDATA[<p>Einen Stream auf die Festplatte speichern</p>
<blockquote><p><code>mplayer -dumpstream &lt;Stream URL&gt; -dumpfile &lt;Local File Name&gt;</code></p></blockquote>
<blockquote><p><code>mplayer -dumpstream -dumpfile &lt;Local File Name&gt; -playlist &lt;Playlist URL&gt;</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/07/19/linux-tipps-2-streams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Tipps (1)</title>
		<link>http://blog.derschwarz.de/index.php/2009/07/17/linux-tipps-1/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/07/17/linux-tipps-1/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 11:00:39 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[lsof]]></category>
		<category><![CDATA[tipp]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=522</guid>
		<description><![CDATA[Wenn man wissen will welches Programm eine Datei oder ein Laufwerk belegt. Nützlich wenn das unmounten nicht klappt. lsof +D /media/cdrom0 Listet alle Partitionen auf sudo fdisk -l]]></description>
			<content:encoded><![CDATA[<p>Wenn man wissen will welches Programm eine Datei oder ein Laufwerk belegt. Nützlich wenn das unmounten nicht klappt.</p>
<blockquote><p><code>lsof +D /media/cdrom0</code></p></blockquote>
<p>Listet alle Partitionen auf</p>
<blockquote><p><code>sudo fdisk -l</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/07/17/linux-tipps-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup mit rsnapshot &#8211; Automatisch starten</title>
		<link>http://blog.derschwarz.de/index.php/2009/06/13/backup-mit-rsnapshot-automatisch-starten_/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/06/13/backup-mit-rsnapshot-automatisch-starten_/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 11:02:42 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[anacron]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rsnapshot]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=357</guid>
		<description><![CDATA[Backup mit rsnapshot -&#62; Artikelübersicht Vorbetrachtung Mit dem Befehl sudo rsnapshot hourly legt rsnapshot ein stündliches Backup an, mit sudo rsnapshot daily ein tägliches usw. Mit jedem Aufruf von sudo rsnapshot hourly wird zuerst das Verzeichnis hourly.5 gelöscht und danach das Verzeichnis hourly.4 nach hourly.5 verschoben etc. Und zum Schluss wird das Verzeichnis hourly.0 mit [...]]]></description>
			<content:encoded><![CDATA[<p>Backup mit rsnapshot -&gt; <a href="http://blog.derschwarz.de/index.php/2009/04/28/backup-mit-rsnapshot/">Artikelübersicht</a></p>
<p><strong>Vorbetrachtung</strong></p>
<p>Mit dem Befehl <code>sudo rsnapshot hourly</code> legt rsnapshot ein stündliches Backup an, mit  <code>sudo rsnapshot daily</code> ein tägliches usw.</p>
<p>Mit jedem Aufruf von <code>sudo rsnapshot hourly</code> wird zuerst das Verzeichnis <code>hourly.5</code> gelöscht und danach das Verzeichnis <code>hourly.4</code> nach <code>hourly.5</code> verschoben etc. Und zum Schluss wird das Verzeichnis <code>hourly.0</code> mit einem frischen Backup neu erstellt.<br />
Für <code>daily</code> gilt prinzipiell das selbe, nur das dort als letztes das Verzeichnis <code>hourly.5</code> nach <code>daily.0</code> verschoben wird. Voraussetzung ist dabei das das Verzeichnis <code>hourly.5</code> schon existiert. Somit kann es eine ganze Zeit dauern bis das erste monthly backup erstellt wird.</p>
<p><strong>Automatischer Start</strong></p>
<p>Der Aufruf von rsnapshot erledigt bei mir <a href="http://wiki.ubuntuusers.de/Cron#Anacron-Anac-h-ronistic-Cron">anacron</a> und zwei kleines Shell-Script.</p>
<p>Im Ordner /etc/cron.hourly liegt das erste Script das mein Hauptscript aufruft, analog ist das für die weiteren Anacron Ordner durchzuführen.</p>
<p><code>#!/bin/bash<br />
/home/USERNAME/.bin/rsnapshot_backup.sh hourly</code></p>
<p>Das <a href="http://blog.derschwarz.de/wp-content/uploads/2009/04/rsnapshot_backup_2.sh">Hauptscript</a> selber ruft jetzt rsnapshot auf und gibt bei Erfolg oder Misserfolg eine Meldung auf dem Desktop aus.</p>
<p><img class="alignnone size-full wp-image-400" title="rsnapshot" src="http://blog.derschwarz.de/wp-content/uploads/2009/04/rsnapshot.png" alt="rsnapshot" width="388" height="129" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/06/13/backup-mit-rsnapshot-automatisch-starten_/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Router neustarten</title>
		<link>http://blog.derschwarz.de/index.php/2009/06/11/router-neustarten/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/06/11/router-neustarten/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 09:51:27 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[speedport]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=477</guid>
		<description><![CDATA[Möchte man seinen DSL Router rebooten um eine neue IP zu bekommen geht das nur umständlich über das Web Frontend des Routers. Aber was ein Browser kann muss doch auch mit einem Shell Script gehen. Das Zauberwort heißt cURL, mit ihm lässt sich die ganze Maus klickerei im Browser automatisieren. Eine detalierte beschreibung gibt es [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-485 aligncenter" title="routerreboot" src="http://blog.derschwarz.de/wp-content/uploads/2009/06/routerreboot.png" alt="routerreboot" width="416" height="142" /></p>
<p>Möchte man seinen DSL Router rebooten um eine neue IP zu bekommen geht das nur umständlich über das Web Frontend des Routers. Aber was ein Browser kann muss doch auch mit einem Shell Script gehen.</p>
<p>Das Zauberwort heißt <a href="http://de.wikipedia.org/wiki/CURL">cURL</a>, mit ihm lässt sich die ganze Maus klickerei im Browser automatisieren. Eine detalierte beschreibung gibt es im <a href="http://wiki.ubuntuusers.de/Baustelle/Router_neustarten_(Reconnect)">Ubuntuusers Wiki</a></p>
<p style="text-align: left;">Für meinen Speedport W 501V funktioniert es mit folgendem Script <a href="http://blog.derschwarz.de/wp-content/uploads/2009/06/speedportreboot.sh">Download</a></p>
<p style="text-align: left;">#Anmelden<br />
curl &#8220;http://speedport.ip/cgi-bin/webcm&#8221; -d &#8220;getpage=..%2Fhtml%2Fhcti_startseite.htm&amp;login%3Acommand%2Fpassword=$PASSWORD&#8221;</p>
<p>#Reboot<br />
curl &#8220;http://speedport.ip/cgi-bin/webcm&#8221; -d &#8220;logic%3Acommand%2Freboot=1&amp;getpage=..%2Fhtml%2Freboot.html&amp;errorpage=..%2Fhtml%2Fhcti_hilfsmittel_reboot.htm&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/06/11/router-neustarten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup mit rsnapshot &#8211; Konfiguration</title>
		<link>http://blog.derschwarz.de/index.php/2009/04/28/backup-mit-rsnapshot-konfiguration/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/04/28/backup-mit-rsnapshot-konfiguration/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 14:52:36 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rsnapshot]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=337</guid>
		<description><![CDATA[Backup mit rsnapshot -&#62; Artikelübersicht Mit root-Rechten die Konfigurationsdatei /etc/rsnapshot.conf öffnen. Das Trennungszeichen ist ein Tab, nicht das Leerzeichen. Pfade müssen zwingend mit einem Slash / enden. snapshot_root gibt das Zielverzeichnis für die Backups an (es muss auf einem Linux Datensystem liegen, kein NTFS oder Fat) snapshot_root   /media/UsbHD/rsnapshot/ Mit no_create_root 1 weißt man rsnapshot an [...]]]></description>
			<content:encoded><![CDATA[<p>Backup mit rsnapshot -&gt; <a href="http://blog.derschwarz.de/index.php/2009/04/28/backup-mit-rsnapshot/">Artikelübersicht</a></p>
<p>Mit root-Rechten die Konfigurationsdatei <code>/etc/rsnapshot.conf</code> öffnen.</p>
<p><em>Das Trennungszeichen ist ein Tab, nicht das Leerzeichen.<br />
Pfade müssen zwingend mit einem Slash / enden.</em></p>
<p>snapshot_root gibt das Zielverzeichnis für die Backups an (es muss auf einem Linux Datensystem liegen, kein NTFS oder Fat)</p>
<blockquote><p><code>snapshot_root   /media/UsbHD/rsnapshot/</code></p></blockquote>
<p>Mit no_create_root  1 weißt man rsnapshot an das Backup-Verzeichnis nicht zu erstellen wenn es nicht vorhanden ist, z.B. wenn die externe USB-HD nicht angeschlossen ist. Ansonsten würden die Backups im Mount-Verzeichnis der lokale Platte landen.</p>
<blockquote><p><code>no_create_root  1</code></p></blockquote>
<p>Hinter interval können beliebige Namen für Sicherungen angegeben werden, die Zahl hinter dem Namen gibt die Anzahl der Sicherungen an die aufbewahrt werden.</p>
<blockquote><p><code>interval        hourly  6<br />
interval        daily   7<br />
interval        weekly  4<br />
interval        monthly 3</code></p></blockquote>
<p>Es empfiehlt sich das Logfile zu aktivieren (# entfernen)</p>
<blockquote><p><code>logfile /var/log/rsnapshot</code></p></blockquote>
<p>Mit exclude lassen sich Verzeichnisse vom Backup ausschließen.</p>
<blockquote><p><code>exclude Recycled<br />
exclude .Trash*<br />
exclude .gvfs</code></p></blockquote>
<p>Mit backup gibt man die Verzeichnisse an die man sichern will (an Tab und Slash denken)</p>
<blockquote><p><code># LOCALHOST<br />
backup	/home/	localhost/<br />
backup	/etc/	localhost/<br />
backup	/usr/local/	localhost/</code></p></blockquote>
<p>Hat man seine Konfiguration erstellt, läßt sich das conf-File testen</p>
<blockquote><p><code>rsnapshot configtest</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/04/28/backup-mit-rsnapshot-konfiguration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup mit rsnapshot</title>
		<link>http://blog.derschwarz.de/index.php/2009/04/28/backup-mit-rsnapshot/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/04/28/backup-mit-rsnapshot/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 14:50:13 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rsnapshot]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=392</guid>
		<description><![CDATA[Meine Backups erledige ich seit geraumer Zeit mit rsnapshot. In den folgenden Artikeln werde ich mein Setup nach und nach vorstellen. Konfiguration Automatisch starten Überprüfen Problembehebung P.S. Alle Angaben ohne Gewähr]]></description>
			<content:encoded><![CDATA[<p>Meine Backups erledige ich seit geraumer Zeit mit <a href="http://www.rsnapshot.org/">rsnapshot</a>.</p>
<p>In den folgenden Artikeln werde ich mein Setup nach und nach vorstellen.</p>
<ol>
<li><a href="http://blog.derschwarz.de/index.php/2009/04/28/backup-mit-rsnapshot-konfiguration/">Konfiguration</a></li>
<li><a href="http://blog.derschwarz.de/index.php/2009/06/13/backup-mit-rsnapshot-automatisch-starten_/">Automatisch starten</a></li>
<li>Überprüfen</li>
<li>Problembehebung</li>
</ol>
<p>P.S. Alle Angaben ohne Gewähr</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/04/28/backup-mit-rsnapshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ordner mit Datum</title>
		<link>http://blog.derschwarz.de/index.php/2009/04/25/ordner-mit-datum/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/04/25/ordner-mit-datum/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 15:54:53 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=448</guid>
		<description><![CDATA[Mit folgendem Linux Einzeiler lässt sich ein Ordner mit dem aktuellen Datum anlegen [1] mkdir $(date +%Y%m%d) Das ganze in ein Script verpackt und in den Nautilus Scriptordner verschoben (/home/BENUTZERNAME/.gnome2/nautilus-scripts/) #!/bin/sh mkdir $(date +%Y%m%d) lässt sich komfortabel aus dem Kontextmenü ein Ordner mit dem aktuellen Datum erstellen.]]></description>
			<content:encoded><![CDATA[<p>Mit folgendem Linux Einzeiler lässt sich ein Ordner mit dem aktuellen Datum anlegen <a href="http://www.commandlinefu.com/commands/view/1993/create-directory-named-after-current-date" target="_blank">[1]</a></p>
<blockquote><p><code>mkdir $(date +%Y%m%d)</code></p></blockquote>
<p>Das ganze in ein Script verpackt und in den <a href="http://wiki.ubuntuusers.de/Nautilus_Skripte">Nautilus Scriptordner</a> verschoben (/home/BENUTZERNAME/.gnome2/nautilus-scripts/)</p>
<blockquote><p><code>#!/bin/sh<br />
mkdir $(date +%Y%m%d)</code></p></blockquote>
<p>lässt sich komfortabel aus dem Kontextmenü ein Ordner mit dem aktuellen Datum erstellen.<br />
<a href="http://blog.derschwarz.de/wp-content/uploads/2009/04/ordnermitdatum.png" rel="lightbox[448]"><img class="alignnone size-thumbnail wp-image-450" title="ordnermitdatum" src="http://blog.derschwarz.de/wp-content/uploads/2009/04/ordnermitdatum-150x150.png" alt="ordnermitdatum" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/04/25/ordner-mit-datum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Zugriff für einen cron job</title>
		<link>http://blog.derschwarz.de/index.php/2009/04/15/display-zugriff-fur-einen-cron-job/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/04/15/display-zugriff-fur-einen-cron-job/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 20:40:12 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[anacron]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=365</guid>
		<description><![CDATA[Möchte man z.B. mit einem Systemweiten Cron Job ein Fensterprogramm starten so wird das erstmal nicht funktionieren. Da der Cron User gar nichts von einem Display weiß und außerdem keine Zugriffsrechte auf das Display hat. Abhilfe schaffen folgende Tipps (1 und 2 sollten reichen): 1. Display Variable exportieren [1] export DISPLAY=:0 2. Das MIT-MAGIC-COOKIE exportieren [...]]]></description>
			<content:encoded><![CDATA[<p>Möchte man z.B. mit einem<a href="http://wiki.ubuntuusers.de/Cron#Die-systemweite-Cron-Tabelle-etc-crontab"> Systemweiten Cron Job</a> ein Fensterprogramm starten so wird das erstmal nicht funktionieren. Da der Cron User gar nichts von einem Display weiß und außerdem keine Zugriffsrechte auf das Display hat.</p>
<p>Abhilfe schaffen folgende Tipps (1 und 2 sollten reichen):</p>
<p>1. Display Variable exportieren <a href="http://wiki.ubuntuusers.de/Cron#Fenster-einer-Anwendung-oeffnet-sich-nicht">[1]</a><br />
<code>export DISPLAY=:0</code></p>
<p>2. Das MIT-MAGIC-COOKIE exportieren <a href="http://forum.ubuntuusers.de/post/1554595/">[2]</a>, <a href="http://forum.ubuntuusers.de/post/1479542/">[3]</a><br />
<code>export XAUTHORITY=/home/USERNAME/.Xauthority</code></p>
<p>3. Den X-Host freigeben (<a href="http://strcat.de/blog/archives/390-Wieso-xhost-+-definitiv-poehse-ist!.html">Achtung böse</a>) <a href="http://lists.freebsd.org/pipermail/freebsd-questions/2005-February/075394.html">[4]</a>,<br />
<code>xhost local:<br />
(xhost +)</code></p>
<p><a href="http://blog.derschwarz.de/wp-content/uploads/2009/04/cronx.sh">Test Script cronx.sh</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/04/15/display-zugriff-fur-einen-cron-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IP-Alias</title>
		<link>http://blog.derschwarz.de/index.php/2009/04/08/ip-alias/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/04/08/ip-alias/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 09:38:22 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[ifconfig]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[netzwerk]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=291</guid>
		<description><![CDATA[Mit IP-Alias ist es möglich einer physikalischen Netzwerkschnittstelle mehrere IP-Adressen zuzuweisen. Dies ist ganz nützlich wenn man z.B. eine neue TK-Anlage bekommt die im Auslieferungszustand auf die IP 192.168.0.240, das eigene Netz aber im Bereich 192.168.2.x liegt. Jetzt kann man entweder seinen PC umkonfigurieren oder kurzfristig einen Alias definieren. sudo ifconfig eth0:1 192.168.0.42 Nach einem [...]]]></description>
			<content:encoded><![CDATA[<p>Mit IP-Alias ist es möglich einer physikalischen Netzwerkschnittstelle mehrere IP-Adressen zuzuweisen.</p>
<p>Dies ist ganz nützlich wenn man z.B. eine neue TK-Anlage bekommt die im Auslieferungszustand auf die IP 192.168.0.240, das eigene Netz aber im Bereich 192.168.2.x liegt. Jetzt kann man entweder seinen PC umkonfigurieren oder kurzfristig einen Alias definieren.</p>
<p><code>sudo ifconfig eth0:1 192.168.0.42</code><br />
Nach einem Neustart des Rechner verschwindet dieser Alias wieder.</p>
<p><a href="http://www.faqs.org/docs/Linux-mini/IP-Alias.html">Setting up IP Aliasing on A Linux Machine Mini-HOWTO</a><br />
<a href="http://www.heise.de/ct/IP-Adresse-eines-Druckers-anpassen--/hotline/135144">IP-Adresse eines Druckers anpassen</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/04/08/ip-alias/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eine Eieruhr für Gnome</title>
		<link>http://blog.derschwarz.de/index.php/2009/03/21/eine-eieruhr-fur-gnome/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/03/21/eine-eieruhr-fur-gnome/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 17:05:57 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=269</guid>
		<description><![CDATA[Wenn man mal schnell einen kleinen Erinnerungsdienst benötigt, in der Form in 32 Minuten zum Bahnhof fahren Dann kann ich das Timer Applet für Gnome empfehlen. Installation (Ubuntu 8.10): sudo apt-get install timer-applet Einmal kurz aus- und wieder einloggen Und zum Gnome.Panel die Stoppuhr hinzufügen]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-271 alignnone" title="timer-applet" src="http://blog.derschwarz.de/wp-content/uploads/2009/03/timer-applet.png" alt="timer-applet" width="344" height="99" /></p>
<p>Wenn man mal schnell einen kleinen Erinnerungsdienst benötigt, in der Form</p>
<blockquote><p>in 32 Minuten zum Bahnhof fahren</p></blockquote>
<p>Dann kann ich das <a href="http://timerapplet.sourceforge.net/">Timer Applet</a> für Gnome empfehlen.</p>
<p><strong>Installation (Ubuntu 8.10):</strong><br />
<code>sudo apt-get install timer-applet</code><br />
Einmal kurz aus- und wieder einloggen<br />
Und zum <a href="http://wiki.ubuntuusers.de/GNOME_Panel">Gnome.Panel</a> die Stoppuhr hinzufügen</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/03/21/eine-eieruhr-fur-gnome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tar &#8211; der Teerklumpen</title>
		<link>http://blog.derschwarz.de/index.php/2009/03/20/tar/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/03/20/tar/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 20:08:20 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Packprogramme]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=256</guid>
		<description><![CDATA[Komprimierte tar-Archive erstellen gzip Mit der Option -z wird gzip zur Komprimierung verwendet tar cfz test.tar.gz testOrdner/ bzip2 Mit der Option -j wird bzip2 zur Komprimierung verwendet tar cfj test.tar.bz2 testOrdner/ Auto Option Mit der Option -a erkennt tar die Komprimierung anhand der Dateiendung tar cfa testauto.tar.gz testOrdner/ tar cfa testauto.tar.bz2 testOrdner/ Komprimierte tar-Archive entpacken [...]]]></description>
			<content:encoded><![CDATA[<h4>Komprimierte tar-Archive erstellen</h4>
<p><strong>gzip</strong><br />
Mit der Option -z wird <a title="http://de.wikipedia.org/wiki/Gzip (http://de.wikipedia.org/wiki/Gzip) (http://de.wikipedia.org/wiki/Gzip) (http://de.wikipedia.org/wiki/Gzip)" href="http://de.wikipedia.org/wiki/Gzip">gzip</a> zur Komprimierung verwendet<br />
<code>tar cfz test.tar.gz testOrdner/</code></p>
<p><strong>bzip2</strong><br />
Mit der Option -j wird <a title="http://de.wikipedia.org/wiki/Bzip2 (http://de.wikipedia.org/wiki/Bzip2) (http://de.wikipedia.org/wiki/Bzip2) (http://de.wikipedia.org/wiki/Bzip2)" href="http://de.wikipedia.org/wiki/Bzip2">bzip2</a> zur Komprimierung verwendet<br />
<code>tar cfj test.tar.bz2 testOrdner/</code></p>
<p><strong>Auto Option</strong><br />
Mit der Option -a erkennt tar die Komprimierung anhand der <a title="http://www.gnu.org/software/tar/manual/html_node/gzip.html#auto_002dcompress (http://www.gnu.org/software/tar/manual/html_node/gzip.html#auto_002dcompress) (http://www.gnu.org/software/tar/manual/html_node/gzip.html#auto_002dcompress) (http://www.gnu.org/software/tar/manual/html_node/gzip.html#auto_002dcompress)" href="http://www.gnu.org/software/tar/manual/html_node/gzip.html#auto_002dcompress">Dateiendung</a><br />
<code>tar cfa testauto.tar.gz testOrdner/<br />
tar cfa testauto.tar.bz2 testOrdner/</code></p>
<h4>Komprimierte tar-Archive entpacken</h4>
<p>Beim entpacken erkennt tar das Format immer automatisch<br />
<code>tar xf test.tar.gz<br />
tar xf test.tar.bz2 -C testOrdner2</code></p>
<h4>Links</h4>
<p><a title="http://www.gnu.org/software/tar/manual/html_node&lt;/code&gt;/gzip.html#SEC127 (http://www.gnu.org/software/tar/manual/html_node/gzip.html#SEC127) (http://www.gnu.org/software/tar/manual/html_node/gzip.html#SEC127) (http://www.gnu.org/software/tar/manual/html_node/gzip.html#SEC127) (http://www.gnu.org/software/tar/manual/html_node/gzip.html#SEC127)" href="http://www.gnu.org/software/tar/manual/html_node/gzip.html#SEC127">tar – Wikipedia<br />
</a><a title="http://www.gnu.org/software/tar/manual/html_node/Option-Summary.html#SEC42 (http://www.gnu.org/software/tar/manual/html_node/Option-Summary.html#SEC42) (http://www.gnu.org/software/tar/manual/html_node/Option-Summary.html#SEC42) (http://www.gnu.org/software/tar/manual/html_node/Option-Summary.html#SEC42) (http://www.gnu.org/software/tar/manual/html_node/Option-Summary.html#SEC42)" href="http://www.gnu.org/software/tar/manual/html_node/Option-Summary.html#SEC42">GNU tar 1.22: 8.1.1 Creating and Reading Compressed Archives<br />
GNU tar 1.22: 3.4.2 tar Options</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/03/20/tar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terminal unter Linpus Linux</title>
		<link>http://blog.derschwarz.de/index.php/2009/03/05/terminal-unter-linpus-linux/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/03/05/terminal-unter-linpus-linux/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 19:58:14 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[Aspire One]]></category>
		<category><![CDATA[linpus]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Netbook]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=202</guid>
		<description><![CDATA[Auf meinem Aspire One ist original ein Linpus Linux vorinstalliert, das in einem Kiosk Modus daherkommt. Wie kommt man jetzt aber ins Terminal? Alt + F2 -&#62; Häkchen bei &#8220;Run in Terminal&#8221; -&#62; Run]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-203" title="linpus_terminal" src="http://blog.derschwarz.de/wp-content/uploads/2009/03/linpus_terminal.png" alt="linpus_terminal" width="478" height="221" /></p>
<p>Auf meinem Aspire One ist original ein <a href="http://de.wikipedia.org/wiki/Linpus">Linpus</a> Linux vorinstalliert, das in einem Kiosk Modus daherkommt. Wie kommt man jetzt aber ins Terminal?</p>
<p>Alt + F2 -&gt; Häkchen bei &#8220;Run in Terminal&#8221; -&gt; Run</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/03/05/terminal-unter-linpus-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vim und Cursor-Tasten</title>
		<link>http://blog.derschwarz.de/index.php/2009/02/26/vim-und-cursor-tasten/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/02/26/vim-und-cursor-tasten/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 18:14:58 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=190</guid>
		<description><![CDATA[Falls bei dir im vim die Cursor-Tasten nicht richtig funktionieren und nur die Buchstaben A, B, C, D ausspucken. Dann hilft es in der Datei ~/.vimrc folgende Zeile einzugeben set nocompatible Und schon funktioniert wieder alles.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-193" title="vim_cursor" src="http://blog.derschwarz.de/wp-content/uploads/2009/02/vim_cursor.png" alt="vim_cursor" width="482" height="101" /></p>
<p>Falls bei dir im <a href="http://wiki.ubuntuusers.de/Vim">vim</a> die Cursor-Tasten nicht richtig funktionieren und nur die Buchstaben A, B, C, D ausspucken.</p>
<p>Dann hilft es in der Datei</p>
<pre>~/.vimrc</pre>
<p>folgende Zeile einzugeben</p>
<pre>set nocompatible</pre>
<p>Und schon funktioniert wieder alles.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/02/26/vim-und-cursor-tasten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Netbook Remix</title>
		<link>http://blog.derschwarz.de/index.php/2009/02/24/ubuntu-netbook-remix/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/02/24/ubuntu-netbook-remix/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 15:22:38 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=168</guid>
		<description><![CDATA[Da ich vorhabe auf meinem Acer Aspire One das Ubuntu Netbook Remix zu installieren wird es mal zeit dieses Add-On für Ubuntu auszutesten. Da mein Netbook noch nicht geliefert wurde, teste ich das ganze erstmal in einer VirtualBox. Und funktioniert dort erstmal tatellos. http://wiki.ubuntuusers.de/Ubuntu_Netbook_Remix https://launchpad.net/netbook-remix http://www.eeewiki.de/index.php/Ubuntu_Netbook_Remix_Installation]]></description>
			<content:encoded><![CDATA[<p>Da ich vorhabe auf meinem Acer Aspire One das Ubuntu Netbook Remix zu installieren wird es mal zeit dieses Add-On für Ubuntu auszutesten.</p>
<p>Da mein Netbook noch nicht geliefert wurde, teste ich das ganze erstmal in einer <a href="http://wiki.ubuntuusers.de/VirtualBox/Installation">VirtualBox</a>. Und funktioniert dort erstmal tatellos.</p>
<ul>
<li><a href="http://wiki.ubuntuusers.de/Ubuntu_Netbook_Remix">http://wiki.ubuntuusers.de/Ubuntu_Netbook_Remix</a></li>
<li><a href="https://launchpad.net/netbook-remix">https://launchpad.net/netbook-remix</a></li>
<li><a href="http://www.eeewiki.de/index.php/Ubuntu_Netbook_Remix_Installation">http://www.eeewiki.de/index.php/Ubuntu_Netbook_Remix_Installation</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/02/24/ubuntu-netbook-remix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Es geht auch ohne &#8230;</title>
		<link>http://blog.derschwarz.de/index.php/2008/10/19/es-geht-auch-ohne/</link>
		<comments>http://blog.derschwarz.de/index.php/2008/10/19/es-geht-auch-ohne/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 16:28:11 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=144</guid>
		<description><![CDATA[&#8230; swap Partition. Mein Projekt 4 x 80 ist doch nicht ganz ohne Probleme abgelaufen. Ich musste mittlerweile feststellen das mein Linux auch ohne swap Partition läuft, nur nicht mehr ganz so rund. Beim klonen und umpartitionieren meiner Festplatte ging die UUID meiner swap Partition verloren. Doch dank dem Ubunuusers Wiki habe ich jetzt wieder [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230; swap Partition.</p>
<p>Mein <a href="http://blog.derschwarz.de/index.php/2008/08/16/projekt-4-x-80/">Projekt 4 x 80</a> ist doch nicht ganz ohne Probleme abgelaufen. Ich musste mittlerweile feststellen das mein Linux auch ohne swap Partition läuft, nur nicht mehr ganz so rund.</p>
<p>Beim klonen und umpartitionieren meiner Festplatte ging die <a href="http://wiki.ubuntuusers.de/UUID">UUID</a> meiner <a href="http://wiki.ubuntuusers.de/Swap">swap</a> Partition verloren. Doch dank dem Ubunuusers Wiki habe ich jetzt wieder swap, danke.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2008/10/19/es-geht-auch-ohne/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Projekt 4 x 80</title>
		<link>http://blog.derschwarz.de/index.php/2008/08/16/projekt-4-x-80/</link>
		<comments>http://blog.derschwarz.de/index.php/2008/08/16/projekt-4-x-80/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 17:17:10 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=138</guid>
		<description><![CDATA[Wer meine Tweats auf Twitter verfolgt hat wird es schon wissen, ich habe meinem Notebook eine neue Festplatte gegönnt. Von 80GB auf 320GB habe ich meine HD vervierfacht, kostet ja fast nichts mehr ~ 70€. Und heute stand der tausch der zwei Festplatten an. Die neue 320GB HD in ein externes USB-HD Gehäuse eingebaut und [...]]]></description>
			<content:encoded><![CDATA[<p>Wer meine Tweats auf <a href="http://twitter.com/vanveeteren">Twitter</a> verfolgt hat wird es schon wissen, ich habe meinem Notebook eine neue Festplatte gegönnt. Von 80GB auf 320GB habe ich meine HD vervierfacht, kostet ja fast nichts mehr ~ 70€.</p>
<p>Und heute stand der tausch der zwei Festplatten an. Die neue 320GB HD in ein externes USB-HD Gehäuse eingebaut und mit Acronis True Image die Interne 80GB HD auf die externe gecloned und dabei gleich die Partitionen vergrößert. Festplatten getauscht, neu gebootet fertig.</p>
<p>Einfacher als gedacht. True Image gab zwar bei meiner Linux Partition eine Warnung aus, hat aber alles problemlos funktioniert &#8211; Windows und Ubuntu booten beide wieder.</p>
<p>Es ist einfach ein herrliches Gefühl wieder eine fast leere Festplatte zu haben.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2008/08/16/projekt-4-x-80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wmv to mp3</title>
		<link>http://blog.derschwarz.de/index.php/2008/05/10/wmv-to-mp3/</link>
		<comments>http://blog.derschwarz.de/index.php/2008/05/10/wmv-to-mp3/#comments</comments>
		<pubDate>Sat, 10 May 2008 08:22:15 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[vlc]]></category>
		<category><![CDATA[wmv]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=95</guid>
		<description><![CDATA[Das hier schon erwähnte Perry Rhodan Horbuch bei tvmovie.de lilegt leider nur als wmv Video vor. Um jetzt eine normale mp3 Datei zu bekommen muss das Video zuerst gespeichrt werden. Dazu im Quelltext der Website nach der Streaming URI suchen z.B. mms://trailer.streamgroup.de/tvmovie/freecontent/special/perry-rhodan1_384.wmv und mit dem VLC auf der Festpatte speichern. Danach noch mit dem Soundconverter [...]]]></description>
			<content:encoded><![CDATA[<p>Das hier schon erwähnte <a href="http://blog.derschwarz.de/index.php/2008/05/05/perry-rhodan-trafalgars-killer-als-horbuch/">Perry Rhodan Horbuch</a> bei <a href="http://tvmovie.de/Perry_Rhodan.585.0.html?uid=8922&amp;l=a" target="_blank">tvmovie.de</a> lilegt leider nur als wmv Video vor. Um jetzt eine normale mp3 Datei zu bekommen muss das Video zuerst gespeichrt werden.</p>
<p>Dazu im Quelltext der Website nach der Streaming URI suchen</p>
<pre id="line91">z.B. mms://trailer.streamgroup.de/tvmovie/freecontent/special/perry-rhodan1_384.wmv</pre>
<p>und mit dem <a href="http://wiki.ubuntuusers.de/VLC" target="_blank">VLC</a> auf der Festpatte speichern.</p>
<p>Danach noch mit dem <a href="http://wiki.ubuntuusers.de/Soundconverter" target="_blank">Soundconverter</a> in eine mp3 Datei umwandeln.</p>

<a href='http://blog.derschwarz.de/index.php/2008/05/10/wmv-to-mp3/wmvtomp3-bildschirmfoto-offnen/' title='wmvtomp3-bildschirmfoto-offnen'><img width="150" height="150" src="http://blog.derschwarz.de/wp-content/uploads/2008/05/wmvtomp3-bildschirmfoto-offnen-150x150.png" class="attachment-thumbnail" alt="VLC mit Streaming Adresse" title="wmvtomp3-bildschirmfoto-offnen" /></a>
<a href='http://blog.derschwarz.de/index.php/2008/05/10/wmv-to-mp3/wmvtomp3-bildschirmfoto-quelltext-von/' title='wmvtomp3-bildschirmfoto-quelltext-von'><img width="150" height="150" src="http://blog.derschwarz.de/wp-content/uploads/2008/05/wmvtomp3-bildschirmfoto-quelltext-von-150x150.png" class="attachment-thumbnail" alt="Quelltext mit Streaming Adresse" title="wmvtomp3-bildschirmfoto-quelltext-von" /></a>
<a href='http://blog.derschwarz.de/index.php/2008/05/10/wmv-to-mp3/wmvtomp3-bildschirmfoto-soundconverter/' title='wmvtomp3-bildschirmfoto-soundconverter'><img width="150" height="150" src="http://blog.derschwarz.de/wp-content/uploads/2008/05/wmvtomp3-bildschirmfoto-soundconverter-150x150.png" class="attachment-thumbnail" alt="Mit dem Soundvonverter mp3 Datei erstellen" title="wmvtomp3-bildschirmfoto-soundconverter" /></a>
<a href='http://blog.derschwarz.de/index.php/2008/05/10/wmv-to-mp3/wmvtomp3-bildschirmfoto-streamausgabe/' title='wmvtomp3-bildschirmfoto-streamausgabe'><img width="150" height="150" src="http://blog.derschwarz.de/wp-content/uploads/2008/05/wmvtomp3-bildschirmfoto-streamausgabe-150x150.png" class="attachment-thumbnail" alt="Speichereinstellungen des VLC" title="wmvtomp3-bildschirmfoto-streamausgabe" /></a>

]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2008/05/10/wmv-to-mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.04 &#8211; the Hardy Hero</title>
		<link>http://blog.derschwarz.de/index.php/2008/04/29/ubuntu-804-the-hardy-hero/</link>
		<comments>http://blog.derschwarz.de/index.php/2008/04/29/ubuntu-804-the-hardy-hero/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 19:18:30 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[jabber]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/index.php/2008/04/29/ubuntu-804-the-hardy-hero/</guid>
		<description><![CDATA[So habe jetzt auch ein Update auf die neue Ubuntu Version durchgeführt, lief problemlos ab. Einzelne Programme machten mir danach aber leider doch Probleme. Der Jabber Client PSI wollte keine SSL Verbindungen mehr aufbauen, Abhilfe schafte die Installation des Paketes libqca2-plugin-ossl. Als Webbrowser wird die Beta 5 des neuen Firefox 3 mitgeliefert und natürlich funktionieren [...]]]></description>
			<content:encoded><![CDATA[<p>So habe jetzt auch ein Update auf die neue Ubuntu Version durchgeführt, lief problemlos ab. Einzelne Programme machten mir danach aber leider doch Probleme.</p>
<p>Der Jabber Client PSI wollte keine SSL Verbindungen mehr aufbauen, Abhilfe schafte die Installation des Paketes libqca2-plugin-ossl.</p>
<p>Als Webbrowser wird die Beta 5 des neuen Firefox 3 mitgeliefert und natürlich funktionieren viele Add-ons noch nicht mit der neuen Version. Beheben lässt sich das teilweise mit dem Add-on <a href="http://www.oxymoronical.com/web/firefox/nightly" target="_blank">Nightly Tester Tools</a> das einfach die Versionsüberprüfung abschaltet. Leider klappt das nicht mit allen, bei manchen muss man ebenfalls eine Beta Version Installieren <a href="http://wizzrss.blat.co.za/2008/04/27/2952/#comments" target="_blank">Wizz RSS</a>, <a href="http://tmp.garyr.net/forum/viewtopic.php?t=7031" target="_blank">Tab Mix Plus</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2008/04/29/ubuntu-804-the-hardy-hero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2D Physik Spielwiese</title>
		<link>http://blog.derschwarz.de/index.php/2008/03/16/2d-physik-spielwiese/</link>
		<comments>http://blog.derschwarz.de/index.php/2008/03/16/2d-physik-spielwiese/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 14:46:17 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Phun]]></category>
		<category><![CDATA[Physik]]></category>
		<category><![CDATA[Softwaretipp]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/index.php/2008/03/16/2d-physik-spielwiese/</guid>
		<description><![CDATA[Das spaßige Programm nennt sich Phun und kommt aus Schweden, was es kann &#8230; schau dir am besten das Video dazu an, es lohnt sich. Und es läuft auch unter Linux, ganz kurze Installationsanleitung nach dem Link. Installationsanleitung für Ubuntu 7.10, Gutsy Gibbon: Das Programm nach /opt entpacken sudo tar -xjf Phun_beta_3_12_linux32.tar.bz2 -C /opt Und [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.derschwarz.de/wp-content/uploads/2008/03/bildschirmfoto-phun-beta-312-by-emil-ernerfeldt.png" alt="Phun - 2D Physik Spielwiese" /></p>
<p>Das spaßige Programm nennt sich <a href="http://phun.cs.umu.se/wiki/Phun" target="_blank">Phun</a> und kommt aus Schweden, was es kann &#8230; schau dir am besten das <a href="http://www.youtube.com/watch?v=0H5g9VS0ENM">Video</a> dazu an, es lohnt sich.</p>
<p>Und es läuft auch unter Linux, ganz kurze Installationsanleitung nach dem Link.<span id="more-21"></span></p>
<p>Installationsanleitung für  Ubuntu 7.10, Gutsy Gibbon:</p>
<p>Das Programm nach /opt entpacken<br />
<code>sudo tar -xjf Phun_beta_3_12_linux32.tar.bz2 -C /opt</code></p>
<p>Und aus dem Verzeichnis /opt/Phun/ heraus starten<br />
<code>van@luna:~$ cd /opt/Phun/<br />
van@luna:/opt/Phun$ ./phun</code></p>
<p>Have Fun</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2008/03/16/2d-physik-spielwiese/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
