<?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>Kristof Neirynck &#187; Linux</title>
	<atom:link href="http://www.crydust.be/blog/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crydust.be/blog</link>
	<description>yet another webdev blog</description>
	<lastBuildDate>Sat, 11 Jun 2011 15:57:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Trace Output on Linux with Flash Player 9</title>
		<link>http://www.crydust.be/blog/2007/05/06/trace-output-on-linux-with-flash-player-9/</link>
		<comments>http://www.crydust.be/blog/2007/05/06/trace-output-on-linux-with-flash-player-9/#comments</comments>
		<pubDate>Sun, 06 May 2007 15:48:04 +0000</pubDate>
		<dc:creator>Kristof Neirynck</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.crydust.be/blog/2007/05/06/trace-output-on-linux-with-flash-player-9/</guid>
		<description><![CDATA[<p>Tracing on linux is hard. The official docs are wrong and multiple blogs contradict each other.</p>]]></description>
			<content:encoded><![CDATA[<p>Tracing on linux is hard. The official docs are wrong and multiple blogs contradict each other.</p>
<span id="more-19"></span>
<p>To trace to a file in linux you&#8217;ll need the <a href="http://www.adobe.com/support/flashplayer/downloads.html#fp9">debug player</a>. Copy <em>flashplayer.xpt</em> and <em>libflashplayer.so</em> to <em>~/.mozilla/plugins</em>. If you use the standalone player, use the debug one. Place your <em>mm.cfg</em> in your home directory. Your <em>flashlog.txt</em> will spawn in the <em>~/.macromedia/Flash_Player/Logs</em> directory. There is no need to create this directory, flash handles this for you.</p>

<p>Reference: <a href="http://zomgforeelz.blogspot.com/2007/04/trace-output-on-linux-with-flash-player.html">Chris Hill&#8217;s blogpost</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.crydust.be/blog/2007/05/06/trace-output-on-linux-with-flash-player-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Ubuntu 6.10 &#8220;Edgy Eft&#8221; on an Acer Aspire 1690</title>
		<link>http://www.crydust.be/blog/2007/02/26/installing-ubuntu-610-edgy-eft-on-an-acer-aspire-1690/</link>
		<comments>http://www.crydust.be/blog/2007/02/26/installing-ubuntu-610-edgy-eft-on-an-acer-aspire-1690/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 08:41:13 +0000</pubDate>
		<dc:creator>Kristof Neirynck</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.crydust.be/blog/2007/02/26/installing-ubuntu-610-edgy-eft-on-an-acer-aspire-1690/</guid>
		<description><![CDATA[My laptop is rendered useless by a problem in windows. The First partition is erased and the second is backupped. Vista will be installed on this machine Monday. So, I guess this the perfect time to install Ubuntu on this machine. Here are the steps I followed: download the ISO and burn it, boot from [...]]]></description>
			<content:encoded><![CDATA[<p>My laptop is rendered useless by a problem in windows. The First partition is erased and the second is backupped. Vista will be installed on this machine Monday.</p>
<p>So, I guess this the perfect time to install Ubuntu on this machine.</p>
<span id="more-15"></span>
<p>Here are the steps I followed:</p>
<ol>
	<li><a href="http://www.ubuntu.com/products/GetUbuntu">download the ISO</a> and burn it,</li>
	<li>boot from the cd,</li>
	<li>screen goes blank, attach other screen to vga port and boot again,</li>
	<li>create a root and swap partition and install,</li>
	<li>boot the new system and install the 137 updates that were automatically detected,</li>
	<li>find <a href="https://launchpad.net/ubuntu/+bug/35019">solution to blank screen problem</a>,</li>
	<li>enable universe and multiverse repositories,</li>
	<li><a href="http://ubuntuforums.org/showthread.php?t=208396">display microsoft fonts like on windows</a>,</li>
	<li>install the <a href="http://www.adobe.com/go/getflash">flash plugin</a>,</li>
	<li><a href="http://www.ubuntuforums.org/showthread.php?t=217009">install ntfs-3g</a>,</li>
	<li>install &#8220;ntfsprogs&#8221;,</li>
	<li>mounting my ntfs partition now fails,</li>
	<li>boot with windows xp installation disk and run chkdsk from the recovery console,</li>
	<li>mounting my ntfs partition now works and I can read and write to it.</li>
</ol>

<p>References:</p>
<ul>
	<li><a href="http://www.dhost.info/zachstruck/edgy.htm">Installing Ubuntu 6.06  LTS (Dapper Drake) on an Acer Aspire 1690WLCi Notebook</a></li>
	<li><a 
href="https://wiki.ubuntu.com/LaptopTestingTeam/AcerAspire1694WLMi">LaptopTestingTeam/AcerAspire1694WLMi</a></li>
</ul>


]]></content:encoded>
			<wfw:commentRss>http://www.crydust.be/blog/2007/02/26/installing-ubuntu-610-edgy-eft-on-an-acer-aspire-1690/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash player 9 for linux</title>
		<link>http://www.crydust.be/blog/2007/01/17/flash-player-9-for-linux/</link>
		<comments>http://www.crydust.be/blog/2007/01/17/flash-player-9-for-linux/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 12:44:23 +0000</pubDate>
		<dc:creator>Kristof Neirynck</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.crydust.be/blog/2007/01/17/flash-player-9-for-linux/</guid>
		<description><![CDATA[Flash Player 9 For Linux (x86) has gone gold.]]></description>
			<content:encoded><![CDATA[<a href="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&#038;P2_Platform=Linux">Flash Player 9 For Linux (x86)</a> has gone gold.]]></content:encoded>
			<wfw:commentRss>http://www.crydust.be/blog/2007/01/17/flash-player-9-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

