<?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; Mozilla</title>
	<atom:link href="http://linuxneophyte.com/tag/mozilla/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>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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. [...]]]></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>WFTL-LUG and a Gmail POP Trick</title>
		<link>http://linuxneophyte.com/wftl-lug-and-a-gmail-pop-trick/</link>
		<comments>http://linuxneophyte.com/wftl-lug-and-a-gmail-pop-trick/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 18:37:30 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/wftl-lug-and-a-gmail-pop-trick/</guid>
		<description><![CDATA[OK, this IS Linux related, in the way that you can run Thunderbird on Linux.  I just thought this was pretty cool and I had a need for it.  I recently joined the WFTL-LUG (how many times I type WTFL by the end of this who can even guess), which is a global [...]]]></description>
			<content:encoded><![CDATA[<p>OK, this IS Linux related, in the way that you can run Thunderbird on Linux.  I just thought this was pretty cool and I had a need for it.  I recently joined the <a target="_blank" href="http://www.marcelgagne.com/wftl-lug.html">WFTL-LUG</a> (how many times I type WTFL by the end of this who can even guess), which is a global Linux Users Group.  While I have a real, physical LUG in my area, I&#8217;ve found the topics to be a little too technical for the beginner (to my dismay).  Since I want to hear about the experiences of others and maybe even offer some tidbits of advice myself, I want to be involved in <strong>something</strong> with a good amount of Linux chatter.  If something like this interests you, check out the link above.  Not only is the LUG hella useful, but the site itself (<a target="_blank" href="http://www.marcelgagne.com">http://www.marcelgagne.com</a>) has a lot of great information.  Thanks go to <a target="_blank" href="http://jonwatson.ca">Jon Watson</a> for directing me to the LUG.</p>
<p>What I wanted was a second (or third) gmail account that I could use just for the WFTL-LUG, and I wanted to be able to manage it in Thunderbird from two locations; work and home.  Since there&#8217;s no IMAP for gmail, and I&#8217;m personally not ready to run an IMAP server on my own, I decided to enable POP on the account, grab the mail, and store it locally.  This was a great idea until I remembered that once the email was downloaded into one mail client, the second client wouldn&#8217;t see those messages and they wouldn&#8217;t be downloaded.  Well, this wasn&#8217;t going to work, I would either have to use one client, or worry about having some mail in one location and some in another.  I can&#8217;t be the only one that has this problem.  I googled for a solution and came up with &#8220;recent mode&#8221;.  It works like this; you change the username (I did it on both mail clients, but one should have been enough) to <code>recent:<em>username</em>@gmail.com</code>.  This retrieves all messages received in the last thirty days whether it&#8217;s been collected by another POP client or not.  The exact wording for it is <a target="_blank" href="http://mail.google.com/support/bin/answer.py?answer=47948">here</a>.</p>
<p>Now I only need to worry about marking messages/threads read when I get home.  Just thought I&#8217;d share as it saved me a headache <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/wftl-lug-and-a-gmail-pop-trick/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 [...]]]></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>
	</channel>
</rss>
