<?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; FC6</title>
	<atom:link href="http://linuxneophyte.com/tag/fc6/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>The end of my Fedora journey</title>
		<link>http://linuxneophyte.com/the-end-of-my-fedora-journey/</link>
		<comments>http://linuxneophyte.com/the-end-of-my-fedora-journey/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 17:32:54 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[FC6]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Feisty]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/the-end-of-my-fedora-journey/</guid>
		<description><![CDATA[I&#8217;ve decided, after going back and forth over this for a while, that I&#8217;m dropping Fedora on my work machine.  I&#8217;ve gotten to where I just can&#8217;t be bothered with yum and the limited (in comparison to Debian based distros) package selection anymore.  Those are my main reasons, but there are others, the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided, after going back and forth over this for a while, that I&#8217;m dropping Fedora on my work machine.  I&#8217;ve gotten to where I just can&#8217;t be bothered with yum and the limited (in comparison to Debian based distros) package selection anymore.  Those are my main reasons, but there are others, the amount of time it took for the Fedora team to fix the <a href="http://linuxneophyte.com/fedora-ata-problems-finally-resolved/" target="_blank">ATA kernel problems</a> following the release of Core 6 for instance.</p>
<p>I&#8217;m not happy about forsaking Fedora, I would prefer to have some level of experience with an RPM based distro.  I just can&#8217;t justify the time it&#8217;s taking to become a knowledgeable user with Fedora.  Maybe some day, when I&#8217;m more familiar with the internals of more Linux applications and more experienced with compiling what I need from source I can go back.</p>
<p>I&#8217;ll be installing Feisty on the machine some time this week or next and will be strictly a Debian (or its derivatives) user for a while.  I&#8217;ve had almost no problem installing whatever applications I want on a Debian machine.  There have been a few times when I needed to compile from source and on Debian I&#8217;ve been able to get the job done (my success rate on Fedora is abysmal).</p>
<p>So to me, this feels like a failure.  Disappointing but necessary. <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/the-end-of-my-fedora-journey/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SSH Tab Completion in Fedora Core 6</title>
		<link>http://linuxneophyte.com/ssh-tab-completion-in-fedora-core-6/</link>
		<comments>http://linuxneophyte.com/ssh-tab-completion-in-fedora-core-6/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 20:27:36 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[BASH]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[FC6]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/ssh-tab-completion-in-fedora-core-6/</guid>
		<description><![CDATA[I&#8217;ve found that the extended tab-complete functionality in Ubuntu is a major timesaver.  I do a LOT of SSHing from machine to machine in my house as well as to machines out there on the Internet.  I use my ~/.ssh/config file to set up easy-to-remember names for these machines and then use the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found that the extended tab-complete functionality in Ubuntu is a major timesaver.  I do a LOT of SSHing from machine to machine in my house as well as to machines out there on the Internet.  I use my <code>~/.ssh/config</code> file to set up easy-to-remember names for these machines and then use the command line to connect.  For example, to connect to my Anapnea.net shell account, I have a block in my config file that looks like this:</p>
<blockquote><p> <code>host anapnea<br />
hostname anapnea.net<br />
user fakeusername<br />
identityfile ~/.ssh/id</code></p></blockquote>
<p>When I want to log in, I open my terminal program of choice and enter <code>ssh ana&lt;tab&gt;</code> and press enter.  Pressing tab expands to <code>anapnea</code> and I make my connection saving 4 keystrokes.</p>
<p><strong>Note: </strong>For those interested, SSH tab-complete will expand to the value of <em>host</em> or <em>hostname</em>.  That&#8217;s handy if you can remember the actual hostname of the machine and you&#8217;ve forgotten what you entered as the value of host (yeah, I&#8217;ve done it).  If that makes no sense to you, you can get more information on SSH config files with <code>man 5 ssh_config</code>.</p>
<p>Tab complete also works with <code>lftp</code> and some other programs when using Ubuntu.  I&#8217;ve found the lack of it in Fedora a little frustrating (I keep pressing tab and get nothing).  I did a little Googling to find out just what program sets up this functionality and checked the Fedora repos for it.  Thankfully it can be found in all it&#8217;s glory and awaiting installation in Fedora extras.</p>
<p><code>su -c 'yum install bash-completion'</code></p>
<p>A few seconds later, you&#8217;re ready to bank your keystrokes and tab complete to your heart&#8217;s content.</p>
<p><strong>Note: </strong>Any terminal sessions that were open when you installed the package won&#8217;t utilize it until you either restart the session or enter <code>bash</code> at the prompt.  It seems that your shell needs to source the newly created <code>/etc/profile.d/bash_completion.sh</code> script.  This is done when you invoke BASH by opening a terminal prompt or executing <code>bash</code> at the command line.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/ssh-tab-completion-in-fedora-core-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Playing with XFCE 4.4 on Fedora Core 6</title>
		<link>http://linuxneophyte.com/playing-with-xfce-44-on-fedora-core-6/</link>
		<comments>http://linuxneophyte.com/playing-with-xfce-44-on-fedora-core-6/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 05:00:50 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[FC6]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[XFCE]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/playing-with-xfce-44-on-fedora-core-6/</guid>
		<description><![CDATA[I&#8217;ve been terribly busy over the last few days, I started playing with Mutt and XFCE 4.4 on Fedora.  Who knew it (&#8220;it&#8221; being mutt) would take over my life??  Mutt is going to take some time to explain, and since I haven&#8217;t got it doing exactly what I want yet, I&#8217;ll hold [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been terribly busy over the last few days, I started playing with <a href="http://mutt.org/">Mutt</a> and <a href="http://www.xfce.org/">XFCE</a> 4.4 on Fedora.  Who knew it (&#8220;it&#8221; being mutt) would take over my life??  Mutt is going to take some time to explain, and since I haven&#8217;t got it doing exactly what I want yet, I&#8217;ll hold off on talking about it.  I can tell you this, I&#8217;ll be damned if I&#8217;ll let it beat me.  I will own (or should I be cool and use &#8220;pwn&#8221;?) mutt, and once I do, I&#8217;ll try to tell you how I did it.</p>
<p>Since XFCE is easier to get into, I&#8217;ll explain that.  My work machine is a bit of a dog.  At least it&#8217;s feeling that way.   To improve the feel of it, I decided to give a lighter weight desktop a shot and I installed the latest XFCE.  To put it simply, wow!  What a difference.</p>
<p>Now this isn&#8217;t my first experience with XFCE.  Back when I had only been using Linux for a month or two, I installed it to take a peek.  I was completely dependent on my desktop environment at that time.  If it didn&#8217;t take care of mounting devices and network resources, I couldn&#8217;t use it.  Back to Gnome or KDE I went.</p>
<p>I&#8217;m more comfortable with Linux now and can either mount devices on my own or edit <code>/etc/fstab</code> to make mounting automatic.  That being the case, I can move on to some of the more &#8220;manual&#8221; desktops (yayy me!).</p>
<p>Installing XFCE was a breeze, <code>su -c 'yum groupinstall XFCE'</code> and a little coffee to pass the time was all it took.  After that, log in and start customizing.</p>
<p>One of the first things I had to do after setting up my desktop was to find out how to lock the workstation.  XFCE allows you to trigger a lock by hitting CTRL+ALT+DEL; that sequence executes <code>/usr/bin/xflock4</code> which in turn, starts the screen saver (I found/figured this info under <em>Keyboard Settings</em>) .</p>
<p>Unfortunately, that wasn&#8217;t working for me.  There was no error message or any indication that the key sequence was doing anything.  I opened a terminal, found the script and checked it out.  The script attempts to run <code>xscreensaver-command -lock</code> or <code>xlock</code>.  I didn&#8217;t have any executables matching those filenames on my box, so off to google I went.  The Gentoo wiki offered me <a href="http://gentoo-wiki.com/HOWTO_xfce4">this page</a>.  With that info, I created <code>/usr/bin/xlock</code> and added the lines below:</p>
<blockquote><p> #!/bin/bash<br />
/usr/bin/gnome-screensaver-command -l</p></blockquote>
<p>All that was left to do was to set the proper mode on the file; <code>chmod 755 /usr/bin/xlock</code> (as root).  With that done, the magic key sequence locked my box and allowed me to walk away.</p>
<p><strong>***Edit***</strong> I also had to add <code>gnome-screensaver</code> to autostarted applications</p>
<p><strong>Notes:</strong></p>
<ul>
<li>I rely too much on Google.  If I had taken a minute to think, I wouldn&#8217;t have needed the Gentoo wiki to tell me to create the <code>xlock</code> script.  This annoys me about myself, I too often look for the easy answer.</li>
<li>I decided to use the Gnome screen saver because it was already installed and I knew it could do the job.</li>
<li> I could have just installed the xscreensaver package but that just would have added software I don&#8217;t need.</li>
</ul>
<p>I&#8217;ll keep playing and tweaking, so far this is great.  I can only complain about the screen lock issue and the fact that adding items to the panel is a little clunky.  Other than that, I&#8217;m flying around my machine with breakneck speed and it ROCKS.   Got some time on your hands?  Install it, play with it, see if you like it.  <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/playing-with-xfce-44-on-fedora-core-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora ATA Problems (finally) Resolved</title>
		<link>http://linuxneophyte.com/fedora-ata-problems-finally-resolved/</link>
		<comments>http://linuxneophyte.com/fedora-ata-problems-finally-resolved/#comments</comments>
		<pubDate>Fri, 19 Jan 2007 13:41:41 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[FC6]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[RPM]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/fedora-ata-problems-finally-resolved/</guid>
		<description><![CDATA[Well, they&#8217;ve finally done it!  Fedora fixed the kernel problem that was simply driving me mad.  Back in November, I posted about Fedora Core 6 &#8211; SATA &#038; CIFS Problems  which led to painfully slow boot times on my office OptiPlex system.
If you&#8217;re suffering from this garbage at startup:
 ata1: port is [...]]]></description>
			<content:encoded><![CDATA[<p>Well, they&#8217;ve finally done it!  Fedora fixed the kernel problem that was simply driving me mad.  Back in November, I posted about <a target="_blank" href="http://linuxneophyte.com/fedora-core-6-sata-cifs-problems/">Fedora Core 6 &#8211; SATA &#038; CIFS Problems</a>  which led to painfully slow boot times on my office OptiPlex system.</p>
<p>If you&#8217;re suffering from this garbage at startup:</p>
<blockquote><p><code> ata1: port is slow to respond, please be patient<br />
ata1: port failed to respond (30 secs)<br />
ata1: SRST failed (status 0xFF)<br />
ata1: SRST failed (err_mask=0x100)<br />
ata1: softreset failed, retrying in 5 secs</code></p></blockquote>
<p>Then all you need to do is perform a standard update (<code>su -c 'yum update'</code>) and restart the machine.  The <em>2.6.19-1.2895.fc6</em> kernel will fix it.</p>
<p>Now that the issue is resolved, Fedora doesn&#8217;t feel broken to me anymore.  JOY!</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/fedora-ata-problems-finally-resolved/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Console Bandwidth Monitors: nload &amp; bwm-ng</title>
		<link>http://linuxneophyte.com/console-bandwidth-monitors-nload-bwm-ng/</link>
		<comments>http://linuxneophyte.com/console-bandwidth-monitors-nload-bwm-ng/#comments</comments>
		<pubDate>Fri, 15 Dec 2006 12:48:03 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[FC6]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Sytem Monitor]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://newbie.linuxworldnet.com/console-bandwidth-monitors-nload-bwm-ng/</guid>
		<description><![CDATA[I was wondering what nifty utilities were available for monitoring my bandwidth from the console. After a few minutes of googling I found my answer. There were two options that I found right away, bwm-ng and nload. Both programs have similar features so it really came down to look. Since I was slightly happier with [...]]]></description>
			<content:encoded><![CDATA[<p>I was wondering what nifty utilities were available for monitoring my bandwidth from the console. After a few minutes of googling I found my answer. There were two options that I found right away, <a target="_blank" href="http://www.gropp.org/">bwm-ng</a> and <a target="_blank" href="http://www.roland-riegel.de/nload/index.html">nload</a>. Both programs have similar features so it really came down to look. Since I was slightly happier with nload, I installed it on all of my full-time Linux machines, this included Fedora 6, Ubuntu Edgy and a Debian Sarge server. Don&#8217;t take my word for it though, if you have a hankerin&#8217; to monitor your bandwidth, check them both out.</p>
<p>The screen-cap below is shows <code>nload</code> and a few other programs running.  The first row is the local machine (FC6), the second row is (from left to right) a Debian Sarge server and an Ubuntu Edgy desktop.  The third row shows an available console and an <code>scp</code> command transferring a file from the Fedora box to the Debian box.</p>
<p><a title="Bandwidth Monitor" class="imagelink" target="_blank" href="http://linuxneophyte.com/wp-content/uploads/2007/01/bwmonitor.jpg"><img width="128" height="95" alt="Bandwidth Monitor" id="image111" src="http://linuxneophyte.com/wp-content/uploads/2007/01/bwmonitor.jpg" /></a></p>
<p><strong>Installing on Ubuntu:</strong></p>
<p>Be sure that you have the Universe repo enabled (click <a target="_blank" href="http://ubuntuguide.org/wiki/Ubuntu_Edgy#How_to_add_extra_repositories">here</a> for help)</p>
<p><code>sudo apt-get install nload bwm-ng</code></p>
<p><strong>Installing on Fedora:</strong></p>
<p>Installing an nload package on Fedora requires adding another repo to your yum configuration.  The steps are below.</p>
<p><strong>1:</strong> First create the <code>dries.repo</code> file as root.  If you aren&#8217;t a Gnome user, you can substitute <code>gedit</code> with <code>kwrite</code> or <code>kate</code> below.</p>
<blockquote><p><code>su -c 'gedit /etc/yum.repos.d/dries.repo'</code></p></blockquote>
<p>Paste the four lines below into the editor, save and exit:</p>
<blockquote><p><code>[dries]<br />
name=Extra Fedora rpms dries - $releasever - $basearch<br />
baseurl=http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/linux/$releasever/$basearch/dries/RPMS/<br />
enabled=0</code></p></blockquote>
<p><strong>2:</strong> Download the GPG key, install it and then remove the local copy (once it&#8217;s imported, you don&#8217;t need the key file any longer)</p>
<blockquote><p><code><em>wget</em> http://dries.studentenweb.org/rpm/RPM-GPG-KEY.dries.txt</code></p>
<p><code>su -c 'rpm --import RPM-GPG-KEY.dries.txt'</code></p>
<p><code>rm RPM-GPG-KEY.dries.txt</code></p></blockquote>
<p>Done, now you can install the programs via yum.  The Dries repo isn&#8217;t enabled by default (I only leave official yum repos enabled on my machine).  The command below will enable the repo for this install only.  If you want to enable dries full-time, edit the dries.repo file and change <code>enabled=0</code> to <code>enabled=1</code>.</p>
<blockquote><p><code>su -c 'yum --enablerepo=dries install nload bwm-ng'</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/console-bandwidth-monitors-nload-bwm-ng/feed/</wfw:commentRss>
		<slash:comments>2</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 [...]]]></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>Install VMware Server on Fedora Core 6</title>
		<link>http://linuxneophyte.com/install-vmware-server-on-fedora-core-6/</link>
		<comments>http://linuxneophyte.com/install-vmware-server-on-fedora-core-6/#comments</comments>
		<pubDate>Mon, 27 Nov 2006 13:12:19 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[FC6]]></category>
		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://newbie.linuxworldnet.com/install-vmware-server-on-fedora-core-6/</guid>
		<description><![CDATA[This wasn&#8217;t as easy as it should have been.  FC6 isn&#8217;t generally considered to be a newbie-centric distro, I just wonder if the folks over at Fedora just want to hammer that fact home.
There are some problems when installing VMware server on FC.  Firstly, there&#8217;s the 2.6.18 kernel, it seems that config.h was [...]]]></description>
			<content:encoded><![CDATA[<p>This wasn&#8217;t as easy as it should have been.  FC6 isn&#8217;t generally considered to be a newbie-centric distro, I just wonder if the folks over at Fedora just want to hammer that fact home.</p>
<p>There are some problems when installing VMware server on FC.  Firstly, there&#8217;s the 2.6.18 kernel, it seems that config.h was removed from the source.  This is a file needed by some programs at compile time.  If the file doesn&#8217;t exist, the compilation can&#8217;t complete.  I&#8217;m guessing that VMware will just need to update its build script for 2.6.18+ kernels.  That one can&#8217;t be blamed on Fedora, it&#8217;s a change in the kernel and I expect the VMware installer to account for the change in a future version.</p>
<p>This one I blame on Fedora, my understanding of the problem is that the installed kernel is based on i586 architecture but the kernel-devel package is based on i686.  If you install kernel-devel from the Fedora repos and want to use VMware, you can just forget about it.  The fact that the kernel and dev packages are out of sync will prevent the installer from creating the appropriate (and necessary) modules.  Does this make sense?  Is this something that shouldn&#8217;t surprise me?  I really don&#8217;t understand the logic behind this and any info that you could give me would be greatly appreciated.</p>
<p>Anyway, after some googling, I was able to work around the problem.</p>
<p>Firstly make sure you&#8217;re running the latest Fedora kernel, open a terminal session and enter <font face="Courier, monospace">uname -r</font>.  At the time of this writing, the latest version is <font face="Courier, monospace">2.6.18-1.2849.fc6</font>.  If you&#8217;re running an older kernel, perform an <font face="Courier, monospace">su -c &#8216;yum update&#8217;</font> before continuing.  You will need to restart your computer after installing the latest kernel.</p>
<p><em>Before going any further, I should tell you that I have <a target="_blank" href="http://en.wikipedia.org/wiki/SELinux">SElinux</a> disabled on my box.  I don&#8217;t know the first thing about managing a machine with SElinux.  If you have it on, you may have to do some additional googling to get things working properly.</em></p>
<p>Download the VMware Server for Linux <strong>TAR Binary </strong>installer from <a target="_blank" href="http://www.vmware.com/download/server/">http://www.vmware.com/download/server/</a>. While your there you should also register to receive your serial number (it is required to complete the install of VMware Server).  Once ready, open a terminal session and extract the tarball.</p>
<p><font face="Courier, monospace"><em>tar</em> -xzvf VMware-server-1.0.1-29996.tar.gz</font></p>
<p>Download the i586 kernel-devel package from the updates repo and install it:</p>
<p><font face="Courier, monospace"><em>wget</em> http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/i386/kernel-devel-2.6.18-1.2849.fc6.i586.rpm</font></p>
<p><font face="Courier, monospace">su -c &#8216;rpm -ivh kernel-devel-2.6.18-1.2849.fc6.i586.rpm&#8217;</font></p>
<p>Create a symbolic link to the headers directory in /usr/src/</p>
<p><font face="Courier, monospace">su -c &#8216;ln -s /usr/src/kernels/2.6.18-1.2849.fc6-i586/ /usr/src/linux&#8217;</font></p>
<p>I got the fix for the config.h problem from <a target="_blank" href="http://www.vmware.com/community/thread.jspa?threadID=59513&#038;tstart=0">this post</a> on VMTN</p>
<p><font face="Courier, monospace">su -c &#8216;cp -v /usr/src/kernels/2.6.18-1.2849.fc6-i586/include/config/i2o/config.h /usr/src/kernels/2.6.18-1.2849.fc6-i586/include/linux/&#8217;</font></p>
<p>Here&#8217;s where things start to work as expected.  You need to install GCC and xinetd</p>
<p><font face="Courier, monospace">su -c &#8216;yum install xinetd gcc&#8217;</font></p>
<p>Now start the installation; accepting the default answers to all of the questions (save for the location of the kernel headers, see below) is a perfectly acceptable way to get VMware Server installed.<br />
<font face="Courier, monospace">cd ~/vmware-server-distrib/</font></p>
<p><font face="Courier, monospace">su -c ./vmware-install.pl</font></p>
<p>Important:  When asked for the headers, make sure the path is <font face="Courier, monospace">/usr/src/linux/include</font></p>
<p><strong>Notes:</strong></p>
<p>Since Fedora installs and enables a firewall by default you won&#8217;t need to worry about unauthorized users connecting to your VMware server.</p>
<p>If you&#8217;re reading this after a newer kernel has been released, you&#8217;ll need to change any instance of <font face="Courier, monospace">2.6.18-1.2849.fc6.i586</font> to whatever kernel revision you&#8217;re working with.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/install-vmware-server-on-fedora-core-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding &#8220;Open Terminal&#8221; to Gnome Context Menu</title>
		<link>http://linuxneophyte.com/adding-open-terminal-to-gnome-context-menu/</link>
		<comments>http://linuxneophyte.com/adding-open-terminal-to-gnome-context-menu/#comments</comments>
		<pubDate>Thu, 23 Nov 2006 04:00:18 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[FC6]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://newbie.linuxworldnet.com/adding-open-terminal-to-gnome-context-menu/</guid>
		<description><![CDATA[Ever wish that you could right-click the Gnome desktop or a folder and open a terminal window?  It&#8217;s a simple installation away in both Ubuntu and Fedora.  I do sorta wonder why this isn&#8217;t included in Gnome by default.
Ubuntu:
Open your package manager and locate/install nautilus-open-terminal or alternatively open a terminal prompt and enter [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wish that you could right-click the Gnome desktop or a folder and open a terminal window?  It&#8217;s a simple installation away in both Ubuntu and Fedora.  I do sorta wonder why this isn&#8217;t included in Gnome by default.</p>
<p><strong>Ubuntu:</strong></p>
<p>Open your package manager and locate/install <strong>nautilus-open-terminal</strong> or alternatively open a terminal prompt and enter the command <font face="Courier, monospace">sudo apt-get install nautilus-open-terminal</font></p>
<p>Now restart Gnome (log out and back in) or open a terminal and enter <font face="Courier, monospace">ps aux |grep nautilus</font> then locate the PID for <em>nautilus</em> and issue a <font face="Courier, monospace">kill -HUP <em>[pid]</em><br />
</font></p>
<p><strong>Fedora:</strong></p>
<p>Open a terminal prompt and enter the command <font face="Courier, monospace">su -c &#8216;yum install nautilus-open-terminal&#8217;</font></p>
<p>Now restart Gnome (log out and back in) or open a terminal and enter <font face="Courier, monospace">ps aux |grep nautilus</font> then locate the PID for <em>nautilus</em> and issue a <font face="Courier, monospace">kill -HUP <em>[pid]</em></font></p>
<p><strong>Happy Thanksgiving!</strong> Food, football and naps.  Who doesn&#8217;t love this holiday????</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/adding-open-terminal-to-gnome-context-menu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Print to PDF: cups-pdf</title>
		<link>http://linuxneophyte.com/print-to-pdf-cups-pdf/</link>
		<comments>http://linuxneophyte.com/print-to-pdf-cups-pdf/#comments</comments>
		<pubDate>Mon, 20 Nov 2006 16:14:12 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CUPS]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[FC6]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://newbie.linuxworldnet.com/print-to-pdf-cups-pdf/</guid>
		<description><![CDATA[Something I&#8217;ve been missing since my migration to Linux is the ability to print whatever I want to a PDF.  I find it insanely useful when I want a copy of purchase receipts or just about anything else that I should have a record of.  I usually don&#8217;t print anything to paper, simply [...]]]></description>
			<content:encoded><![CDATA[<p>Something I&#8217;ve been missing since my migration to Linux is the ability to print whatever I want to a PDF.  I find it insanely useful when I want a copy of purchase receipts or just about anything else that I should have a record of.  I usually don&#8217;t print anything to paper, simply because I&#8217;ll just lose it or recycle it and then regret it 6 months later when I need a copy.  Enter cups-pdf, a super easy way of outputting &#8220;stuff&#8221; to PDF.</p>
<p><strong>Installing on Ubuntu 6.10:</strong></p>
<p><font face="Courier, monospace">sudo apt-get install cups-pdf </font></p>
<p>Create the printer:</p>
<ol>
<li>From the Gnome System menu, navigate to System > Administration > Printing.</li>
<li>Double click on New Printer</li>
<li>PDF Printer should already be selected under Use a detected printer, click Forward</li>
<li>Select Generic from the Manufacturer drop down menu</li>
<li>Select Postscript Printer in the Model section, click Forward</li>
<li>Name your printer (I chose PDF-Printer) and click Apply</li>
</ol>
<p>All set, you can now opt to print web pages, or whatever else to your Cups/PDF-Printer.  Ubuntu saves the PDFs to your <font face="Courier, monospace">~/PDF/</font> directory (if you want to change the default location, use the last paragraph on this post as a guide).</p>
<p><strong>Installing on Fedora Core 6:</strong></p>
<p>Fedora keeps this package in the extras repo, you can install it using the command below.</p>
<p><font face="Courier, monospace">su -c &#8216;yum install cups-pdf&#8217;</font></p>
<p>A few seconds later I had a new printer named <em>Cups-PDF</em>, that when selected would print whatever I wanted to a PDF on my desktop.  I personally don&#8217;t want all of my PDFs saved to the desktop so I created a PDF folder in my home dir and made a change to the config file:</p>
<p>As root, edit <font face="Courier, monospace">/etc/cups/cups-pdf.conf</font>, locate the line that reads <font face="Courier, monospace">Out ${HOME}/Desktop</font> and change it to <font face="Courier, monospace">Out ${HOME}/PDF</font>.  I didn&#8217;t need to restart the CUPS service to apply the change, it just worked. <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/print-to-pdf-cups-pdf/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Linux Play Time: Beryl, VMware and Future Blogs</title>
		<link>http://linuxneophyte.com/linux-play-time-beryl-vmware-and-future-blogs/</link>
		<comments>http://linuxneophyte.com/linux-play-time-beryl-vmware-and-future-blogs/#comments</comments>
		<pubDate>Sat, 18 Nov 2006 00:55:24 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Beryl]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[Eye Candy]]></category>
		<category><![CDATA[FC6]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://newbie.linuxworldnet.com/linux-play-time-beryl-vmware-and-future-blogs/</guid>
		<description><![CDATA[I was able to leave work early today, I LOVE when that happens..  I took care of some personal responsibilities and came home to beer and some time with my desktop.  I haven&#8217;t had a lot of time to really play since I installed Edgy.
Beryl:
I gotta say, the Beryl project is extremely cool. [...]]]></description>
			<content:encoded><![CDATA[<p>I was able to leave work early today, I LOVE when that happens..  I took care of some personal responsibilities and came home to beer and some time with my desktop.  I haven&#8217;t had a lot of time to really play since I installed Edgy.</p>
<p><strong>Beryl:</strong></p>
<p>I gotta say, the Beryl project is extremely cool.  I had a great time picking out a skydome wallpaper and just tweaking out the desktop effects.  I had to kill off the trailfocus plugin in beryl, I was getting annoyed with the fading out of apps.  Other than that, I couldn&#8217;t be happier with the software.  It&#8217;s just amazing.  I have a nice fresh looking desktop with fun effects that just may help convince a few others to give Linux a shot (you KNOW anyone coming into this abode will be visiting my machine).  Yeah, yeah, eye candy isn&#8217;t the reason to switch operating systems.  That doesn&#8217;t mean that it won&#8217;t have an impact on some of those who are more reluctant to make the change.  Who knows?</p>
<p>On the topic of Beryl, it seems that the folks over at Fedora are creating packages for it.  That&#8217;s excellent news!  I&#8217;ve noticed that Beryl core and Beryl devel have made it into the repos.  I&#8217;m hoping that they&#8217;re planning to create packages for the plugins and extra toys as well.</p>
<p><strong>*Note:</strong> if you followed the instructions for installing Beryl 0.1.1 in <a target="_blank" href="http://linuxneophyte.com/beryl-on-fedora-core-6/">this post</a>, and you update to the latest version in the Fedora repos, you WILL break Beryl.  The good news is that  it&#8217;s easy to fix.  The RPMs referenced in the post have been updated to v 0.1.2.  You can just download and install all of the packages except for core and devel (the post explains how if you don&#8217;t know what I&#8217;m talking about). After that, Beryl will be back, and up-to-date.  Be sure to play with the &#8220;burn&#8221; animation.  It looks NICE, but IMO it gets too annoying to use regularly.  I wouldn&#8217;t mind seeing a &#8220;smoke&#8221; animation.  Something that turns into wisps of smoke when you close an app could be pretty sexy <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>VMware:</strong></p>
<p>I took some time today to set up some test VMware appliances for LinuxWorldNet.  I&#8217;ll be using these &#8220;machines&#8221; to explore software and record my steps so I can post some how-to&#8217;s here.  I&#8217;ve mostly completed the Fedora install, I&#8217;ll be working on Edgy shortly and I&#8217;ve created a Debian stable server for testing.</p>
<p><strong>Upcoming Things:</strong></p>
<p>I&#8217;ll be using the Debian VM to test out some FTP servers for Linux.  I currently use Gene6 for Windows and would like to make the move to one of my Linux machines.  I have no idea how well this will work out, I&#8217;ll post about my ups and downs here.  Its going to be tough for any FTP server to beat G6, that&#8217;s just an amazing app.  As I get into it, I&#8217;ll tell you what my requirements are and we&#8217;ll see how far I can get <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I also plan on covering the configuration of OpenSSH server for both Fedora and Ubuntu.  I&#8217;ll explain how to set them up in the most paranoid way I know how.  I&#8217;m hoping that any newbies stumbling upon this blog will be able to open his/her SSH server to the evils of the Internet and still feel confident that they will be as safe as can possibly be.</p>
<p>That&#8217;s pretty much it for now.  The only other thing I&#8217;d like to put out there is this; I&#8217;d like to hear from anyone that checks this blog out and has a few minutes to fire off a comment or email (matt at linuxworldnet dot com).  Let me know what you think or if there&#8217;s a topic you&#8217;d like covered (I&#8217;ll do what I can, I&#8217;m still new to this Linux thing myself).</p>
<p>I need to get back to my beer and play, laydah!</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/linux-play-time-beryl-vmware-and-future-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
