<?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>Bart Verwilst a.k.a Bort :: Blog &#187; x86_64</title>
	<atom:link href="http://blog.verwilst.be/tag/x86_64/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.verwilst.be</link>
	<description>Linux, Open Source. That&#039;s pretty much it.</description>
	<lastBuildDate>Wed, 05 May 2010 09:02:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Java 6 browser plugin for x86_64</title>
		<link>http://blog.verwilst.be/2008/12/16/java-6-browser-plugin-for-x86_64/</link>
		<comments>http://blog.verwilst.be/2008/12/16/java-6-browser-plugin-for-x86_64/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 23:25:58 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=154</guid>
		<description><![CDATA[We&#8217;ve had the pleasure of using the 64bit Flash player in the last couple of weeks. This week it&#8217;s time for Sun to do the same thing! The latest update of Java 6 ( Update 12 ) has a working 64 bit Java browser plugin!
No packages are available yet for Ubuntu/Debian, but they will surely [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.verwilst.be/wp-content/uploads/2008/12/java.gif"><img class="size-medium wp-image-156 alignleft" style="margin-right: 10px;" title="Java Logo" src="http://blog.verwilst.be/wp-content/uploads/2008/12/java-166x300.gif" alt="Java Logo" width="63" height="113" /></a>We&#8217;ve had the pleasure of using the 64bit Flash player in the last couple of weeks. This week it&#8217;s time for Sun to do the same thing! The latest update of Java 6 ( Update 12 ) has <a href="https://jdk6.dev.java.net/6uNea.html">a working 64 bit Java browser plugin</a>!</p>
<p>No packages are available yet for Ubuntu/Debian, but they will surely follow soon!</p>
<p>Seems like 2009 will be the year of the 64bit Linux desktop <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/12/16/java-6-browser-plugin-for-x86_64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Native 64bit Flash on Ubuntu 8.10 x86_64</title>
		<link>http://blog.verwilst.be/2008/12/13/native-64bit-flash-on-ubuntu-810-x86_64/</link>
		<comments>http://blog.verwilst.be/2008/12/13/native-64bit-flash-on-ubuntu-810-x86_64/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 00:17:18 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://blog.verwilst.be/?p=113</guid>
		<description><![CDATA[
By default, Intrepid on both i386 and x86_64 comes with the 32bit flashplayer 10 through nspluginwrapper. A lot of the crashes people see come from nspluginwrapper itself, which is very unstable in Hardy.
A new version of nspluginwrapper in Intrepid fixes a lot of crashes though, so you&#8217;re better of with Intrepid in any case.
However, since [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Adobe Logo" src="http://www.adobe.com/aboutadobe/images/adobe_logo_50x50.gif" alt="Adobe Logo" width="50" height="50" /></p>
<p>By default, Intrepid on both i386 and x86_64 comes with the 32bit flashplayer 10 through nspluginwrapper. A lot of the crashes people see come from nspluginwrapper itself, which is very unstable in Hardy.</p>
<p>A new version of nspluginwrapper in Intrepid fixes a lot of crashes though, so you&#8217;re better of with Intrepid in any case.</p>
<p>However, since mid november, Adobe finally came through on one of the most requested feature Linux users around the globe begged for/requested, real 64bit support!</p>
<p>For an alpha version, i must say it is pretty rock solid on my system. Let&#8217;s get on and replace the default 32bit flashplayer/nspluginwrapper combo with this new goodie!</p>
<p>First of all, let&#8217;s remove any already installed versions of Flash, along with nspluginwrapper.</p>
<p><strong><em># apt-get remove flashplugin-nonfree nspluginwrapper</em></strong></p>
<p>Next up, download the 64-bit Flash plugin from <a href="http://labs.adobe.com/downloads/flashplayer10.html">Adobe Labs</a>. Select the tar.gz.</p>
<p>Unpack it and copy the resulting libflashplayer.so into /usr/lib/mozilla/plugins if you want to enable it for all users, or in ~/.mozilla/plugins to enable it only for your current user. Restarting Firefox and browsing to <em>about:plugins</em> should show the newly installed Flash plugin.</p>
<p>Enjoy your native 64-bit Flashplayer <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/12/13/native-64bit-flash-on-ubuntu-810-x86_64/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Zimbra Server for Ubuntu x86_64 soon on a server near you!</title>
		<link>http://blog.verwilst.be/2008/01/18/zimbra-server-in-an-64bit-ubuntu-flavour-soon-on-a-server-near-you/</link>
		<comments>http://blog.verwilst.be/2008/01/18/zimbra-server-in-an-64bit-ubuntu-flavour-soon-on-a-server-near-you/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 20:59:07 +0000</pubDate>
		<dc:creator>Bart Verwilst</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x86_64]]></category>
		<category><![CDATA[zimbra]]></category>

		<guid isPermaLink="false">http://weblog.verwilst.be/2008/01/18/zimbra-server-in-an-64bit-ubuntu-flavour-soon-on-a-server-near-you/</guid>
		<description><![CDATA[Finally the last commit is done in the Zimbra repository to enable 64bit Ubuntu builds, something that was sorely missing for quite a while, as seen in bugs like this one. Up until now, I had to use a CentOS 5.1 x86_64 server to host my zimbra, which always felt pretty icky to me&#8230; The [...]]]></description>
			<content:encoded><![CDATA[<p>Finally the last commit is done in the Zimbra repository to enable 64bit Ubuntu builds, something that was sorely missing for quite a while, as seen in bugs like <a href="http://bugzilla.zimbra.com/show_bug.cgi?id=16666" target="_blank">this one</a>. Up until now, I had to use a CentOS 5.1 x86_64 server to host my zimbra, which always felt pretty icky to me&#8230; The new build isnt out yet, but at least i know it will arrive Real Soon Now &#8482;! And there was much rejoicing!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.verwilst.be/2008/01/18/zimbra-server-in-an-64bit-ubuntu-flavour-soon-on-a-server-near-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
