<?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>FP &#187; Ubuntu</title>
	<atom:link href="http://www.lauxmoser.info/fp/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lauxmoser.info/fp</link>
	<description>personal Chaos</description>
	<lastBuildDate>Fri, 26 Aug 2011 08:12:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Soeben WoW unter Linux installiert</title>
		<link>http://www.lauxmoser.info/fp/2009/09/21/soeben-wow-unter-linux-installiert/</link>
		<comments>http://www.lauxmoser.info/fp/2009/09/21/soeben-wow-unter-linux-installiert/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 19:36:14 +0000</pubDate>
		<dc:creator>fp</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[WoW]]></category>

		<guid isPermaLink="false">http://www.lauxmoser.info/fp/?p=914</guid>
		<description><![CDATA[war gar nicht so schwer Bis auf eine Kleinigkeit: Wenn man den WoW Ordner von Windows rüberkopiert muß man darauf achten dass das File Wow.exe mitkopiert wird. Wichtig ist das 2te kleine w im Filenamen. Das File muß man dann in WoW.exe umbenennen. Dann bekommt man die Fehlermeldung weg, wegen fehlender Client.cpp Datei. Das original [...]]]></description>
			<content:encoded><![CDATA[<p>war gar nicht so schwer <img src='http://www.lauxmoser.info/fp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://www.lauxmoser.info/fp/wp-content/uploads/2009/09/Bildschirmfoto.png"><img class="alignnone size-medium wp-image-921" title="Bildschirmfoto" src="http://www.lauxmoser.info/fp/wp-content/uploads/2009/09/Bildschirmfoto-520x325.png" alt="Bildschirmfoto" width="520" height="325" /></a></p>
<p>Bis auf eine Kleinigkeit: Wenn man den WoW Ordner von Windows rüberkopiert muß man darauf achten dass das File Wow.exe mitkopiert wird. Wichtig ist das 2te kleine w im Filenamen. Das File muß man dann in WoW.exe umbenennen. Dann bekommt man die Fehlermeldung weg, wegen fehlender Client.cpp Datei. Das original WoW.exe File kann man einfach nach WoWbackup.exe umbenennen. via <a href="http://ubuntuforums.org/showthread.php?t=1203099">Marblemouth im Ubuntu Forum</a></p>
<p>Folgende Schritte gemacht:<br />
<code><br />
sudo aptitude install wine<br />
winecfg<br />
</code><br />
Bei dem Karteireiter Sound Alsa ausgewählt. Dann das gesamte WoW Verzeichnis rüberkopiert nach ~/.wine/drive_c/programme/</p>
<p>Wie gesagt auf die Datei Wow.exe geachtet und umbenannt.</p>
<p>Danach noch die config.wtf angepaßt laut <a href="http://forums.wow-europe.com/thread.html?topicId=206990759">http://forums.wow-europe.com/thread.html?topicId=206990759</a></p>
<p>und das wars, echt einfach.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauxmoser.info/fp/2009/09/21/soeben-wow-unter-linux-installiert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wie mach ich flvs auf Ubuntu</title>
		<link>http://www.lauxmoser.info/fp/2008/12/18/wie-mach-ich-flvs-auf-ubuntu/</link>
		<comments>http://www.lauxmoser.info/fp/2008/12/18/wie-mach-ich-flvs-auf-ubuntu/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 15:01:51 +0000</pubDate>
		<dc:creator>fp</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.lauxmoser.info/fp/?p=640</guid>
		<description><![CDATA[Nachdem ich einige Probleme mit ffmpeg auf Ubuntu Hardy hatte folgte ich der Anleitung im Ubuntu Wiki und kompilierte mir ffmpeg selbst über die ubuntu Sourcen. Leider konnte ich dann noch immer keine flvs erstellen, aber mit diesem Befehl hab ichs dann hingebracht: ffmpeg -y -i files/input_file.avi -ar 22050 -f flv files/output_file.flv Danke an http://netheadaches.wordpress.com/2007/11/08/error-while-opening-codec-for-output-stream-01-maybe-incorrect-parameters-such-as-bit_rate-rate-width-or-height/]]></description>
			<content:encoded><![CDATA[<p>Nachdem ich einige Probleme mit ffmpeg auf Ubuntu Hardy hatte folgte ich der <a href="https://wiki.ubuntu.com/ffmpeg">Anleitung im Ubuntu Wiki</a> und kompilierte mir ffmpeg selbst über die ubuntu Sourcen.</p>
<p>Leider konnte ich dann noch immer keine flvs erstellen, aber mit diesem Befehl hab ichs dann hingebracht:</p>
<p><code>ffmpeg -y -i files/input_file.avi -ar 22050 -f flv files/output_file.flv</code></p>
<p>Danke an <a href="http://netheadaches.wordpress.com/2007/11/08/error-while-opening-codec-for-output-stream-01-maybe-incorrect-parameters-such-as-bit_rate-rate-width-or-height/">http://netheadaches.wordpress.com/2007/11/08/error-while-opening-codec-for-output-stream-01-maybe-incorrect-parameters-such-as-bit_rate-rate-width-or-height/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauxmoser.info/fp/2008/12/18/wie-mach-ich-flvs-auf-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

