<?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>My Science Is Better &#187; 64bit</title>
	<atom:link href="http://www.myscienceisbetter.info/tag/64bit/feed" rel="self" type="application/rss+xml" />
	<link>http://www.myscienceisbetter.info</link>
	<description></description>
	<lastBuildDate>Sun, 18 Dec 2011 22:26:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Install Adobe® Flash® Player &#8220;Square&#8221; on Linux</title>
		<link>http://www.myscienceisbetter.info/install-adobe-flash-player-square-on-linux.html</link>
		<comments>http://www.myscienceisbetter.info/install-adobe-flash-player-square-on-linux.html#comments</comments>
		<pubDate>Fri, 17 Sep 2010 07:45:52 +0000</pubDate>
		<dc:creator>Romeo Adrian Cioaba</dc:creator>
				<category><![CDATA[64bit]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[32bit]]></category>
		<category><![CDATA[flashplayer]]></category>
		<category><![CDATA[how to]]></category>

		<guid isPermaLink="false">http://www.myscienceisbetter.info/?p=158</guid>
		<description><![CDATA[Adobe® Flash® Player "Square" is a preview release that enables native 64-bit support on Linux, Mac OS, and Windows operating systems, as well as enhanced support for Microsoft Internet Explorer 9 beta. I'm glad to see Adobe has is finally embracing the way it should the 64 bit Platform. This release is a milestone as [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Adobe® Flash® Player "Square" is a preview release that enables native 64-bit support on Linux, Mac OS, and Windows operating systems, as well as enhanced support for Microsoft Internet Explorer 9 beta.</p></blockquote>
<p>I'm glad to see Adobe has is finally embracing the way it should the 64 bit Platform. This release is a milestone as far as i know, as is the first one that's released in the same time for win, mac and linux. I've put together a small tutorial on<br />
<a href="http://www.myscienceisbetter.info/install-adobe-flash-player-square-on-linux.html">how to install adobe flash player square on linux</a>:</p>
<pre class="brush: bash; title: ; notranslate">
#!/bin/bash
# Script  created by
# Romeo-Adrian Cioaba romeo.cioaba@spotonearth.com

echo &quot;Stopping any Firefox that might be running&quot;
sudo killall -9 firefox

echo &quot;Removing any other flash plugin previously installed:&quot;
sudo apt-get remove -y --purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper
sudo rm -f /usr/lib/mozilla/plugins/*flash*
sudo rm -f ~/.mozilla/plugins/*flash*
sudo rm -f /usr/lib/firefox/plugins/*flash*
sudo rm -f /usr/lib/firefox-addons/plugins/*flash*
sudo rm -rfd /usr/lib/nspluginwrapper

echo &quot;Installing Flash Player Square&quot;
cd ~
# 64 bit
wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p1_64bit_linux_091510.tar.gz
tar zxvf flashplayer_square_p1_64bit_linux_091510.tar.gz
# 32 bit
# wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p1_32bit_linux_091510.tar.gz
# tar zxvf flashplayer_square_p1_32bit_linux_091510.tar.gz
sudo cp libflashplayer.so /usr/lib/mozilla/plugins/

echo &quot;Linking the libraries so Firefox and apps depending on XULRunner (vuze, liferea, rsswol) can find it.&quot;
sudo ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox-addons/plugins/
sudo ln -sf /usr/lib/mozilla/plugins/libflashplayer.so  /usr/lib/xulrunner-addons/plugins/

# now doing some cleaning up:
sudo rm -rf libflashplayer.so
sudo rm -rf flashplayer_square_p1_64bit_linux_091510.tar.gz
</pre>
<p>To check if the install did it's job, you need to check about:plugins in your address bar. It should show you this for flash player:</p>
<h2>Shockwave Flash</h2>
<dl>
<dd>File:  libflashplayer.so</dd>
<dd>Version: </dd>
<dd> Shockwave Flash 10.2 d161</dd>
</dl>
<table border="1">
<thead>
<tr>
<th>MIME Type</th>
<th>Description</th>
<th>Suffixes</th>
<th>Enabled</th>
</tr>
</thead>
<tbody>
<tr>
<td>application/x-shockwave-flash</td>
<td>Shockwave Flash</td>
<td>swf</td>
<td>Yes</td>
</tr>
<tr>
<td>application/futuresplash</td>
<td>FutureSplash Player</td>
<td>spl</td>
<td>Yes</td>
</tr>
</tbody>
</table>
<p>As usual, I've wrapped everything mentioned before into a script to easily <a href="http://www.myscienceisbetter.info/flash-player/flash-player-square-installer.sh">install flash player square on Linux</a></p>
<p>If this version doesn't work out that well for you, you can still check my other tutorial on <a href="http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html">how to install native 64bit flash player on Linux</a><br />
Happy browsing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myscienceisbetter.info/install-adobe-flash-player-square-on-linux.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Video working with Logitech QuickCam Communicate STX on Linux 64bit</title>
		<link>http://www.myscienceisbetter.info/video-working-with-logitech-quickcam-communicate-stx-on-linux-64bit.html</link>
		<comments>http://www.myscienceisbetter.info/video-working-with-logitech-quickcam-communicate-stx-on-linux-64bit.html#comments</comments>
		<pubDate>Thu, 12 Nov 2009 13:14:56 +0000</pubDate>
		<dc:creator>Romeo Adrian Cioaba</dc:creator>
				<category><![CDATA[64bit]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[logitech quickcam]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.myscienceisbetter.info/?p=107</guid>
		<description><![CDATA[I have a 046d:08d7 Logitech, Inc. QuickCam Communicate STX that works perfectly well with all the native linux applications (ekiga, cheese, empathy) and even with the Flash Player powered TokBox, but it does not work with Skype. After a bit of digging I've found out how to make Skype detect the video input from my [...]]]></description>
			<content:encoded><![CDATA[<p>I have a 046d:08d7 Logitech, Inc. QuickCam Communicate STX that works perfectly well with all the native linux applications (ekiga, cheese, empathy) and even with the Flash Player powered TokBox, but it does not work with Skype.</p>
<p>After a bit of digging I've found out how to make Skype detect the video input from my Webcam. The secret is to preload the v4l1compat.so library as shown on the <a href="https://help.ubuntu.com/community/Webcam">Ubuntu Wiki</a>:</p>
<pre class="brush: bash; title: ; notranslate">
bash -c 'LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype'
</pre>
<p>That does the trick for 32bit systems, and since there isn't a native Skype version for 64bit</p>
<pre class="brush: bash; title: ; notranslate">
mimir@orion:~$ file /usr/bin/skype
/usr/bin/skype: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped
</pre>
<p>we need to tell skype to preload the 32bit version of the library like so:</p>
<pre class="brush: bash; title: ; notranslate">
bash -c 'LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype'
</pre>
<p>Now video works perfectly using Skype 2.1.0.47 under Ubuntu 9.10 64bit</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myscienceisbetter.info/video-working-with-logitech-quickcam-communicate-stx-on-linux-64bit.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Install native 64bit Flash Player 10 on Linux</title>
		<link>http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html</link>
		<comments>http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html#comments</comments>
		<pubDate>Tue, 18 Nov 2008 15:52:00 +0000</pubDate>
		<dc:creator>Romeo Adrian Cioaba</dc:creator>
				<category><![CDATA[64bit]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[flashplayer]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.myscienceisbetter.info/?p=18</guid>
		<description><![CDATA[EDIT 4 (14 July 2011): Adobe released Adobe Flash Player 11 beta 1 so i've wrote a tutorial on how to install adobe flash player 11 on linux 64 bit EDIT 3 (17 Sept 2010): Adobe launched Adobe® Flash® Player "Square" so i've put together a tutorial on how to install adobe flash player square [...]]]></description>
			<content:encoded><![CDATA[<p><strong>EDIT 4 (14 July 2011): Adobe released Adobe Flash Player 11 beta 1 so i've wrote a tutorial on <a href="http://www.myscienceisbetter.info/install-native-64bit-flash-player-11-on-linux.html">how to install adobe flash player 11 on linux 64 bit</a></strong></p>
<p><strong>EDIT 3 (17 Sept 2010): Adobe launched Adobe® Flash® Player "Square" so i've put together a tutorial on <a href="http://www.myscienceisbetter.info/install-adobe-flash-player-square-on-linux.html">how to install adobe flash player square on linux</a></strong></p>
<p><strong>EDIT 2: Libflashplayer is now hosted on this site since Adobe killed the URL. It's not anything official or whatever, just a temp home <img src='http://www.myscienceisbetter.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
<p><strong>EDIT: updated the scripts to install the 64-bit Flash Player 10 alpha refresh for Linux that was released on February, 2010.</strong></p>
<p>Adobe FINALLY released a native 64bit Flash Player 10 plugin. Although this is still an alpha release, the news is very exciting for Linux users, since we don't longer depend on nspluginwrapper, which although does the job, has it's drawbacks.</p>
<p>I have put together a small tutorial on <a href="http://www.myscienceisbetter.info/2008/11/install-native-64bit-flash-player-10-on-linux.html">how to install the native flash player 10 64bit plugin for linux</a>.</p>
<pre class="brush: bash; title: ; notranslate">#!/bin/bash
# Script  created by
# Romeo-Adrian Cioaba romeo.cioaba@spotonearth.com

echo &quot;Stopping any Firefox that might be running&quot;
sudo killall -9 firefox

echo &quot;Removing any other flash plugin previously installed:&quot;
sudo apt-get remove -y --purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper
sudo rm -f /usr/lib/mozilla/plugins/*flash*
sudo rm -f ~/.mozilla/plugins/*flash*
sudo rm -f /usr/lib/firefox/plugins/*flash*
sudo rm -f /usr/lib/firefox-addons/plugins/*flash*
sudo rm -rfd /usr/lib/nspluginwrapper

echo &quot;Installing Flash Player 10&quot;
cd ~
# since adobe is not hosting libflashplayer anymore, the lib is downloaded from my site.
# wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
wget http://www.myscienceisbetter.info/flash-player/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
tar zxvf libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
sudo cp libflashplayer.so /usr/lib/mozilla/plugins/

echo &quot;Linking the libraries so Firefox and apps depending on XULRunner (vuze, liferea, rsswol) can find it.&quot;
sudo ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox-addons/plugins/
sudo ln -sf /usr/lib/mozilla/plugins/libflashplayer.so  /usr/lib/xulrunner-addons/plugins/

# now doing some cleaning up:
sudo rm -rf libflashplayer.so
sudo rm -rf libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
</pre>
<p>You can now restart firefox <img src='http://www.myscienceisbetter.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Some users seem to have problems with viewing this page, so i wrapped everything needed to <a href="http://www.myscienceisbetter.info/2008/11/install-native-64bit-flash-player-10-on-linux.html">install the native 64bit flash player on linux</a> into a shell script. Grab the Ubuntu script <a href="http://www.myscienceisbetter.info/flash-player/native-64bit-flash-installer.sh" target="_blank">here</a>, chmod +x and execute it.</p>
<p>Thanks to Claudio de Taunay for providing a script that works in OpenSuSE 11. You can pick it up <a href="http://www.myscienceisbetter.info/flash-player/native-64bit-flashPlayer-OpenSuse11.sh">here</a>.</p>
<p>Thanks to Homer Xing from the <a href="http://code.google.com/p/ailurus/" target="_blank">Ailurus project</a> you can now install native flash player 64bit on Fedora. You can pick up the script <a href="http://www.myscienceisbetter.info/flash-player/fedora-native-64bit-flash-installer.sh">here</a>.</p>
<p>Let me know if you encounter any bugs.</p>
<p><strong>the scripts to install in different distro:</strong><br />
Ubuntu: <a href="http://www.myscienceisbetter.info/flash-player/native-64bit-flash-installer.sh" target="_blank">install native flash 64bit on Ubuntu</a></p>
<p>Fedora: <a href="http://www.myscienceisbetter.info/flash-player/fedora-native-64bit-flash-installer.sh" target="_blank">install native flash 64bit on Fedora</a></p>
<p>OpenSuse: <a href="http://www.myscienceisbetter.info/flash-player/native-64bit-flashPlayer-OpenSuse11.sh" target="_blank">install native flash 64bit on OpenSuse</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html/feed</wfw:commentRss>
		<slash:comments>193</slash:comments>
		</item>
		<item>
		<title>Install Vuze on Ubuntu 64bit</title>
		<link>http://www.myscienceisbetter.info/install-vuze-on-ubuntu-64bit.html</link>
		<comments>http://www.myscienceisbetter.info/install-vuze-on-ubuntu-64bit.html#comments</comments>
		<pubDate>Mon, 18 Aug 2008 15:15:00 +0000</pubDate>
		<dc:creator>Romeo Adrian Cioaba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vuze]]></category>

		<guid isPermaLink="false">http://blog.myscienceisbetter.info/?p=13</guid>
		<description><![CDATA[I have just reinstalled Ubuntu 64bit and i wanted to download some torrent. I like the default torrent client that comes with Ubuntu, but i missed the features of Azureus so i decided to give Vuze a try. Unfortunately this did not went as smooth as i would have expected, and this is because Vuze [...]]]></description>
			<content:encoded><![CDATA[<p>I have just reinstalled Ubuntu 64bit and i wanted to download some torrent. I like the default torrent client that comes with Ubuntu, but i missed the features of Azureus so i decided to give Vuze a try. Unfortunately this did not went as smooth as i would have expected, and this is because Vuze (which is built on the Eclipse platform) comes with the 32bit version of swt.</p>
<p>Here is a tutorial on <a href="http://www.myscienceisbetter.info/2008/08/install-vuze-on-ubuntu-64bit.html">how to install vuze on ubuntu 64bit</a>.</p>
<p>1. Prepare install folder<br />
mkdir ~/Applications</p>
<p>2. Download and extract Vuze<br />
cd<br />
wget http://cache2.vuze.com/files/Vuze_linux.tar.bz2<br />
tar jxvf Vuze_linux.tar.bz2<br />
mv vuze ~/Applications</p>
<p>3. Download and extract the latest 64bit SWT (you can get the latest URL from the<a href="http://www.eclipse.org/swt">Eclipse SWT Project Page</a>)<br />
wget http://eclipse.ialto.org/eclipse/downloads/drops/R-3.4-200806172000/swt-3.4-gtk-linux-x86_64.zip<br />
mkdir swt<br />
mv swt-3.4-gtk-linux-x86_64.zip swt<br />
unzip swt-3.4-gtk-linux-x86_64.zip<br />
mv swt.jar ~/Applications/vuze/</p>
<p>4. Enjoy Vuze by starting it from terminal:<br />
~/Applications/vuze/vuze</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myscienceisbetter.info/install-vuze-on-ubuntu-64bit.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Install Adobe Flash Player 10 on Ubuntu 64bit</title>
		<link>http://www.myscienceisbetter.info/install-adobe-flash-player-10-on-ubuntu-64bit.html</link>
		<comments>http://www.myscienceisbetter.info/install-adobe-flash-player-10-on-ubuntu-64bit.html#comments</comments>
		<pubDate>Mon, 19 May 2008 02:59:00 +0000</pubDate>
		<dc:creator>Romeo Adrian Cioaba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[flashplayer]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.myscienceisbetter.info/?p=11</guid>
		<description><![CDATA[UPDATE: Native Adobe 64bit Flash Player has been released. I have put together a small tutorial on how to install the native flash player 10 64bit plugin for linux. Adobe recently launched Flash Player 10 Beta codenamed "Astro". Great news, as it supports a bunch of new features, but as usually nothing yet for the [...]]]></description>
			<content:encoded><![CDATA[<p><strong><br />
UPDATE: Native Adobe 64bit Flash Player has been released.<br />
I have put together a small tutorial on <a href="http://www.myscienceisbetter.info/2008/11/install-native-64bit-flash-player-10-on-linux.html">how to install the native flash player 10 64bit plugin for linux</a>.<br />
</strong></p>
<p>Adobe recently launched <a href="http://labs.adobe.com/technologies/flashplayer10/">Flash Player 10 Beta codenamed "Astro"</a>. Great news, as it supports a bunch of new features, but as usually nothing yet for the 64 bit users. I'm going to show you <a href="http://www.myscienceisbetter.info/2008/05/install-adobe-flash-player-10-on-ubuntu-using-nspluginwrapper.html">how to get flash player 10 running on Ubuntu 64bit using nspluginwrapper</a>. Before doing anything in the terminal make sure you close Firefox else you might not get the expected result.</p>
<p>1. Make sure you don't have any other flash plugin installed on your system:<br />sudo apt-get remove -y --purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper</p>
<p>1.1 To be sure we don't have any other old flash libs let's cleanup the folders where it usually resides:<br />sudo rm -f /usr/lib/mozilla/plugins/*flash*<br />sudo rm -f ~/.mozilla/plugins/*flash*<br />sudo rm -f /usr/lib/firefox/plugins/*flash*<br />sudo rm -rfd /usr/lib/nspluginwrapper</p>
<p>2. Install ia32-libs and latest nspluginwrapper<br />sudo apt-get install ia32-libs nspluginwrapper</p>
<p>3. Download the latest flash player from Adobe Labs and extract it:<br />cd ~<br />wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_install_linux_051508.tar.gz<br />tar zxvf flashplayer10_install_linux_051508.tar.gz<br />sudo cp install_flash_player_10_linux/libflashplayer.so /usr/lib/mozilla/plugins/<br />rm -rf ~/install_flash_player_10_linux/</p>
<p>4. Use nspluginwrapper to install the plugin and link it to firefox<br />sudo nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so<br />sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/mozilla/plugins/<br /><strong>sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/firefox-addons/plugins/</strong></p>
<p><strong>EDIT: here is how to install flash player 10 on 64bit systems for <a href="http://liferea.sourceforge.net/">Liferea</a> and <a href="http://www.vuze.com/">Vuze</a> </p>
<p>sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/xulrunner-addons/plugins/<br />
</strong></p>
<p>5. Start Firefox and type in the address bar about:plugins and press enter. You should get a result similar to this one:</p>
<div>
<form mt:asset-id="1" class="mt-enclosure mt-enclosure-image" style="display: inline;" contenteditable="false"><img alt="flash_player_10_ubuntu_64bit.png" src="http://www.myscienceisbetter.info/flash_player_10_ubuntu_64bit.png" class="mt-image-center" style="margin: 0pt auto 20px; text-align: center; display: block;" height="184" width="568" /></form>
</div>
<p>6. Go to http://labs.adobe.com/technologies/flashplayer10/demos/index.html and test the new features.</p>
<p>EDIT: if you are lazy by nature, you can just grab <a href="http://www.myscienceisbetter.info/projects/install_flash_player_10_ubuntu64bit">install_flash_player_10_ubuntu64bit</a>, a small script i put together. Make it executable (chmox +x install_flash_player_10_ubuntu64bit) and run it in terminal. It will kill ask you for root password the kill any Firefox you might have running and install the flash player 10</p>
<p>NOTE: for the new and improved script follow this URL: http://meandubuntu.wordpress.com/2008/08/20/flash-10-rc-on-ubuntu-amd64/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myscienceisbetter.info/install-adobe-flash-player-10-on-ubuntu-64bit.html/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
	</channel>
</rss>

