<?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> &#187; 64bit</title>
	<atom:link href="http://www.oojahtech.com/tag/64bit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oojahtech.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 17:16:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Switching to 32bit from 64bit Debian</title>
		<link>http://www.oojahtech.com/2009/07/15/switching-to-32bit-from-64bit-debian/</link>
		<comments>http://www.oojahtech.com/2009/07/15/switching-to-32bit-from-64bit-debian/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 22:03:45 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[32 bit]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[stable]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The other day I switched back to a 32bit Debian Lenny install on my main computer. The advantages to a 64bit system on a desktop are debatable, but rather minimal. The only real advantage and motivation to using 64bit was I had a system with 4 gigs of memory. However, some programs acquired from third [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I switched back to a 32bit Debian Lenny install on my main computer. The advantages to a 64bit system on a desktop are debatable, but rather minimal. The only real advantage and motivation to using 64bit was I had a system with 4 gigs of memory. However, some programs acquired from third party sources are not compiled for 64bit kernels, such as Mozilla&#8217;s Binaries for Firefox. With that said, where a 64bit OS really excels is with business grade servers.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/07/15/switching-to-32bit-from-64bit-debian/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>nVidia and Debian Lenny 64bit</title>
		<link>http://www.oojahtech.com/2009/07/04/nvidia-and-debian-lenny-64bit/</link>
		<comments>http://www.oojahtech.com/2009/07/04/nvidia-and-debian-lenny-64bit/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 18:55:45 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[stable]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Upon a fresh install of X, Debian defaults to the open source NV driver for nVidia graphics cards. Since I  used Kenshi Muto’s custom Lenny install iso I had the latest 2.6.30 kernel by default and had to do some tweaking to get the preparatory nVidia driver to work. First I had to download the [...]]]></description>
			<content:encoded><![CDATA[<p>Upon a fresh install of X, Debian defaults to the open source NV driver for nVidia graphics cards. Since I  used <a href="http://kmuto.jp/b.cgi/debian/d-i-2630-lenny.htm" target="_blank">Kenshi Muto’s custom Lenny install iso</a> I had the latest 2.6.30 kernel by default and had to do some tweaking to get the preparatory nVidia driver to work. First I had to download the following files from Sid:</p>
<blockquote><p><a href="http://packages.debian.org/sid/linux-headers-2.6.30-1-amd64" target="_blank">linux-headers-2.6.30-1-amd64</a><br />
<a href="http://packages.debian.org/sid/linux-headers-2.6.30-1-common" target="_blank">linux-headers-2.6.30-1-common</a><br />
<a href="http://packages.debian.org/sid/linux-kbuild-2.6.30" target="_blank">linux-kbuild-2.6.30</a></p></blockquote>
<p>If you are not using the 2.6.30 kernal simply type this:</p>
<blockquote><p>apt-get install build-essential linux-headers-$(uname -r)</p></blockquote>
<p>Exit Xorg. Now that you have the headers and kbuild we want to create a symlink so that your system has no problems finding them; Then install the nvidia-glx and fetch the preparatory drive with wget (remember to make it executable):</p>
<blockquote><p>cd /usr/src<br />
sudo ln -s linux-headers-$(uname -r) linux<br />
cd ~/<br />
sudo apt-get nvidi-glx<br />
wget http://us.download.nvidia.com/XFree86/Linux-x86_64/185.18.14/NVIDIA-Linux-x86_64-185.18.14-pkg2.run<br />
sudo chmod +x NVIDIA-Linux-x86_64-185.18.14-pkg2.run<br />
sudo ./NVIDIA-Linux-x86_64-185.18.14-pkg2.run</p></blockquote>
<p>Allow the install script to download the necessary files. Once that is finished reboot your system and when you next start X you should see the nVidia logo briefly, indicating it worked.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/07/04/nvidia-and-debian-lenny-64bit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5 64bit on Debian Lenny</title>
		<link>http://www.oojahtech.com/2009/07/03/firefox-3-5-64bit-on-debian-lenny/</link>
		<comments>http://www.oojahtech.com/2009/07/03/firefox-3-5-64bit-on-debian-lenny/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 20:10:16 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[stable]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[[NOTE: in an incredible act of blunder I accidentally deleted the 64 bit package from my server. I no longer run a 64bit version of Linux; however, Swiftfox has a 64bit variation. Sadly, this is not the stock code for Firefox, but has some nice performance tweaks. I apologize for any inconvenience. The new Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>[<strong>NOTE:</strong> <em>in an incredible act of blunder I accidentally deleted the 64 bit package from my server. I no longer run a 64bit version of Linux; however, <a href="http://getswiftfox.com/builds/debian/dists/unstable/non-free/binary-amd64/swiftfox_3.5.3-1_athlon64.deb">Swiftfox has a 64bit variation</a>. Sadly, this is not the stock code for Firefox, but has some nice performance tweaks. I apologize for any inconvenience.</em></p>
<p>The new Firefox 3.5 stable dropped and I have spent the afternoon compiling it for my new Debian Lenny 64bit desktop. I fallowed the  <a href="http://markshroyer.com/blog/2009/07/firefox-35-debian-amd64.html" target="_blank">instructions from Mark Shroyer&#8217;s blog</a>. In addition to his instruction I had to also install these packages;</p>
<blockquote><p>sudo apt-get install libdbus-glib-1-dev libcairo2 libcairo2-dev libasound2-dev libcurl4-openssl-dev libnotify-dev.</p></blockquote>
<p>I had some problems with not having access to bookmarks at first. I fixed this problem by running in terminal:</p>
<blockquote><p>firefox -profilemanger</p></blockquote>
<p>I removed the default user and created a new default user. Afterward I reloaded Firefox and it seemed to fix my problem. To get flash working I had to type in terminal:</p>
<blockquote><p>wget <a href="http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz">http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz</a></p>
<p>tar -xvf libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz</p>
<p>cp libflashplyaer.so /usr/lib/firefox-3.5/plugins/</p></blockquote>
<p>I deleted the tarball and the plugin flile from my home directory and continued to install the java plugin.</p>
<blockquote><p>sudo apt-get sun-java6-plugin<br />
sudo ln /usr/lib/mozilla/plugins/libjavaplugin.so /usr/lib/firefox-3.5/plugins/</p></blockquote>
<p>I closed down any running instances of Firefox and then opened it again and Java and Flash worked. I have not had much time to explore what is new about Firefox yet, however I plan on tweaking Firefox to my liking soon, and will read reviews and release notes to see what new innovations I might like.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/07/03/firefox-3-5-64bit-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
