<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Linux-Noob Forums - Fedora Core Release 2]]></title>
		<link>https://www.linux-noob.com/forums/</link>
		<description><![CDATA[Linux-Noob Forums - https://www.linux-noob.com/forums]]></description>
		<pubDate>Sat, 02 May 2026 11:58:06 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Hard drive for Fedora Core x]]></title>
			<link>https://www.linux-noob.com/forums/thread-2496.html</link>
			<pubDate>Fri, 12 Aug 2005 12:40:08 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=24">Oroshi</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-2496.html</guid>
			<description><![CDATA[<br />
Hello, <br />
<br />
 <br />
<br />
Just wondering if you ever encounter some problem with machine that have SCSI hard drive? <br />
<br />
 <br />
<br />
I think best hard drive to run on Linux server using either IDE or SATA. but SCSI?? bad idea? <br />
<br />
 <br />
<br />
the server at work kept screwing up when website cannot view also mysql screw up with various of errors... i checked the server hard drive there is enough space, checked with physical member is enough... When i type some of commands like crontab -l or who. it get the Input/Output Error. <br />
<br />
 <br />
<br />
OS is Fedora core 2.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hello, <br />
<br />
 <br />
<br />
Just wondering if you ever encounter some problem with machine that have SCSI hard drive? <br />
<br />
 <br />
<br />
I think best hard drive to run on Linux server using either IDE or SATA. but SCSI?? bad idea? <br />
<br />
 <br />
<br />
the server at work kept screwing up when website cannot view also mysql screw up with various of errors... i checked the server hard drive there is enough space, checked with physical member is enough... When i type some of commands like crontab -l or who. it get the Input/Output Error. <br />
<br />
 <br />
<br />
OS is Fedora core 2.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to upgrade from FC2 to FC3]]></title>
			<link>https://www.linux-noob.com/forums/thread-2807.html</link>
			<pubDate>Thu, 03 Mar 2005 00:17:49 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=313">godskalk</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-2807.html</guid>
			<description><![CDATA[<br />
Hey, here is a neat way to upgrade from FC2 to FC3 without doing a clean install, but using apt-get.<br />
<br />
 <br />
<br />
First you must find the apt repositories from somewhere, I used this page right here: <a href="http://www.xades.com/proj/fedora_repos.html#apt" target="_blank" rel="noopener" class="mycode_url">Fedora Apt/Yum Repositories list</a>.<br />
<br />
 <br />
<br />
Now go to your server and doing as root and backup the apt sources.list<br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>cd /etc/apt<br />
cp sources.list sources.backup</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
Now, edit the sources.list. Remove everything inside and replace with the apt links from  the <a href="http://www.xades.com/proj/fedora_repos.html#apt" target="_blank" rel="noopener" class="mycode_url">Fedora Apt/Yum Repositories list</a>.<br />
<br />
 <br />
<br />
Save and exit, then do an update and upgrade with apt-get.<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>apt-get update &amp;&amp; apt-get dist-upgrade -y</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
This will take a while <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />When finnished, reboot and you will have Fedora Core 3.<br />
<br />
 <br />
<br />
I dont know if this is a good way for doing it but it worked for me, so far so good.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hey, here is a neat way to upgrade from FC2 to FC3 without doing a clean install, but using apt-get.<br />
<br />
 <br />
<br />
First you must find the apt repositories from somewhere, I used this page right here: <a href="http://www.xades.com/proj/fedora_repos.html#apt" target="_blank" rel="noopener" class="mycode_url">Fedora Apt/Yum Repositories list</a>.<br />
<br />
 <br />
<br />
Now go to your server and doing as root and backup the apt sources.list<br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>cd /etc/apt<br />
cp sources.list sources.backup</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
Now, edit the sources.list. Remove everything inside and replace with the apt links from  the <a href="http://www.xades.com/proj/fedora_repos.html#apt" target="_blank" rel="noopener" class="mycode_url">Fedora Apt/Yum Repositories list</a>.<br />
<br />
 <br />
<br />
Save and exit, then do an update and upgrade with apt-get.<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>apt-get update &amp;&amp; apt-get dist-upgrade -y</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
This will take a while <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />When finnished, reboot and you will have Fedora Core 3.<br />
<br />
 <br />
<br />
I dont know if this is a good way for doing it but it worked for me, so far so good.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Cannot Install Core 2]]></title>
			<link>https://www.linux-noob.com/forums/thread-2977.html</link>
			<pubDate>Fri, 24 Dec 2004 02:47:41 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=137">Webbie</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-2977.html</guid>
			<description><![CDATA[<br />
Hey guyz well i been trying to install Core 2 for a bit now and it dont want to install at all. i even tried using the dvd to install and no go. So what happends is boots off the CD just fine, soon has i hit enter to get in the setup and just reboots the system.<br />
<br />
 <br />
<br />
 <br />
<br />
Sys Specs<br />
<br />
 <br />
<br />
P4 2.8<br />
<br />
 <br />
<br />
1gig Dual Channel DDR, PC 3200<br />
<br />
 <br />
<br />
WD 200 gig HD<br />
<br />
 <br />
<br />
Asus P4P800SE<br />
<br />
 <br />
<br />
ATI 7000 64 meg<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hey guyz well i been trying to install Core 2 for a bit now and it dont want to install at all. i even tried using the dvd to install and no go. So what happends is boots off the CD just fine, soon has i hit enter to get in the setup and just reboots the system.<br />
<br />
 <br />
<br />
 <br />
<br />
Sys Specs<br />
<br />
 <br />
<br />
P4 2.8<br />
<br />
 <br />
<br />
1gig Dual Channel DDR, PC 3200<br />
<br />
 <br />
<br />
WD 200 gig HD<br />
<br />
 <br />
<br />
Asus P4P800SE<br />
<br />
 <br />
<br />
ATI 7000 64 meg<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[FC 2 machine and a KVM switch]]></title>
			<link>https://www.linux-noob.com/forums/thread-3037.html</link>
			<pubDate>Mon, 29 Nov 2004 16:30:25 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=0">Guest</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3037.html</guid>
			<description><![CDATA[<br />
Hi all,<br />
<br />
Hope you can help. I have two PC's attached to a KVM switch. One which is an oldish dell runs Fedora core 2 and whenever I switch back to it using the KVM it looses sync with the mouse. It used to do this with Red Hat 9 as well but quiting GNOME with Ctrl+Alt+F6 and then reloading with Ctrl+Alt+F7 always brought things back into line. I am afraid to say it but I know this is a software issue since it didn't do it under its old OS of M&#36; Windows...<br />
<br />
Does anybody know how to get the mouse to resync ???<br />
<br />
At the moment I often VNC into it but that can sometime be a pain in the rear for a variety of reasons.<br />
<br />
Thanks in advance,<br />
<br />
David.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hi all,<br />
<br />
Hope you can help. I have two PC's attached to a KVM switch. One which is an oldish dell runs Fedora core 2 and whenever I switch back to it using the KVM it looses sync with the mouse. It used to do this with Red Hat 9 as well but quiting GNOME with Ctrl+Alt+F6 and then reloading with Ctrl+Alt+F7 always brought things back into line. I am afraid to say it but I know this is a software issue since it didn't do it under its old OS of M&#36; Windows...<br />
<br />
Does anybody know how to get the mouse to resync ???<br />
<br />
At the moment I often VNC into it but that can sometime be a pain in the rear for a variety of reasons.<br />
<br />
Thanks in advance,<br />
<br />
David.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[fedora2 vs macromedia plugin and n00b]]></title>
			<link>https://www.linux-noob.com/forums/thread-3170.html</link>
			<pubDate>Wed, 08 Sep 2004 09:49:02 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=492">g00dy</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3170.html</guid>
			<description><![CDATA[<br />
How do i get the macromedia installer flashplayer-installerflashplayer-installer to work?<br />
<br />
 <br />
<br />
i have tried using terminal but am lost!<br />
<br />
 <br />
<br />
thankx<br />
<br />
g00dy<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
How do i get the macromedia installer flashplayer-installerflashplayer-installer to work?<br />
<br />
 <br />
<br />
i have tried using terminal but am lost!<br />
<br />
 <br />
<br />
thankx<br />
<br />
g00dy<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ATI Radeon Drivers (fglrx), FC2 and 9550GE]]></title>
			<link>https://www.linux-noob.com/forums/thread-3193.html</link>
			<pubDate>Thu, 19 Aug 2004 03:42:29 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=44">OVERKILL</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3193.html</guid>
			<description><![CDATA[<br />
Well, being Canadian, I decided to give my local neighbour ATI a shot to replace my NVidia card, which was a Hercules 3D Prophet II GTS Pro, based on of course the GeForce II GTS Pro. It's been a great card and still is...though its sitting in another box now.<br />
<br />
 <br />
<br />
So, I pulled my new ASUS ATI Radeon 9550GE (Gamer Edition) from its box (Yes, I'm cheap and didn't spring for a 9600XT or 9800 series card) and expected to be able to install the new 3.11.1 series drivers and be on my way....that assumption was my first big mistake. First off, there are no drivers for XORG's version of X, so you have to force install the drivers. Secondly, you have to use the "-replacefiles" option because the drivers conflict with MESA as well. So, after finding this out and using the appropriate options to work around the problems the drivers installed....which was great until it went to load the module and I got the following message: <br />
<br />
 <br />
<br />
FATAL: Error inserting fglrx (/lib/modules/2.6.7-1.494.2.2smp/kernel/drivers/char/drm/fglrx.ko): No such device<br />
<br />
 <br />
<br />
Which is odd, because the 9550 is on the list of supported cards........<br />
<br />
 <br />
<br />
So, I did an lspci to see what that turned up for the card ID:<br />
<br />
 <br />
<br />
01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 4153<br />
<br />
01:00.1 Display controller: ATI Technologies Inc: Unknown device 4173<br />
<br />
 <br />
<br />
Which to me, looks normal. <br />
<br />
 <br />
<br />
So, what is it, that ATI doesn't support this variant of the 9550 GPU even though its really no different from the normal 9550? I don't know, but I"m very frustrated and might load XP on this thing tonight in order to have Video support....not something I'm looking forward to doing.<br />
<br />
 <br />
<br />
Has anybody else come across this problem and discovered a solution? <br />
<br />
 <br />
<br />
If so, please let me know!<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Well, being Canadian, I decided to give my local neighbour ATI a shot to replace my NVidia card, which was a Hercules 3D Prophet II GTS Pro, based on of course the GeForce II GTS Pro. It's been a great card and still is...though its sitting in another box now.<br />
<br />
 <br />
<br />
So, I pulled my new ASUS ATI Radeon 9550GE (Gamer Edition) from its box (Yes, I'm cheap and didn't spring for a 9600XT or 9800 series card) and expected to be able to install the new 3.11.1 series drivers and be on my way....that assumption was my first big mistake. First off, there are no drivers for XORG's version of X, so you have to force install the drivers. Secondly, you have to use the "-replacefiles" option because the drivers conflict with MESA as well. So, after finding this out and using the appropriate options to work around the problems the drivers installed....which was great until it went to load the module and I got the following message: <br />
<br />
 <br />
<br />
FATAL: Error inserting fglrx (/lib/modules/2.6.7-1.494.2.2smp/kernel/drivers/char/drm/fglrx.ko): No such device<br />
<br />
 <br />
<br />
Which is odd, because the 9550 is on the list of supported cards........<br />
<br />
 <br />
<br />
So, I did an lspci to see what that turned up for the card ID:<br />
<br />
 <br />
<br />
01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 4153<br />
<br />
01:00.1 Display controller: ATI Technologies Inc: Unknown device 4173<br />
<br />
 <br />
<br />
Which to me, looks normal. <br />
<br />
 <br />
<br />
So, what is it, that ATI doesn't support this variant of the 9550 GPU even though its really no different from the normal 9550? I don't know, but I"m very frustrated and might load XP on this thing tonight in order to have Video support....not something I'm looking forward to doing.<br />
<br />
 <br />
<br />
Has anybody else come across this problem and discovered a solution? <br />
<br />
 <br />
<br />
If so, please let me know!<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[fedora core 2 installed!]]></title>
			<link>https://www.linux-noob.com/forums/thread-3219.html</link>
			<pubDate>Sat, 31 Jul 2004 12:55:04 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=0">Guest</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3219.html</guid>
			<description><![CDATA[<br />
hi, i've just installed fedora core 2 on my clean system wanting to know more about linux... and i've got quite a lot of questions so if anyone couldanswer some of them that would be real nice <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
1.i guess that the drivers installed by default for my system aren't the most up to date, is there a way to check every drivers' version, like a Hardware manager on windows ? and is there a how to for driver installation ?<br />
<br />
2. could anyone please explain to me the way linux filesystem works ? i see a lot of directories but none make sense to me, bin, usr, bin inside user, boot, dev etc.... anyway to easily explain it ?<br />
<br />
3. there's a flashing red ball in the tray, it looks like it's an up2date program that patches my packages, but it crashes, anyway to do this manually ?<br />
<br />
4. what are the most common used programs and commands, is there list of commands for the terminal ?<br />
<br />
5. i heard about kernel recompiling, what is it about ?<br />
<br />
if any of these questions are answered else where, bare with me please :]<br />
<br />
thanks in advance to those who answer some of the questions<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
hi, i've just installed fedora core 2 on my clean system wanting to know more about linux... and i've got quite a lot of questions so if anyone couldanswer some of them that would be real nice <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
1.i guess that the drivers installed by default for my system aren't the most up to date, is there a way to check every drivers' version, like a Hardware manager on windows ? and is there a how to for driver installation ?<br />
<br />
2. could anyone please explain to me the way linux filesystem works ? i see a lot of directories but none make sense to me, bin, usr, bin inside user, boot, dev etc.... anyway to easily explain it ?<br />
<br />
3. there's a flashing red ball in the tray, it looks like it's an up2date program that patches my packages, but it crashes, anyway to do this manually ?<br />
<br />
4. what are the most common used programs and commands, is there list of commands for the terminal ?<br />
<br />
5. i heard about kernel recompiling, what is it about ?<br />
<br />
if any of these questions are answered else where, bare with me please :]<br />
<br />
thanks in advance to those who answer some of the questions<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[programming visual for fedora core2]]></title>
			<link>https://www.linux-noob.com/forums/thread-3225.html</link>
			<pubDate>Mon, 26 Jul 2004 00:25:54 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=419">c_lisp</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3225.html</guid>
			<description><![CDATA[Is there a programming language that lets you code visual stuff for fedora core 2?<br />
]]></description>
			<content:encoded><![CDATA[Is there a programming language that lets you code visual stuff for fedora core 2?<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[fc2 rescue cd]]></title>
			<link>https://www.linux-noob.com/forums/thread-3284.html</link>
			<pubDate>Wed, 23 Jun 2004 04:18:43 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=290">neurosis</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3284.html</guid>
			<description><![CDATA[[img]&lt;___base_url___&gt;/uploads/emoticons/default_mad.gif[/img]]]></description>
			<content:encoded><![CDATA[[img]&lt;___base_url___&gt;/uploads/emoticons/default_mad.gif[/img]]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[burning FC2-i386-disc1-3.iso to cd]]></title>
			<link>https://www.linux-noob.com/forums/thread-3304.html</link>
			<pubDate>Wed, 16 Jun 2004 07:05:24 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=369">johnd</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3304.html</guid>
			<description><![CDATA[<br />
Hey all, <br />
<br />
 <br />
<br />
I dowloaded fedora core 2 iso files, and i tried to burn them to cd using mkisofs -R -o fedora-disc1.cd then using cdrecord -v speed=2 dev=1,0,0 -data /path/to/fedora-disc1.cd.  they all burned fine, but i tried to install fedora by rebooting my box with the cd in the drive thinking it would automatically start the fedora install. <br />
<br />
 <br />
<br />
Needless to say i was wrong - install didn't start at boot up.. What did i do wrong? is there a way to install fedora from the iso files that are on my hard drive while i have rh9 booted and running? Can install fedora from the command line at boot up, and if so can you point me to some instructions how. Or, can you suggestion an easy solution. <br />
<br />
 <br />
<br />
I'm running RH9 now, and would like to update to fedora2, so any help you can offer would be greatly appreciated.<br />
<br />
 <br />
<br />
thanks,<br />
<br />
John<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hey all, <br />
<br />
 <br />
<br />
I dowloaded fedora core 2 iso files, and i tried to burn them to cd using mkisofs -R -o fedora-disc1.cd then using cdrecord -v speed=2 dev=1,0,0 -data /path/to/fedora-disc1.cd.  they all burned fine, but i tried to install fedora by rebooting my box with the cd in the drive thinking it would automatically start the fedora install. <br />
<br />
 <br />
<br />
Needless to say i was wrong - install didn't start at boot up.. What did i do wrong? is there a way to install fedora from the iso files that are on my hard drive while i have rh9 booted and running? Can install fedora from the command line at boot up, and if so can you point me to some instructions how. Or, can you suggestion an easy solution. <br />
<br />
 <br />
<br />
I'm running RH9 now, and would like to update to fedora2, so any help you can offer would be greatly appreciated.<br />
<br />
 <br />
<br />
thanks,<br />
<br />
John<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how to configure Fedora Core Release 2]]></title>
			<link>https://www.linux-noob.com/forums/thread-3322.html</link>
			<pubDate>Thu, 10 Jun 2004 13:14:04 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2">anyweb</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3322.html</guid>
			<description><![CDATA[<br />
Original post @ <a href="http://www.linuxit.com.br/modules.php?name=Sections&amp;op=viewarticle&amp;artid=521" target="_blank" rel="noopener" class="mycode_url">[/url]<a href="http://www.linuxit.com.br/modules.php?name...ticle&amp;artid=521" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://www.linuxit.com.br/modules.php?name...ticle&amp;artid=521" target="_blank" rel="noopener" class="mycode_url"></a>[url=http://www.linuxit.com.br/modules.php?name...ticle&amp;artid=521]http://www.linuxit.com.br/modules.php?name...ticle&amp;artid=521</a><br />
<br />
 <br />
<br />
			A fresh install Fedora Core 2 Guide for Novices<br />
<br />
 <br />
<br />
pretty good article !<br />
<br />
 <br />
<br />
check it out <br />
<br />
 <br />
<br />
<a href="https://www.linux-noob.com/fc2.html" target="_blank" rel="noopener" class="mycode_url">here on linux-noob.com</a><br />
<br />
 <br />
<br />
cheers<br />
<br />
 <br />
<br />
anyweb<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Original post @ <a href="http://www.linuxit.com.br/modules.php?name=Sections&amp;op=viewarticle&amp;artid=521" target="_blank" rel="noopener" class="mycode_url">[/url]<a href="http://www.linuxit.com.br/modules.php?name...ticle&amp;artid=521" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://www.linuxit.com.br/modules.php?name...ticle&amp;artid=521" target="_blank" rel="noopener" class="mycode_url"></a>[url=http://www.linuxit.com.br/modules.php?name...ticle&amp;artid=521]http://www.linuxit.com.br/modules.php?name...ticle&amp;artid=521</a><br />
<br />
 <br />
<br />
			A fresh install Fedora Core 2 Guide for Novices<br />
<br />
 <br />
<br />
pretty good article !<br />
<br />
 <br />
<br />
check it out <br />
<br />
 <br />
<br />
<a href="https://www.linux-noob.com/fc2.html" target="_blank" rel="noopener" class="mycode_url">here on linux-noob.com</a><br />
<br />
 <br />
<br />
cheers<br />
<br />
 <br />
<br />
anyweb<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to get Gdesklets to work (Fedora Core r. 2)]]></title>
			<link>https://www.linux-noob.com/forums/thread-3335.html</link>
			<pubDate>Sat, 05 Jun 2004 00:26:34 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2">anyweb</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3335.html</guid>
			<description><![CDATA[<br />
step 1: get the RPM<br />
<br />
 <br />
<br />
ok first of all go <a href="http://dag.wieers.com/packages/gdesklets/gdesklets-0.26.2-1.1.fc2.dag.i386.rpm" target="_blank" rel="noopener" class="mycode_url">here</a> and download that.<br />
<br />
 <br />
<br />
 <br />
<br />
Step 2: install the RPM<br />
<br />
 <br />
<br />
As root do this:-<br />
<br />
 <br />
<br />
<span style="font-weight: bold;" class="mycode_b">rpm -ivh bla.rpm</span> as per below<br />
<br />
 <br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[root@localhost downloads]# rpm -ivh gdesklets-0.26.2-1.1.fc2.dag.i386.rpm<br />
warning: gdesklets-0.26.2-1.1.fc2.dag.i386.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6<br />
Preparing...                ########################################### [100%]<br />
  1:gdesklets              ########################################### [100%]<br />
[root@localhost downloads]#</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
 <br />
<br />
Step 3: get and install a SENSOR<br />
<br />
 <br />
<br />
now we are going to install the 'goodweather' sensor, it displays the weather forecast <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
 <br />
<br />
get it <a href="http://gdesklets.gnomedesktop.org/files.php?func=gd_downloadfile&amp;gd_filename=GoodWeather-0.4.tar.bz2&amp;gd_fileid=226" target="_blank" rel="noopener" class="mycode_url">here</a><br />
<br />
 <br />
<br />
Once downloaded type this as a normal user:-<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>bunzip2 GoodWeather-0.4.tar.bz2<br />
tar xvf GoodWeather-0.4.tar<br />
cd GoodWeather</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
followed by<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>./Install_GoodWeather_Sensor.bin</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
You should see a window popup saying <br />
<br />
 <br />
<br />
'The Sensor has been installed sucessfully. gDesklets is now able to use it'<br />
<br />
 <br />
<br />
step 4: show the Sensor !<br />
<br />
 <br />
<br />
ok now we have to 'tell' gDesklets to show the sensor we downloaded and installed. Lets find out where it is with <br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>pwd</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
as per below<br />
<br />
 <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>[anyweb@localhost GoodWeather]&#36; pwd/home/anyweb/downloads/GoodWeather<br />
<br />
[anyweb@localhost GoodWeather]&#36; ls<br />
<br />
 <br />
<br />
 <br />
<br />
gfx  GoodWeather.display  INSTALL  Install_GoodWeather_Sensor.bin  README<br />
<br />
[anyweb@localhost GoodWeather]&#36;</blockquote>
 <br />
<br />
now we know where it is let's tell gDesklets to 'run' it by typing<br />
<br />
 <br />
<br />
 <br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>nyweb@localhost GoodWeather]&#36; gdesklets GoodWeather.display</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
Ok, now click on the 'redhat' , followed by Accessories, and then gDesklets.<br />
<br />
 <br />
<br />
you will notice that your mouse cursor changes and that you now have new powers !<br />
<br />
 <br />
<br />
have fun ;-)<br />
<br />
 <br />
<br />
screenshot to show ya below !<br />
<br />
 <br />
<br />
cheers<br />
<br />
 <br />
<br />
anyweb<br />
<br />
&lt;a class="ipsAttachLink ipsAttachLink_image" href="&lt;fileStore.core_Attachment&gt;/post-13-1086387994.png" data-fileid="154"&gt;[img]&lt;fileStore.core_Attachment&gt;/post-13-1086387994.png[/img]&lt;/a&gt;<br />
<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.linux-noob.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=150" target="_blank" title="">Screenshot_2.png</a> (Size: 1.54 MB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<br />
step 1: get the RPM<br />
<br />
 <br />
<br />
ok first of all go <a href="http://dag.wieers.com/packages/gdesklets/gdesklets-0.26.2-1.1.fc2.dag.i386.rpm" target="_blank" rel="noopener" class="mycode_url">here</a> and download that.<br />
<br />
 <br />
<br />
 <br />
<br />
Step 2: install the RPM<br />
<br />
 <br />
<br />
As root do this:-<br />
<br />
 <br />
<br />
<span style="font-weight: bold;" class="mycode_b">rpm -ivh bla.rpm</span> as per below<br />
<br />
 <br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[root@localhost downloads]# rpm -ivh gdesklets-0.26.2-1.1.fc2.dag.i386.rpm<br />
warning: gdesklets-0.26.2-1.1.fc2.dag.i386.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6<br />
Preparing...                ########################################### [100%]<br />
  1:gdesklets              ########################################### [100%]<br />
[root@localhost downloads]#</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
 <br />
<br />
Step 3: get and install a SENSOR<br />
<br />
 <br />
<br />
now we are going to install the 'goodweather' sensor, it displays the weather forecast <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
 <br />
<br />
get it <a href="http://gdesklets.gnomedesktop.org/files.php?func=gd_downloadfile&amp;gd_filename=GoodWeather-0.4.tar.bz2&amp;gd_fileid=226" target="_blank" rel="noopener" class="mycode_url">here</a><br />
<br />
 <br />
<br />
Once downloaded type this as a normal user:-<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>bunzip2 GoodWeather-0.4.tar.bz2<br />
tar xvf GoodWeather-0.4.tar<br />
cd GoodWeather</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
followed by<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>./Install_GoodWeather_Sensor.bin</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
You should see a window popup saying <br />
<br />
 <br />
<br />
'The Sensor has been installed sucessfully. gDesklets is now able to use it'<br />
<br />
 <br />
<br />
step 4: show the Sensor !<br />
<br />
 <br />
<br />
ok now we have to 'tell' gDesklets to show the sensor we downloaded and installed. Lets find out where it is with <br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>pwd</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
as per below<br />
<br />
 <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>[anyweb@localhost GoodWeather]&#36; pwd/home/anyweb/downloads/GoodWeather<br />
<br />
[anyweb@localhost GoodWeather]&#36; ls<br />
<br />
 <br />
<br />
 <br />
<br />
gfx  GoodWeather.display  INSTALL  Install_GoodWeather_Sensor.bin  README<br />
<br />
[anyweb@localhost GoodWeather]&#36;</blockquote>
 <br />
<br />
now we know where it is let's tell gDesklets to 'run' it by typing<br />
<br />
 <br />
<br />
 <br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>nyweb@localhost GoodWeather]&#36; gdesklets GoodWeather.display</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
Ok, now click on the 'redhat' , followed by Accessories, and then gDesklets.<br />
<br />
 <br />
<br />
you will notice that your mouse cursor changes and that you now have new powers !<br />
<br />
 <br />
<br />
have fun ;-)<br />
<br />
 <br />
<br />
screenshot to show ya below !<br />
<br />
 <br />
<br />
cheers<br />
<br />
 <br />
<br />
anyweb<br />
<br />
&lt;a class="ipsAttachLink ipsAttachLink_image" href="&lt;fileStore.core_Attachment&gt;/post-13-1086387994.png" data-fileid="154"&gt;[img]&lt;fileStore.core_Attachment&gt;/post-13-1086387994.png[/img]&lt;/a&gt;<br />
<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.linux-noob.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=150" target="_blank" title="">Screenshot_2.png</a> (Size: 1.54 MB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[any wifi drivers built into fc2?]]></title>
			<link>https://www.linux-noob.com/forums/thread-3341.html</link>
			<pubDate>Wed, 02 Jun 2004 22:17:29 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=316">Steelgrave</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3341.html</guid>
			<description><![CDATA[<br />
Hi,<br />
<br />
I'm wondering what pcmcia wifi cards if any will work "out of the box" on fc2. Are there any drivers built in?<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hi,<br />
<br />
I'm wondering what pcmcia wifi cards if any will work "out of the box" on fc2. Are there any drivers built in?<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fedora Core 2  AGP?]]></title>
			<link>https://www.linux-noob.com/forums/thread-3347.html</link>
			<pubDate>Mon, 31 May 2004 14:45:34 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=168">GDMorry</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3347.html</guid>
			<description><![CDATA[I<br />
]]></description>
			<content:encoded><![CDATA[I<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how do i use my sb live ls with fedora core 2?]]></title>
			<link>https://www.linux-noob.com/forums/thread-3350.html</link>
			<pubDate>Sat, 29 May 2004 02:18:57 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=330">psx420</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3350.html</guid>
			<description><![CDATA[<br />
just installled fedora core 2 and i have the sound blaster live ls 5.1 ..... i try to go to volume control and it says no  mixer elements or devile/control shit found.... i don't hear a test sound either when doing the soundcard detection ... and nothing is working..........<br />
<br />
 <br />
<br />
 <br />
<br />
 <br />
<br />
someone out  there who knows how to get it to work plz post back or email me at psx0r187@hotmail.com<br />
<br />
 <br />
<br />
 <br />
<br />
thanks<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
just installled fedora core 2 and i have the sound blaster live ls 5.1 ..... i try to go to volume control and it says no  mixer elements or devile/control shit found.... i don't hear a test sound either when doing the soundcard detection ... and nothing is working..........<br />
<br />
 <br />
<br />
 <br />
<br />
 <br />
<br />
someone out  there who knows how to get it to work plz post back or email me at psx0r187@hotmail.com<br />
<br />
 <br />
<br />
 <br />
<br />
thanks<br />
<br />
]]></content:encoded>
		</item>
	</channel>
</rss>