<?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>Linux Neophyte &#187; Firefox</title>
	<atom:link href="http://linuxneophyte.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxneophyte.com</link>
	<description>Trials of a Linux Newb.</description>
	<lastBuildDate>Mon, 20 Oct 2008 12:42:52 +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>Installing Flash Player 9 Final</title>
		<link>http://linuxneophyte.com/installing-flash-player-9-final/</link>
		<comments>http://linuxneophyte.com/installing-flash-player-9-final/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 13:39:42 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[DPKG]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[RPM]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/installing-flash-player-9-final/</guid>
		<description><![CDATA[The first non-beta version of Flash 9 for Linux is out, you can download the installer from Adobe&#8217;s site. I downloaded the tar.gz installer and had no problem whatsoever installing it. The instructions are on the download page, and all you&#8217;ll need to know before hand is where your browsers are installed to. To find [...]]]></description>
			<content:encoded><![CDATA[<p>The first non-beta version of Flash 9 for Linux is out, you can download the installer from <a target="_blank" href="http://www.adobe.com/go/getflashplayer/">Adobe&#8217;s site</a>.  I downloaded the <em>tar.gz</em> installer and had no problem whatsoever installing it.  The instructions are on the download page, and all you&#8217;ll need to know before hand is where your browsers are installed to.  To find out, you can use the package management tools included in your distro.</p>
<p><strong>Fedora:</strong></p>
<p><code>rpm -ql firefox</code></p>
<p>This query will give you a lot of information (you might want to pipe it to <code>less</code>).  What you want to zero in on is the directory that is referenced most, on my system it&#8217;s <code>/usr/lib/firefox-1.5.0.9/</code>.   You&#8217;ll notice a lot of references to <code>/usr/share/</code> and can pretty much ignore them.  That directory holds icons, .desktop files and other shared objects.</p>
<p>I did the same for SeaMonkey (<code>rpm -ql seamonkey</code>), the install location for the current version of the monkey is <code>/usr/lib/seamonkey-1.0.7/</code>.</p>
<p><strong>Ubuntu:</strong></p>
<p><code>dpkg -L firefox</code></p>
<p>That&#8217;s another command that will hand you TONS of information.  Again, I only care about the installation directory, I know from using Ubuntu that the standard application install location is <code>/usr/lib/<em>[installdir]</em></code>.  So to clean up the output, I used <code>grep</code> to filter out the data I don&#8217;t need (you could do the same on the Fedora example above).</p>
<p><code>dpkg -L firefox |grep /usr/lib</code></p>
<p>That gave me something that looked like:</p>
<blockquote><p><code>/usr/lib<br />
/usr/lib/firefox<br />
/usr/lib/firefox/firefox<br />
/usr/lib/firefox/libgfxpsshar.so<br />
/usr/lib/firefox/libgkgfx.so<br />
/usr/lib/firefox/libgtkembedmoz.so<br />
/usr/lib/firefox/libgtkxtbin.so<br />
/usr/lib/firefox/libjsj.so<br />
[snip]</code></p></blockquote>
<p>From that I can see that Ubuntu installs Firefox to <code>/usr/lib/firefox</code>.</p>
<p>I also use SeaMonkey on Ubuntu, but I had to manually install it. For that reason, <code>dpkg</code>  has no clue as to where the software is.  I chose to install it to <code>/usr/local/seamonkey</code>, which is the location that the SeaMonkey installer suggests.  I just keep that in the back of my mind or I could enter a <code>locate seamonkey</code>.  That will return a lot of hits as well and will look something like:</p>
<blockquote><p><code>/usr/bin/seamonkey<br />
/usr/local/seamonkey<br />
/usr/local/seamonkey/install.log<br />
/usr/local/seamonkey/registry<br />
/usr/local/seamonkey/libplds4.so<br />
/usr/local/seamonkey/libxpcom.so<br />
/usr/local/seamonkey/libmozz.so<br />
[snip]</code></p></blockquote>
<p>Now that I know where my browsers are installed to, I can run the Flash installer and give it the correct path to each browser when asked.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/installing-flash-player-9-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DD-WRT: My Router Runs Linux</title>
		<link>http://linuxneophyte.com/dd-wrt-my-router-runs-linux/</link>
		<comments>http://linuxneophyte.com/dd-wrt-my-router-runs-linux/#comments</comments>
		<pubDate>Sun, 07 Jan 2007 06:28:30 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[DD-WRT]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/dd-wrt-my-router-runs-linux/</guid>
		<description><![CDATA[Installing DD-WRT on the Linksys WRT54GL went pretty much as the installation instructions said it would. I made it a point to follow them EXACTLY. Before getting started, I reviewed a lot of the info on the wiki pertaining to my particular router model as well as others. Firstly, I powered up the router and [...]]]></description>
			<content:encoded><![CDATA[<p>Installing <a target="_blank" href="http://www.dd-wrt.com">DD-WRT</a> on the <a target="_blank" href="http://en.wikipedia.org/wiki/WRT54G">Linksys WRT54GL</a> went pretty much as the installation instructions said it would.  I made it a point to follow them EXACTLY.  Before getting started, I reviewed a lot of the info on the <a target="_blank" href="http://www.dd-wrt.com/wiki/index.php/Main_Page">wiki</a> pertaining to my particular router model as well as others.</p>
<p>Firstly, I powered up the router and performed a hard reset (hold the reset button down for 30 seconds).  This just ensures that the router is using its factory default configuration.  I then unplugged my Ubuntu Edgy machine from the old router and connected it to the WRT54GL.  I reconfigured my network interface from a static address to DHCP and renewed my IP.  I did this from the command line so it looked like <code>sudo ifdown eth0 ; sudo ifup eth0</code>.</p>
<p>The firmware installation is done from the router&#8217;s web based administration panel, so using Firefox 2.0.0.1 I logged in and navigated to the firmware upload administration tab.  I used the browse button to locate <code>dd-wrt.v23_generic.bin</code> (which I had downloaded and extracted when I ordered the router) and clicked upgrade. After a few moments, I received a page telling me that the upload was successful and I walked away from the whole project for 5 minutes (as the wiki instructed me to.  I wanted a beer anyway).</p>
<p>Time passes&#8230;</p>
<p>Back at the keyboard now, I click the <em>Continue</em> button and I&#8217;m presented with a white page and some fields asking for my username and password.  I close Firefox, perform another hard reset of the router, open Firefox again and enter the address of router.  Just like magic, I&#8217;m presented with the DD-WRT configuration pages of the router.  Success!</p>
<p>Since it&#8217;s late and I just want to get things working, I&#8217;m only doing the basics, setting up static DHCP and a new wireless SSID.</p>
<p>Step one, change the default password from &#8220;admin&#8221; to something much, much better.  Next, I collect all of the MAC addresses from the machines on my network and make my way to the Administration/Services tab.  There, I assigned the MAC addresses to host names/IP addresses and configured my LAN domain name (just something I like to play with).  I started testing DCHP by connecting to each of the Linux machines, changing them from a static to a DHCP configuration and renewing the IP address (same commands as above).  Flawless!  With the Linux machines done I configure the rest of the machines on the network the same way.</p>
<p>Next, I create a new wireless SSID and configure my two wireless machines to associate with it.  This is where I had a little trouble.  Everything but the Ubuntu install on the laptop connected without issue.  For whatever reason I just can&#8217;t get the bcm4306 based wireless card to associate with the router using manually configured NDISwrapper.  I&#8217;ll revisit this when I&#8217;m not so tired <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Update:</strong>  I think I have this fixed, I&#8217;ll tell you how in another post</p>
<p>I know I said I was only doing the basics, but I had to try SSH.  So back to the Services tab, I enable SSH management (and disable Telnet as I&#8217;ll never use it) and click the <em>Reboot Router</em> button.  Next, I open a terminal session and enter <code>ssh dd-wrt</code>.  I log in with my user/pass and I&#8217;m at an ASH shell prompt.  The output from a <code>uname -r</code> reads like <code>Linux DDWRT 2.4.34-pre2 #170 Fri Sep 15 20:10:21 CEST 2006 mips unknown</code>.  Pretty sexy <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>All in all it was a satisfying experience.  I&#8217;m running Linux on my router and there&#8217;s a LOT of cool things I can do.  I haven&#8217;t scratched the surface yet, I&#8217;ll be exploring options for a while and when I come across something sweet I&#8217;ll post about it here.  If you&#8217;re at all interested in exploring DD-WRT, start by checking out the compatibility list and reading up on the features.  The wiki is a great place to start.  I had no trouble ordering a 100% compatible router for around $55.00 US (there was a rebate).</p>
<p>If you&#8217;re new to Linux and don&#8217;t want to have to manage your router from a command shell, no worries.  The web configuration pages are extremely useful and cover the full configuration of the router in a point and click fashion.  You just can&#8217;t go wrong <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/dd-wrt-my-router-runs-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 1.5 and 2 Coexisting on Fedora Core 6</title>
		<link>http://linuxneophyte.com/firefox-15-and-2-coexisting-on-fedora-core-6/</link>
		<comments>http://linuxneophyte.com/firefox-15-and-2-coexisting-on-fedora-core-6/#comments</comments>
		<pubDate>Thu, 30 Nov 2006 22:30:53 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[FC6]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://newbie.linuxworldnet.com/firefox-15-and-2-coexisting-on-fedora-core-6/</guid>
		<description><![CDATA[Fedora has decided not to provide an update to Firefox 2.0 (FF2) for FC6. I personally want to use FF2 on my Fedora box and I set out to find a way. It&#8217;s not exactly straight forward, but it&#8217;s not difficult. There are many ways to do this. This is how I chose to make [...]]]></description>
			<content:encoded><![CDATA[<p>Fedora has decided not to provide an update to Firefox 2.0 (FF2) for FC6.  I personally want to use FF2 on my Fedora box and I set out to find a way.  It&#8217;s not exactly straight forward, but it&#8217;s not difficult.  There are many ways to do this.  This is how I chose to make it work.</p>
<p>First, download the FF2 tarball from <a target="_blank" href="http://getfirefox.com/">http://getfirefox.com/</a> to your home directory.  Then extract the tarball to the /usr/local/firefox directory and rename it to firefox2 (to prevent confusion)</p>
<p><code>su -c '<em>tar</em> -xzvf /home/<em>[username]</em>/firefox-2.0.tar.gz -C /usr/local'</code></p>
<p><code>su -c 'mv -v /usr/local/firefox /usr/local/firefox2'</code></p>
<p><em><strong>You <u>need</u> to close any running instances of Firefox for the next step to work.</strong>  If you&#8217;re viewing this with Firefox, you&#8217;ll need to print this page or copy the instructions into a file on your machine.</em></p>
<p><em>If you get errors complaining about libstdc++.so.5 when you execute the next command, perform a <code>su -c 'yum install compat-libstdc++-33'</code> then run it again.</em></p>
<p>To prevent potential damage to your existing profile/plugins, we need to create an FF2 only profile.  Start FF2 with the profile manager;</p>
<p><code>/usr/local/firefox2/firefox -ProfileManager</code></p>
<ul>
<ol>
<li>Click Create profile, then Next to create a new profile</li>
<li>Name the profile <code>FF2</code></li>
<li>Click Finish</li>
<li>Click Exit</li>
</ol>
</ul>
<p>There are now two profiles in your <code>~/.mozilla/firefox</code> directory, the default profile will be used by Firefox 1.5, and we&#8217;re going to configure FF2 to use the one we just created.</p>
<p><code>su -c 'echo -e \#\!/bin/bash\\n/usr/local/firefox2/firefox -P FF2 |tee /usr/local/bin/firefox2'</code></p>
<p><code>su -c 'chmod a+x /usr/local/bin/firefox2'</code></p>
<p><strong>Explanation:</strong></p>
<p>The <code>echo</code> command uses <code>tee</code> to create a simple BASH script in <code>/usr/local/bin</code>.  I put the script there so that it would already be in my path and easy to run via the command line (CLI)  or a run application dialog.  The script will execute FF2 and specify that we use the FF2 profile.  To view the script, perform a <code>less /usr/local/bin/firefox2</code>.</p>
<p>The <code>chmod</code> command made the script executable by all users on the system.</p>
<p><strong>Notes:</strong></p>
<p>You now have FF2 running on your machine without mucking up your FF 1.5 install or the plugins.   All of the dependencies were maintained so programs like yelp (which depends on FF 1.5) still work.</p>
<p>Your distro has no idea that you&#8217;ve just installed FF2, it doesn&#8217;t exist in the RPM database and therefore won&#8217;t be updated when newer versions of FF2 are released.  You should run FF2 as admin (<code>su -c firefox2</code>) and choose <strong>Help > Check for Updates</strong> on a regular basis.  If you don&#8217;t usually follow FF releases, I would suggest picking a day each week and just performing that task.</p>
<p>Here&#8217;s the less than good news.  Your bookmarks, plugins, history, etc will not sync up between versions.  If you want to use a particular plugin in both browsers, you&#8217;ll need to install it to each version.  To be honest, I haven&#8217;t looked back since using FF2, all of the plugins I care about have been released for it and I dig the changes to the program.</p>
<p>If you have multiple users on your machine, each of them will have to create an FF2 profile.  Because I specified that profile in the startup script, they will be presented with the profile manager the first time they launch firefox2.  Just make sure they create an FF2 profile, else they&#8217;ll be facing the profile manager every time they launch the browser.</p>
<p>Finally, to set FF2 as your default browser in Gnome, choose <strong>System > Preferences > More Preferences > Preferred Applications</strong> and change <code>firefox</code> to <code>firefox2</code>.  You could also answer yes when prompted by FF2 to make it your default browser.</p>
<p><strong>Optional:</strong></p>
<p>If you want to create a &#8220;Firefox 2 Web Browser&#8221; menu item for all users on the machine, paste the command below into a terminal window.</p>
<p><code>su -c 'echo -e \[Desktop Entry\]\\nVersion=1.0\\nEncoding=UTF-8\\nName=Firefox 2 Web Browser\\nGenericName=Web Browser\\nComment=Browse the Web\\nExec=firefox2 %u\\nIcon=firefox.png\\nTerminal=false\\nType=Application\\nStartupWMClass=Firefox-bin\\nMimeType=text/html\;text\/xml\;application\/xhtml+xml\;application\/vnd.mozilla.xul\+xml\;text\/mml\;\\nX-Desktop-File-Install-Version=0.10\\nCategories=Network\;Application\;X-Fedora\; | tee /usr/share/applications/mozilla-firefox2.desktop'</code></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/firefox-15-and-2-coexisting-on-fedora-core-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox: Address Bar “click selects all”</title>
		<link>http://linuxneophyte.com/firefox-address-bar-%e2%80%9cclick-selects-all%e2%80%9d/</link>
		<comments>http://linuxneophyte.com/firefox-address-bar-%e2%80%9cclick-selects-all%e2%80%9d/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 04:00:09 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://newbie.linuxworldnet.com/firefox-address-bar-%e2%80%9cclick-selects-all%e2%80%9d/</guid>
		<description><![CDATA[If you&#8217;re a recent Windows to Linux convert, you might find the default behavior in Firefox&#8217;s address bar a little annoying. In Windows, clicking into the address bar would select the entire URL, you could then just start typing to wipe out what&#8217;s there and enter a new address. I&#8217;ve found that the Linux Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a recent Windows to Linux convert, you might find the default behavior in Firefox&#8217;s address bar a little annoying.  In Windows, clicking into the address bar would select the entire URL, you could then just start typing to wipe out what&#8217;s there and enter a new address.  I&#8217;ve found that the Linux Firefox defaults to just dropping your cursor into the address bar and you either need to double-click to select all or use some other method of clearing the address bar.  If you&#8217;re more comfortable with the “click selects all” method do the following:</p>
<ol>
<li>Open Firefox</li>
<li>Enter <font face="Courier, monospace">about:config</font> into the address bar and hit <font face="Courier, monospace">Enter</font><br />
<font face="Courier, monospace"><font face="Courier, monospace"><font face="Courier, monospace"> </font><font face="Courier, monospace"><font face="Courier, monospace"> </font></font></font> </font></li>
<li>In the Filter field enter the text <font face="Courier, monospace">clickselectsall</font></li>
<li>Double-click the preference name <font face="Courier, monospace">browser.urlbar.clickSelectsAll</font> entry (doing so will change the value to true)</li>
<li>Restart Firefox</li>
</ol>
<p>That&#8217;s all folks, single clicking in the address bar now selects all.</p>
<p>Note: some distributions may have have this set for you, I can only tell you that Ubuntu and Fedora do not.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/firefox-address-bar-%e2%80%9cclick-selects-all%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

