<?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 5]]></title>
		<link>https://www.linux-noob.com/forums/</link>
		<description><![CDATA[Linux-Noob Forums - https://www.linux-noob.com/forums]]></description>
		<pubDate>Sat, 23 May 2026 19:46:36 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[FreeNX issue]]></title>
			<link>https://www.linux-noob.com/forums/thread-1315.html</link>
			<pubDate>Thu, 14 Jun 2007 17:28:54 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2109">adave</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1315.html</guid>
			<description><![CDATA[<br />
Hi i'm hoping you guys can help me out I have fedora core 5.  I have bonded my network cards and installed freenx.  I can go on the internet, ssh (to the linux bux).  However when I try to connect via nx client it gives me the following message.  I have imported the key. <br />
<br />
 <br />
<br />
NX&gt; 203 NXSSH running with pid: 4132<br />
<br />
NX&gt; 285 Enabling check on switch command<br />
<br />
NX&gt; 285 Enabling skip of SSH config files<br />
<br />
NX&gt; 285 Setting the preferred NX options<br />
<br />
NX&gt; 200 Connected to address: 192.9.200.12 on port: 22<br />
<br />
NX&gt; 202 Authenticating user: nx<br />
<br />
NX&gt; 208 Using auth method: publickey<br />
<br />
/usr/libexec/nx/nxloadconfig: line 270: strings: command not found<br />
<br />
HELLO NXSERVER - Version 1.5.0-60 OS (GPL)<br />
<br />
NX&gt; 105 Killed by signal 15.<br />
<br />
 <br />
<br />
If you could help me out and maybe come up with some stuff to try I would appreciate it.<br />
<br />
 <br />
<br />
Thanks a lot.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hi i'm hoping you guys can help me out I have fedora core 5.  I have bonded my network cards and installed freenx.  I can go on the internet, ssh (to the linux bux).  However when I try to connect via nx client it gives me the following message.  I have imported the key. <br />
<br />
 <br />
<br />
NX&gt; 203 NXSSH running with pid: 4132<br />
<br />
NX&gt; 285 Enabling check on switch command<br />
<br />
NX&gt; 285 Enabling skip of SSH config files<br />
<br />
NX&gt; 285 Setting the preferred NX options<br />
<br />
NX&gt; 200 Connected to address: 192.9.200.12 on port: 22<br />
<br />
NX&gt; 202 Authenticating user: nx<br />
<br />
NX&gt; 208 Using auth method: publickey<br />
<br />
/usr/libexec/nx/nxloadconfig: line 270: strings: command not found<br />
<br />
HELLO NXSERVER - Version 1.5.0-60 OS (GPL)<br />
<br />
NX&gt; 105 Killed by signal 15.<br />
<br />
 <br />
<br />
If you could help me out and maybe come up with some stuff to try I would appreciate it.<br />
<br />
 <br />
<br />
Thanks a lot.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[FC5 and samba installation, could not get it works]]></title>
			<link>https://www.linux-noob.com/forums/thread-1621.html</link>
			<pubDate>Sun, 21 Jan 2007 19:36:26 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=1019">zillah</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1621.html</guid>
			<description><![CDATA[<br />
I have got FC5 , I tried to start the process of samba installation from scratch, but i could not get it done!!!! What I have done is this :<br />
<br />
 <br />
<br />
[root@localhost ~]# man samba<br />
<br />
No manual entry for samba<br />
<br />
 <br />
<br />
[root@localhost log]# smbd -V<br />
<br />
bash: smbd: command not found<br />
<br />
 <br />
<br />
[root@localhost ~]# ls -Rl | grep samba*<br />
<br />
 <br />
<br />
[root@localhost ~]# rpm -qa | grep samba*<br />
<br />
samba-client-3.0.21b-2<br />
<br />
samba-common-3.0.21b-2<br />
<br />
 <br />
<br />
[root@localhost ~]# rpm -i samba-client-3.0.21b-2<br />
<br />
error: open of samba-client-3.0.21b-2 failed: No such file or directory<br />
<br />
 <br />
<br />
[root@localhost ~]# rpm -i samba-common-3.0.21b-2<br />
<br />
error: open of samba-common-3.0.21b-2 failed: No such file or directory<br />
<br />
 <br />
<br />
[root@localhost ~]# apt -get install samba swat<br />
<br />
bash: apt: command not found<br />
<br />
 <br />
<br />
I tried to use: less /var/log/packages/samba*<br />
<br />
 <br />
<br />
[root@localhost ~]# cd /var/log<br />
<br />
[root@localhost log]# ls<br />
<br />
anaconda.log btmp gdm maillog scrollkeeper.log wtmp<br />
<br />
anaconda.syslog cron httpd messages secure Xorg.0.log<br />
<br />
anaconda.xlog cups lastlog ppp spooler Xorg.0.log.old<br />
<br />
boot.log dmesg mail samba vbox yum.log<br />
<br />
 <br />
<br />
[root@localhost log]# cd samba<br />
<br />
[root@localhost samba]# ls -al<br />
<br />
total 16<br />
<br />
drwx------ 2 root root 4096 Feb 13 2006 .<br />
<br />
drwxr-xr-x 9 root root 4096 Jan 20 13:51 ..<br />
<br />
 <br />
<br />
I could not find any thing<br />
<br />
Desktop --&gt; System Settings --&gt; Server Settings --&gt; Samba<br />
<br />
 <br />
<br />
 <br />
<br />
Any comment where is my mistake ?<br />
<br />
 <br />
<br />
Regards<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
I have got FC5 , I tried to start the process of samba installation from scratch, but i could not get it done!!!! What I have done is this :<br />
<br />
 <br />
<br />
[root@localhost ~]# man samba<br />
<br />
No manual entry for samba<br />
<br />
 <br />
<br />
[root@localhost log]# smbd -V<br />
<br />
bash: smbd: command not found<br />
<br />
 <br />
<br />
[root@localhost ~]# ls -Rl | grep samba*<br />
<br />
 <br />
<br />
[root@localhost ~]# rpm -qa | grep samba*<br />
<br />
samba-client-3.0.21b-2<br />
<br />
samba-common-3.0.21b-2<br />
<br />
 <br />
<br />
[root@localhost ~]# rpm -i samba-client-3.0.21b-2<br />
<br />
error: open of samba-client-3.0.21b-2 failed: No such file or directory<br />
<br />
 <br />
<br />
[root@localhost ~]# rpm -i samba-common-3.0.21b-2<br />
<br />
error: open of samba-common-3.0.21b-2 failed: No such file or directory<br />
<br />
 <br />
<br />
[root@localhost ~]# apt -get install samba swat<br />
<br />
bash: apt: command not found<br />
<br />
 <br />
<br />
I tried to use: less /var/log/packages/samba*<br />
<br />
 <br />
<br />
[root@localhost ~]# cd /var/log<br />
<br />
[root@localhost log]# ls<br />
<br />
anaconda.log btmp gdm maillog scrollkeeper.log wtmp<br />
<br />
anaconda.syslog cron httpd messages secure Xorg.0.log<br />
<br />
anaconda.xlog cups lastlog ppp spooler Xorg.0.log.old<br />
<br />
boot.log dmesg mail samba vbox yum.log<br />
<br />
 <br />
<br />
[root@localhost log]# cd samba<br />
<br />
[root@localhost samba]# ls -al<br />
<br />
total 16<br />
<br />
drwx------ 2 root root 4096 Feb 13 2006 .<br />
<br />
drwxr-xr-x 9 root root 4096 Jan 20 13:51 ..<br />
<br />
 <br />
<br />
I could not find any thing<br />
<br />
Desktop --&gt; System Settings --&gt; Server Settings --&gt; Samba<br />
<br />
 <br />
<br />
 <br />
<br />
Any comment where is my mistake ?<br />
<br />
 <br />
<br />
Regards<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Problem with USB - Ethernet Converter of FC5]]></title>
			<link>https://www.linux-noob.com/forums/thread-1687.html</link>
			<pubDate>Thu, 14 Dec 2006 13:01:33 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=1326">linuxnewbie82</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1687.html</guid>
			<description><![CDATA[<br />
Hi<br />
<br />
 <br />
<br />
I have a ADM8511 Pegasus II USB Ethernet Converter. I have Fedora Core5 running on my System.<br />
<br />
 <br />
<br />
The problem is I can see my device listed under Hardware, but get the following error when I try &amp; add it as a new device under the devices menu.<br />
<br />
 <br />
<br />
pegasus device eth2 does not seem to be present, delaying initialization.<br />
<br />
 <br />
<br />
The following is the Output of lsusb command :<br />
<br />
 <br />
<br />
[root@localhost ~]# lsusb<br />
<br />
Bus 002 Device 001: ID 0000:0000<br />
<br />
Bus 002 Device 002: ID 1267:0201 Logic3 / SpectraVideo plc A4Tech SWOP-3 Mouse<br />
<br />
Bus 005 Device 001: ID 0000:0000<br />
<br />
Bus 004 Device 001: ID 0000:0000<br />
<br />
Bus 003 Device 002: ID 07a6:8511 ADMtek, Inc. ADM8511 Pegasus II Ethernet<br />
<br />
Bus 003 Device 001: ID 0000:0000<br />
<br />
Bus 001 Device 001: ID 0000:0000<br />
<br />
 <br />
<br />
My Kernel Version is : 2.6.15-1.2054_FC5<br />
<br />
 <br />
<br />
The lsusb detects the device as shown above, but the device is not detected under the /dev directory.<br />
<br />
 <br />
<br />
 <br />
<br />
I'm lost. How can I fix this ??? The device works perfectly under Windows XP<br />
<br />
 <br />
<br />
regards<br />
<br />
 <br />
<br />
krish.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hi<br />
<br />
 <br />
<br />
I have a ADM8511 Pegasus II USB Ethernet Converter. I have Fedora Core5 running on my System.<br />
<br />
 <br />
<br />
The problem is I can see my device listed under Hardware, but get the following error when I try &amp; add it as a new device under the devices menu.<br />
<br />
 <br />
<br />
pegasus device eth2 does not seem to be present, delaying initialization.<br />
<br />
 <br />
<br />
The following is the Output of lsusb command :<br />
<br />
 <br />
<br />
[root@localhost ~]# lsusb<br />
<br />
Bus 002 Device 001: ID 0000:0000<br />
<br />
Bus 002 Device 002: ID 1267:0201 Logic3 / SpectraVideo plc A4Tech SWOP-3 Mouse<br />
<br />
Bus 005 Device 001: ID 0000:0000<br />
<br />
Bus 004 Device 001: ID 0000:0000<br />
<br />
Bus 003 Device 002: ID 07a6:8511 ADMtek, Inc. ADM8511 Pegasus II Ethernet<br />
<br />
Bus 003 Device 001: ID 0000:0000<br />
<br />
Bus 001 Device 001: ID 0000:0000<br />
<br />
 <br />
<br />
My Kernel Version is : 2.6.15-1.2054_FC5<br />
<br />
 <br />
<br />
The lsusb detects the device as shown above, but the device is not detected under the /dev directory.<br />
<br />
 <br />
<br />
 <br />
<br />
I'm lost. How can I fix this ??? The device works perfectly under Windows XP<br />
<br />
 <br />
<br />
regards<br />
<br />
 <br />
<br />
krish.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Did they break yum?]]></title>
			<link>https://www.linux-noob.com/forums/thread-1756.html</link>
			<pubDate>Tue, 24 Oct 2006 23:03:35 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=856">hybrid</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1756.html</guid>
			<description><![CDATA[<br />
Did the Red Hat guys break yum in FC5 because of the release of FC6 or is it just me?<br />
<br />
 <br />
<br />
I'm getting the following output from a <span style="font-weight: bold;" class="mycode_b">yum update</span>:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Loading "installonlyn" plugin<br />
Setting up Update Process<br />
Setting up repositories<br />
updates&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[1/4]<br />
Cannot find a valid baseurl for repo: updates<br />
Error: Cannot find a valid baseurl for repo: updates</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
I will be moving over to FC6 soon, but I might not be finished with FC5 yet!?<br />
<br />
 <br />
<br />
Anyone else have this problem?<br />
<br />
 <br />
<br />
(on an unrelated note - posting this from Firefox 2.0 - absolutely awesome!!)<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Did the Red Hat guys break yum in FC5 because of the release of FC6 or is it just me?<br />
<br />
 <br />
<br />
I'm getting the following output from a <span style="font-weight: bold;" class="mycode_b">yum update</span>:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Loading "installonlyn" plugin<br />
Setting up Update Process<br />
Setting up repositories<br />
updates&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[1/4]<br />
Cannot find a valid baseurl for repo: updates<br />
Error: Cannot find a valid baseurl for repo: updates</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
I will be moving over to FC6 soon, but I might not be finished with FC5 yet!?<br />
<br />
 <br />
<br />
Anyone else have this problem?<br />
<br />
 <br />
<br />
(on an unrelated note - posting this from Firefox 2.0 - absolutely awesome!!)<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[not able to connect to net on fedora core 5]]></title>
			<link>https://www.linux-noob.com/forums/thread-1768.html</link>
			<pubDate>Thu, 19 Oct 2006 06:28:08 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=374">seetendra</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1768.html</guid>
			<description><![CDATA[<br />
i have a Adsl connection.<br />
<br />
 <br />
<br />
in windows i coneect to internet using the wan miniport(pppoe) in the my networks.<br />
<br />
 <br />
<br />
could u pls help and tell me how to creat this in fedora core 5.<br />
<br />
 <br />
<br />
thx a lot<br />
<br />
 <br />
<br />
bye<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
i have a Adsl connection.<br />
<br />
 <br />
<br />
in windows i coneect to internet using the wan miniport(pppoe) in the my networks.<br />
<br />
 <br />
<br />
could u pls help and tell me how to creat this in fedora core 5.<br />
<br />
 <br />
<br />
thx a lot<br />
<br />
 <br />
<br />
bye<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Need help FC is not reading/detecting 2nd hard drive]]></title>
			<link>https://www.linux-noob.com/forums/thread-1769.html</link>
			<pubDate>Wed, 18 Oct 2006 03:33:31 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=1462">squirty82</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1769.html</guid>
			<description><![CDATA[<br />
Ok first things first, I REALLY wanted to learn linux that's why I installed it but now I am having doubts. My yum doesn't work properly my sound doesn't work, and I can't network my cpu correctly with my roommates so I'm giving up. All I want to do now is just get my mp3's back onto my windows XP sp2 hard drive, but apparently it's impossible to do. I tried going through windows and accessing the hard drive but then my linux hard drive wasn't being read. I installed magic partition program on my XP drive and then the linux drive finally showed up but I couldnt access any folders inside. So now I'm trying the reverse going through my FC5 drive to access my XP drive and transfer the files over. However, I'm stuck I don't know where to go or what commands to use to access my XP drive, I don't even think it's being detected by the OS (in BIOS however it IS being read). I don't know if I have to mount it or not or anything like that, so I didn't try Dan's newbie tutorial guide on mounting NTFS drives. I don't want to do something that permanently screws me over, so I'm asking here first. I typed fdisk -l in my su directory and it showed up as this:<br />
<br />
 <br />
<br />
Disk /dev/hda: 120.0 GB, 120034123776 bytes<br />
<br />
255 heads, 63 sectors/track, 14593 cylinders<br />
<br />
Units = cylinders of 16065 * 512 = 8225280 bytes<br />
<br />
 <br />
<br />
   Device Boot      Start         End      Blocks   Id  System<br />
<br />
/dev/hda1   *           1          13      104391   83  Linux<br />
<br />
/dev/hda2              14       14593   117113850   8e  Linux LVM<br />
<br />
 <br />
<br />
Disk /dev/hdb: -955586550 MB, 72058857482354688 bytes<br />
<br />
255 heads, 63 sectors/track, -1 cylinders<br />
<br />
Units = cylinders of 16065 * 512 = 8225280 bytes<br />
<br />
 <br />
<br />
Disk /dev/hdb doesn't contain a valid partition table<br />
<br />
 <br />
<br />
I have no idea what that means can someone please help so this noob can go back to XP and leave this linux world. I REALLY need step by step process because I am utterly lost. Thanks in advance, sorry for being the super noob of all noobs........<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Ok first things first, I REALLY wanted to learn linux that's why I installed it but now I am having doubts. My yum doesn't work properly my sound doesn't work, and I can't network my cpu correctly with my roommates so I'm giving up. All I want to do now is just get my mp3's back onto my windows XP sp2 hard drive, but apparently it's impossible to do. I tried going through windows and accessing the hard drive but then my linux hard drive wasn't being read. I installed magic partition program on my XP drive and then the linux drive finally showed up but I couldnt access any folders inside. So now I'm trying the reverse going through my FC5 drive to access my XP drive and transfer the files over. However, I'm stuck I don't know where to go or what commands to use to access my XP drive, I don't even think it's being detected by the OS (in BIOS however it IS being read). I don't know if I have to mount it or not or anything like that, so I didn't try Dan's newbie tutorial guide on mounting NTFS drives. I don't want to do something that permanently screws me over, so I'm asking here first. I typed fdisk -l in my su directory and it showed up as this:<br />
<br />
 <br />
<br />
Disk /dev/hda: 120.0 GB, 120034123776 bytes<br />
<br />
255 heads, 63 sectors/track, 14593 cylinders<br />
<br />
Units = cylinders of 16065 * 512 = 8225280 bytes<br />
<br />
 <br />
<br />
   Device Boot      Start         End      Blocks   Id  System<br />
<br />
/dev/hda1   *           1          13      104391   83  Linux<br />
<br />
/dev/hda2              14       14593   117113850   8e  Linux LVM<br />
<br />
 <br />
<br />
Disk /dev/hdb: -955586550 MB, 72058857482354688 bytes<br />
<br />
255 heads, 63 sectors/track, -1 cylinders<br />
<br />
Units = cylinders of 16065 * 512 = 8225280 bytes<br />
<br />
 <br />
<br />
Disk /dev/hdb doesn't contain a valid partition table<br />
<br />
 <br />
<br />
I have no idea what that means can someone please help so this noob can go back to XP and leave this linux world. I REALLY need step by step process because I am utterly lost. Thanks in advance, sorry for being the super noob of all noobs........<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[dual head with nvidia geforce 5600 kernal  2.6.17-1.2174_FC5]]></title>
			<link>https://www.linux-noob.com/forums/thread-1826.html</link>
			<pubDate>Wed, 06 Sep 2006 01:55:02 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=1397">robnsteel</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1826.html</guid>
			<description><![CDATA[<br />
i need help makeing it so i can have duel veiw i dont know what to change in my xorg.conf please help <br />
<br />
 <br />
<br />
 <br />
<br />
# Xorg configuration created by system-config-display<br />
<br />
 <br />
<br />
Section "ServerLayout"<br />
<br />
	Identifier     "Multihead layout"<br />
<br />
	Screen      0  "Screen0" LeftOf "Screen1"<br />
<br />
	Screen      1  "Screen1" 0 0<br />
<br />
	InputDevice    "Mouse0" "CorePointer"<br />
<br />
	InputDevice    "Keyboard0" "CoreKeyboard"<br />
<br />
	Option	    "Xinerama" "on"<br />
<br />
	Option	    "Clone" "off"<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "Files"<br />
<br />
 <br />
<br />
# RgbPath is the location of the RGB database.  Note, this is the name of the <br />
<br />
# file minus the extension (like ".txt" or ".db").  There is normally<br />
<br />
# no need to change the default.<br />
<br />
# Multiple FontPath entries are allowed (they are concatenated together)<br />
<br />
# By default, Red Hat 6.0 and later now use a font server independent of<br />
<br />
# the X server to render fonts.<br />
<br />
	FontPath     "unix/:7100"<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "Module"<br />
<br />
	Load  "dbe"<br />
<br />
	Load  "extmod"<br />
<br />
	Load  "fbdevhw"<br />
<br />
	Load  "glx"<br />
<br />
	Load  "record"<br />
<br />
	Load  "freetype"<br />
<br />
	Load  "type1"<br />
<br />
	Load  "dri"<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "InputDevice"<br />
<br />
 <br />
<br />
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))<br />
<br />
#	Option	"Xleds"		"1 2 3"<br />
<br />
# To disable the XKEYBOARD extension, uncomment XkbDisable.<br />
<br />
#	Option	"XkbDisable"<br />
<br />
# To customise the XKB settings to suit your keyboard, modify the<br />
<br />
# lines below (which are the defaults).  For example, for a non-U.S.<br />
<br />
# keyboard, you will probably want to use:<br />
<br />
#	Option	"XkbModel"	"pc102"<br />
<br />
# If you have a US Microsoft Natural keyboard, you can use:<br />
<br />
#	Option	"XkbModel"	"microsoft"<br />
<br />
#<br />
<br />
# Then to change the language, change the Layout setting.<br />
<br />
# For example, a german layout can be obtained with:<br />
<br />
#	Option	"XkbLayout"	"de"<br />
<br />
# or:<br />
<br />
#	Option	"XkbLayout"	"de"<br />
<br />
#	Option	"XkbVariant"	"nodeadkeys"<br />
<br />
#<br />
<br />
# If you'd like to switch the positions of your capslock and<br />
<br />
# control keys, use:<br />
<br />
#	Option	"XkbOptions"	"ctrl<img src="https://www.linux-noob.com/forums/images/smilies/confused.png" alt="Confused" title="Confused" class="smilie smilie_13" />wapcaps"<br />
<br />
# Or if you just want both to be control, use:<br />
<br />
#	Option	"XkbOptions"	"ctrl:nocaps"<br />
<br />
#<br />
<br />
	Identifier  "Keyboard0"<br />
<br />
	Driver      "kbd"<br />
<br />
	Option	    "XkbModel" "pc105"<br />
<br />
	Option	    "XkbLayout" "us"<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "InputDevice"<br />
<br />
	Identifier  "Mouse0"<br />
<br />
	Driver      "mouse"<br />
<br />
	Option	    "Protocol" "IMPS/2"<br />
<br />
	Option	    "Device" "/dev/input/mice"<br />
<br />
	Option	    "ZAxisMapping" "4 5"<br />
<br />
	Option	    "Emulate3Buttons" "yes"<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "Monitor"<br />
<br />
	Identifier   "Monitor0"<br />
<br />
	VendorName   "Monitor Vendor"<br />
<br />
	ModelName    "MAG DJ707"<br />
<br />
	DisplaySize  330	240<br />
<br />
 ### Comment all HorizSync and VertSync values to use DDC:<br />
<br />
	HorizSync    30.0 - 70.0<br />
<br />
	VertRefresh  50.0 - 120.0<br />
<br />
	Option	    "dpms"<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "Monitor"<br />
<br />
	Identifier   "Monitor1"<br />
<br />
	VendorName   "Monitor Vendor"<br />
<br />
	ModelName    "ViewSonic GS790"<br />
<br />
 ### Comment all HorizSync and VertSync values to use DDC:<br />
<br />
	HorizSync    30.0 - 97.0<br />
<br />
	VertRefresh  50.0 - 160.0<br />
<br />
	Option	    "dpms"<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "Device"<br />
<br />
	Identifier  "Videocard0"<br />
<br />
	Driver      "nv"<br />
<br />
	VendorName  "Videocard vendor"<br />
<br />
	BoardName   "NVIDIA GeForce FX 5500"<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "Device"<br />
<br />
	Identifier  "Videocard1"<br />
<br />
	Driver      "vesa"<br />
<br />
	VendorName  "Videocard Vendor"<br />
<br />
	BoardName   "nVidia Corporation NV31 [GeForce FX 5600]"<br />
<br />
	BusID       "PCI:1:0:0"<br />
<br />
	Screen      1<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "Screen"<br />
<br />
	Identifier "Screen0"<br />
<br />
	Device     "Videocard0"<br />
<br />
	Monitor    "Monitor0"<br />
<br />
	DefaultDepth     24<br />
<br />
	SubSection "Display"<br />
<br />
		Viewport   0 0<br />
<br />
		Depth     16<br />
<br />
		Modes    "800x600" "640x480"<br />
<br />
	EndSubSection<br />
<br />
	SubSection "Display"<br />
<br />
		Viewport   0 0<br />
<br />
		Depth     24<br />
<br />
		Modes    "1280x1024"<br />
<br />
	EndSubSection<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "Screen"<br />
<br />
	Identifier "Screen1"<br />
<br />
	Device     "Videocard1"<br />
<br />
	Monitor    "Monitor1"<br />
<br />
	DefaultDepth     24<br />
<br />
	SubSection "Display"<br />
<br />
		Viewport   0 0<br />
<br />
		Depth     24<br />
<br />
		Modes    "1280x1024"<br />
<br />
	EndSubSection<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "DRI"<br />
<br />
	Group        0<br />
<br />
	Mode         0666<br />
<br />
EndSection<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
i need help makeing it so i can have duel veiw i dont know what to change in my xorg.conf please help <br />
<br />
 <br />
<br />
 <br />
<br />
# Xorg configuration created by system-config-display<br />
<br />
 <br />
<br />
Section "ServerLayout"<br />
<br />
	Identifier     "Multihead layout"<br />
<br />
	Screen      0  "Screen0" LeftOf "Screen1"<br />
<br />
	Screen      1  "Screen1" 0 0<br />
<br />
	InputDevice    "Mouse0" "CorePointer"<br />
<br />
	InputDevice    "Keyboard0" "CoreKeyboard"<br />
<br />
	Option	    "Xinerama" "on"<br />
<br />
	Option	    "Clone" "off"<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "Files"<br />
<br />
 <br />
<br />
# RgbPath is the location of the RGB database.  Note, this is the name of the <br />
<br />
# file minus the extension (like ".txt" or ".db").  There is normally<br />
<br />
# no need to change the default.<br />
<br />
# Multiple FontPath entries are allowed (they are concatenated together)<br />
<br />
# By default, Red Hat 6.0 and later now use a font server independent of<br />
<br />
# the X server to render fonts.<br />
<br />
	FontPath     "unix/:7100"<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "Module"<br />
<br />
	Load  "dbe"<br />
<br />
	Load  "extmod"<br />
<br />
	Load  "fbdevhw"<br />
<br />
	Load  "glx"<br />
<br />
	Load  "record"<br />
<br />
	Load  "freetype"<br />
<br />
	Load  "type1"<br />
<br />
	Load  "dri"<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "InputDevice"<br />
<br />
 <br />
<br />
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))<br />
<br />
#	Option	"Xleds"		"1 2 3"<br />
<br />
# To disable the XKEYBOARD extension, uncomment XkbDisable.<br />
<br />
#	Option	"XkbDisable"<br />
<br />
# To customise the XKB settings to suit your keyboard, modify the<br />
<br />
# lines below (which are the defaults).  For example, for a non-U.S.<br />
<br />
# keyboard, you will probably want to use:<br />
<br />
#	Option	"XkbModel"	"pc102"<br />
<br />
# If you have a US Microsoft Natural keyboard, you can use:<br />
<br />
#	Option	"XkbModel"	"microsoft"<br />
<br />
#<br />
<br />
# Then to change the language, change the Layout setting.<br />
<br />
# For example, a german layout can be obtained with:<br />
<br />
#	Option	"XkbLayout"	"de"<br />
<br />
# or:<br />
<br />
#	Option	"XkbLayout"	"de"<br />
<br />
#	Option	"XkbVariant"	"nodeadkeys"<br />
<br />
#<br />
<br />
# If you'd like to switch the positions of your capslock and<br />
<br />
# control keys, use:<br />
<br />
#	Option	"XkbOptions"	"ctrl<img src="https://www.linux-noob.com/forums/images/smilies/confused.png" alt="Confused" title="Confused" class="smilie smilie_13" />wapcaps"<br />
<br />
# Or if you just want both to be control, use:<br />
<br />
#	Option	"XkbOptions"	"ctrl:nocaps"<br />
<br />
#<br />
<br />
	Identifier  "Keyboard0"<br />
<br />
	Driver      "kbd"<br />
<br />
	Option	    "XkbModel" "pc105"<br />
<br />
	Option	    "XkbLayout" "us"<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "InputDevice"<br />
<br />
	Identifier  "Mouse0"<br />
<br />
	Driver      "mouse"<br />
<br />
	Option	    "Protocol" "IMPS/2"<br />
<br />
	Option	    "Device" "/dev/input/mice"<br />
<br />
	Option	    "ZAxisMapping" "4 5"<br />
<br />
	Option	    "Emulate3Buttons" "yes"<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "Monitor"<br />
<br />
	Identifier   "Monitor0"<br />
<br />
	VendorName   "Monitor Vendor"<br />
<br />
	ModelName    "MAG DJ707"<br />
<br />
	DisplaySize  330	240<br />
<br />
 ### Comment all HorizSync and VertSync values to use DDC:<br />
<br />
	HorizSync    30.0 - 70.0<br />
<br />
	VertRefresh  50.0 - 120.0<br />
<br />
	Option	    "dpms"<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "Monitor"<br />
<br />
	Identifier   "Monitor1"<br />
<br />
	VendorName   "Monitor Vendor"<br />
<br />
	ModelName    "ViewSonic GS790"<br />
<br />
 ### Comment all HorizSync and VertSync values to use DDC:<br />
<br />
	HorizSync    30.0 - 97.0<br />
<br />
	VertRefresh  50.0 - 160.0<br />
<br />
	Option	    "dpms"<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "Device"<br />
<br />
	Identifier  "Videocard0"<br />
<br />
	Driver      "nv"<br />
<br />
	VendorName  "Videocard vendor"<br />
<br />
	BoardName   "NVIDIA GeForce FX 5500"<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "Device"<br />
<br />
	Identifier  "Videocard1"<br />
<br />
	Driver      "vesa"<br />
<br />
	VendorName  "Videocard Vendor"<br />
<br />
	BoardName   "nVidia Corporation NV31 [GeForce FX 5600]"<br />
<br />
	BusID       "PCI:1:0:0"<br />
<br />
	Screen      1<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "Screen"<br />
<br />
	Identifier "Screen0"<br />
<br />
	Device     "Videocard0"<br />
<br />
	Monitor    "Monitor0"<br />
<br />
	DefaultDepth     24<br />
<br />
	SubSection "Display"<br />
<br />
		Viewport   0 0<br />
<br />
		Depth     16<br />
<br />
		Modes    "800x600" "640x480"<br />
<br />
	EndSubSection<br />
<br />
	SubSection "Display"<br />
<br />
		Viewport   0 0<br />
<br />
		Depth     24<br />
<br />
		Modes    "1280x1024"<br />
<br />
	EndSubSection<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "Screen"<br />
<br />
	Identifier "Screen1"<br />
<br />
	Device     "Videocard1"<br />
<br />
	Monitor    "Monitor1"<br />
<br />
	DefaultDepth     24<br />
<br />
	SubSection "Display"<br />
<br />
		Viewport   0 0<br />
<br />
		Depth     24<br />
<br />
		Modes    "1280x1024"<br />
<br />
	EndSubSection<br />
<br />
EndSection<br />
<br />
 <br />
<br />
Section "DRI"<br />
<br />
	Group        0<br />
<br />
	Mode         0666<br />
<br />
EndSection<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[fedora core release 5 LIVE cd available]]></title>
			<link>https://www.linux-noob.com/forums/thread-1828.html</link>
			<pubDate>Thu, 31 Aug 2006 09:29:51 +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-1828.html</guid>
			<description><![CDATA[<br />
finally redhat/fedora have produced a live cd of FCR5, hopefully we'll see the same for FCR6 when it's final<br />
<br />
 <br />
<br />
check it out<br />
<br />
 <br />
<br />
<a href="https://www.redhat.com/archives/fedora-announce-list/2006-August/msg00013.html" target="_blank" rel="noopener" class="mycode_url">[/url]<a href="https://www.redhat.com/archives/fedora-anno...t/msg00013.html" target="_blank" rel="noopener" class="mycode_url"></a><a href="https://www.redhat.com/archives/fedora-anno...t/msg00013.html" target="_blank" rel="noopener" class="mycode_url"></a><a href="https://www.redhat.com/archives/fedora-anno...t/msg00013.html" target="_blank" rel="noopener" class="mycode_url">https://www.redhat.com/archives/fedora-anno...t/msg00013.html</a><br />
<br />
 <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Fedora Core Live Spins Released! <br />
<br />
    * From: "Robert 'Bob' Jensen" &lt;bob bobjensen com&gt;<br />
<br />
    * To: Announce Fedora &lt;fedora-announce-list redhat com&gt;<br />
<br />
    * Subject: Fedora Core Live Spins Released!<br />
<br />
    * Date: Mon, 28 Aug 2006 17:19:22 -0500<br />
<br />
 <br />
<br />
Fedora Unity releases Fedora Core 5 Live-Spin ISO images.<br />
<br />
 <br />
<br />
 <br />
<br />
Official Fedora Live images are something we all have been looking forward to seeing in the Fedora Community. Kadischi will be the tool to create such live images. Fedora Unity has recently joined forces with Kadischi to help provide testing and to release live images which we are calling "Live-Spins."<br />
<br />
 <br />
<br />
The Fedora Unity Project is proud to announce the release of a new Live-Spin CD and DVD ISO image of Fedora Core 5. These Live-Spin ISOs are based on Fedora Core 5 and all updates released as of August 21st, 2006. They are available for the i386 architecture via BitTorrent starting Monday, August 28th, 2006 via BitTorrent.<br />
<br />
 <br />
<br />
The Fedora Core 5 CD image features a 2.6.17-1.2174_FC5 kernel and GNOME 2.14.1, along with applications such as xchat, gftp, OpenOffice.org 2.0.3, and other utilities. The DVD image includes roughly "everything but the kitchen sink."<br />
<br />
 <br />
<br />
Also available at this time are "pristine" FC6T2 Live ISO images from the initial FC6T2 release.<br />
<br />
 <br />
<br />
The Fedora Unity Project was created by concerned peers in the Fedora Community to bring quality solutions to the Community. Project members want to see the best solutions find their way into the hands of the Community. Members include site maintainers, Fedora Project contributors and interested users.<br />
<br />
 <br />
<br />
Fedora Unity has taken up the Live-Spin task to provide the Community with the chance to test Fedora Core with recent updates in a Live Media environment. This is a Community project, for the Community and by the Community. You can contribute to the Community by seeding the torrent after your download has completed or by joining the test process.<br />
<br />
 <br />
<br />
The Fedora Unity Project intends to release early and release often. New Live-Spins are provided early each month during the life of each Fedora Core release until that release is transferred to Fedora Legacy. Early snapshots are taken mid-month to start testing. Final snapshots will be taken about a week before the release. All released ISO images are tested to ensure the quality that the Fedora community expects. If you are interested in helping with the testing or seeding efforts, please contact the Fedora Unity team. Contact information is available at <a href="http://fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url">http://fedoraunity.org/</a>.<br />
<br />
 <br />
<br />
Go to <a href="http://torrent.fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://torrent.fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://torrent.fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://torrent.fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url">http://torrent.fedoraunity.org/</a> to join the torrent!<br />
<br />
 <br />
<br />
To report bugs in the Live-Spins please use <a href="http://bugs.fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://bugs.fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://bugs.fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://bugs.fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url">http://bugs.fedoraunity.org/</a><br />
<br />
 <br />
<br />
For more information about Kadischi see it's page on the wiki <a href="http://fedoraproject.org/wiki/Kadischi" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraproject.org/wiki/Kadischi" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraproject.org/wiki/Kadischi" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraproject.org/wiki/Kadischi" target="_blank" rel="noopener" class="mycode_url">http://fedoraproject.org/wiki/Kadischi</a><br />
<br />
 <br />
<br />
Fedora is a trademark of Red Hat, Inc.<br />
<br />
--<br />
<br />
Robert 'Bob' Jensen *        * <a href="http://fedoraproject.org/wiki/BobJensen" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraproject.org/wiki/BobJensen" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraproject.org/wiki/BobJensen" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraproject.org/wiki/BobJensen" target="_blank" rel="noopener" class="mycode_url">http://fedoraproject.org/wiki/BobJensen</a><br />
<br />
gpg fingerprint:     F9F4 7243 4243 0043 2C45 97AF E8A4 C3AE 42EB 0BC6<br />
<br />
Fedora Unity Project *  bob fedoraunity org  * <a href="http://fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a>[url=http://fedoraunity.org/]http://fedoraunity.org/</a></blockquote>
 <br />
<br />
cheers<br />
<br />
anyweb<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
finally redhat/fedora have produced a live cd of FCR5, hopefully we'll see the same for FCR6 when it's final<br />
<br />
 <br />
<br />
check it out<br />
<br />
 <br />
<br />
<a href="https://www.redhat.com/archives/fedora-announce-list/2006-August/msg00013.html" target="_blank" rel="noopener" class="mycode_url">[/url]<a href="https://www.redhat.com/archives/fedora-anno...t/msg00013.html" target="_blank" rel="noopener" class="mycode_url"></a><a href="https://www.redhat.com/archives/fedora-anno...t/msg00013.html" target="_blank" rel="noopener" class="mycode_url"></a><a href="https://www.redhat.com/archives/fedora-anno...t/msg00013.html" target="_blank" rel="noopener" class="mycode_url">https://www.redhat.com/archives/fedora-anno...t/msg00013.html</a><br />
<br />
 <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Fedora Core Live Spins Released! <br />
<br />
    * From: "Robert 'Bob' Jensen" &lt;bob bobjensen com&gt;<br />
<br />
    * To: Announce Fedora &lt;fedora-announce-list redhat com&gt;<br />
<br />
    * Subject: Fedora Core Live Spins Released!<br />
<br />
    * Date: Mon, 28 Aug 2006 17:19:22 -0500<br />
<br />
 <br />
<br />
Fedora Unity releases Fedora Core 5 Live-Spin ISO images.<br />
<br />
 <br />
<br />
 <br />
<br />
Official Fedora Live images are something we all have been looking forward to seeing in the Fedora Community. Kadischi will be the tool to create such live images. Fedora Unity has recently joined forces with Kadischi to help provide testing and to release live images which we are calling "Live-Spins."<br />
<br />
 <br />
<br />
The Fedora Unity Project is proud to announce the release of a new Live-Spin CD and DVD ISO image of Fedora Core 5. These Live-Spin ISOs are based on Fedora Core 5 and all updates released as of August 21st, 2006. They are available for the i386 architecture via BitTorrent starting Monday, August 28th, 2006 via BitTorrent.<br />
<br />
 <br />
<br />
The Fedora Core 5 CD image features a 2.6.17-1.2174_FC5 kernel and GNOME 2.14.1, along with applications such as xchat, gftp, OpenOffice.org 2.0.3, and other utilities. The DVD image includes roughly "everything but the kitchen sink."<br />
<br />
 <br />
<br />
Also available at this time are "pristine" FC6T2 Live ISO images from the initial FC6T2 release.<br />
<br />
 <br />
<br />
The Fedora Unity Project was created by concerned peers in the Fedora Community to bring quality solutions to the Community. Project members want to see the best solutions find their way into the hands of the Community. Members include site maintainers, Fedora Project contributors and interested users.<br />
<br />
 <br />
<br />
Fedora Unity has taken up the Live-Spin task to provide the Community with the chance to test Fedora Core with recent updates in a Live Media environment. This is a Community project, for the Community and by the Community. You can contribute to the Community by seeding the torrent after your download has completed or by joining the test process.<br />
<br />
 <br />
<br />
The Fedora Unity Project intends to release early and release often. New Live-Spins are provided early each month during the life of each Fedora Core release until that release is transferred to Fedora Legacy. Early snapshots are taken mid-month to start testing. Final snapshots will be taken about a week before the release. All released ISO images are tested to ensure the quality that the Fedora community expects. If you are interested in helping with the testing or seeding efforts, please contact the Fedora Unity team. Contact information is available at <a href="http://fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url">http://fedoraunity.org/</a>.<br />
<br />
 <br />
<br />
Go to <a href="http://torrent.fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://torrent.fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://torrent.fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://torrent.fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url">http://torrent.fedoraunity.org/</a> to join the torrent!<br />
<br />
 <br />
<br />
To report bugs in the Live-Spins please use <a href="http://bugs.fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://bugs.fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://bugs.fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://bugs.fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url">http://bugs.fedoraunity.org/</a><br />
<br />
 <br />
<br />
For more information about Kadischi see it's page on the wiki <a href="http://fedoraproject.org/wiki/Kadischi" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraproject.org/wiki/Kadischi" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraproject.org/wiki/Kadischi" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraproject.org/wiki/Kadischi" target="_blank" rel="noopener" class="mycode_url">http://fedoraproject.org/wiki/Kadischi</a><br />
<br />
 <br />
<br />
Fedora is a trademark of Red Hat, Inc.<br />
<br />
--<br />
<br />
Robert 'Bob' Jensen *        * <a href="http://fedoraproject.org/wiki/BobJensen" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraproject.org/wiki/BobJensen" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraproject.org/wiki/BobJensen" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraproject.org/wiki/BobJensen" target="_blank" rel="noopener" class="mycode_url">http://fedoraproject.org/wiki/BobJensen</a><br />
<br />
gpg fingerprint:     F9F4 7243 4243 0043 2C45 97AF E8A4 C3AE 42EB 0BC6<br />
<br />
Fedora Unity Project *  bob fedoraunity org  * <a href="http://fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://fedoraunity.org/" target="_blank" rel="noopener" class="mycode_url"></a>[url=http://fedoraunity.org/]http://fedoraunity.org/</a></blockquote>
 <br />
<br />
cheers<br />
<br />
anyweb<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fedora Frog]]></title>
			<link>https://www.linux-noob.com/forums/thread-1887.html</link>
			<pubDate>Tue, 25 Jul 2006 08:26:15 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=849">joesnow</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1887.html</guid>
			<description><![CDATA[<br />
Taken from ---&gt; <a href="http://easylinux.info/wiki/Fedora_frog" target="_blank" rel="noopener" class="mycode_url">[/url]<a href="http://easylinux.info/wiki/Fedora_frog" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://easylinux.info/wiki/Fedora_frog" target="_blank" rel="noopener" class="mycode_url"></a>[url=http://easylinux.info/wiki/Fedora_frog]http://easylinux.info/wiki/Fedora_frog</a> &lt;---<br />
<br />
 <br />
<br />
Fedora Frog can:<br />
<br />
 <br />
<br />
    * Install extra repositories [RPMForge] <br />
<br />
    Note: Not all repositories are mutually compatible. See the Warning mixing repositories <br />
<br />
    * Install GUI frontend for yum [yumex]<br />
<br />
    * Install commonly needed multimedia codecs<br />
<br />
    * Install DVD playback capability<br />
<br />
    * Install Java JRE and its plugin for Firefox <br />
<br />
    * Install Macromedia Flash plugin for Firefox <br />
<br />
    * Install extra fonts (including msttcorefonts)<br />
<br />
    * Install graphics drivers for nVidia and ATI cards <br />
<br />
    * Install Gnome Configuration Editor<br />
<br />
    * Install numlockx to turn on NumLock on startup<br />
<br />
    * Set up Gnome to open System Monitor every time you push Alt-Ctrl-Del<br />
<br />
    * Disable CD blocking in CD-ROM<br />
<br />
    * Set up Nautilus to open new folders in the same window<br />
<br />
    * Install rar archiver<br />
<br />
    * Install Adobe PDF reader <br />
<br />
    Note: This is not necessery to read PDF documents, you can read them using Evince too. <br />
<br />
    * Install Gwenview and digiKam imageviewers<br />
<br />
    * Install XMMS (analog of Winamp)<br />
<br />
    * Install amaroK media player<br />
<br />
    * Install stream directory browser Streamtuner<br />
<br />
    * Install CD ripper Grip<br />
<br />
    * Install Xine, VLC, Mplayer multimedia players<br />
<br />
    * Install RealPlayer 10<br />
<br />
    * Install Skype<br />
<br />
    * Install Thunderbird e-mail client<br />
<br />
    * Install Liferea RSS reader<br />
<br />
    * Install Opera web browser<br />
<br />
    * Install CD/DVD burning utility K3b<br />
<br />
    * Install FTP utility gFTP<br />
<br />
    * Install File share utility DC++<br />
<br />
    * Install P2P BitTorrent client Azureus<br />
<br />
    * Install P2P eMule Client aMule<br />
<br />
    * Install P2P Gnutella Client LimeWire<br />
<br />
    * Install KDE Edutainment programms<br />
<br />
    * Install Photo-realistic nightsky renderer Stellarium<br />
<br />
    * Install Some additional games<br />
<br />
    * Install Alacarte Gnome menu editor<br />
<br />
    * Install Shortcut to browse files as root<br />
<br />
    * Install Some desktop backgrounds, icons, themes and screensavers<br />
<br />
    * Install fortune and make Gnome Fish-applet to use it <br />
<br />
 <br />
<br />
To install Fedora Frog run these commands in terminal [Applications -&gt; System Tools -&gt; Terminal ]<br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>wget -c http://easylinux.info/uploads/frog.tar.gz<br />
tar zxvf frog.tar.gz -C ~</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
To run Fedora Frog run:<br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>xterm -e ~/.frog/frog.run</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
 <span style="font-weight: bold;" class="mycode_b">Troubleshooting</span><br />
<br />
 <br />
<br />
What is zenity and where to get it<br />
<br />
 <br />
<br />
If you have problems with zenity try as root (su -)<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum install zenity</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
tar: C: Not found in archive<br />
<br />
 <br />
<br />
Try<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>tar zxvf frog.tar.gz<br />
xterm -e .frog/frog.run</code></div></div><br />
<br />
<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Taken from ---&gt; <a href="http://easylinux.info/wiki/Fedora_frog" target="_blank" rel="noopener" class="mycode_url">[/url]<a href="http://easylinux.info/wiki/Fedora_frog" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://easylinux.info/wiki/Fedora_frog" target="_blank" rel="noopener" class="mycode_url"></a>[url=http://easylinux.info/wiki/Fedora_frog]http://easylinux.info/wiki/Fedora_frog</a> &lt;---<br />
<br />
 <br />
<br />
Fedora Frog can:<br />
<br />
 <br />
<br />
    * Install extra repositories [RPMForge] <br />
<br />
    Note: Not all repositories are mutually compatible. See the Warning mixing repositories <br />
<br />
    * Install GUI frontend for yum [yumex]<br />
<br />
    * Install commonly needed multimedia codecs<br />
<br />
    * Install DVD playback capability<br />
<br />
    * Install Java JRE and its plugin for Firefox <br />
<br />
    * Install Macromedia Flash plugin for Firefox <br />
<br />
    * Install extra fonts (including msttcorefonts)<br />
<br />
    * Install graphics drivers for nVidia and ATI cards <br />
<br />
    * Install Gnome Configuration Editor<br />
<br />
    * Install numlockx to turn on NumLock on startup<br />
<br />
    * Set up Gnome to open System Monitor every time you push Alt-Ctrl-Del<br />
<br />
    * Disable CD blocking in CD-ROM<br />
<br />
    * Set up Nautilus to open new folders in the same window<br />
<br />
    * Install rar archiver<br />
<br />
    * Install Adobe PDF reader <br />
<br />
    Note: This is not necessery to read PDF documents, you can read them using Evince too. <br />
<br />
    * Install Gwenview and digiKam imageviewers<br />
<br />
    * Install XMMS (analog of Winamp)<br />
<br />
    * Install amaroK media player<br />
<br />
    * Install stream directory browser Streamtuner<br />
<br />
    * Install CD ripper Grip<br />
<br />
    * Install Xine, VLC, Mplayer multimedia players<br />
<br />
    * Install RealPlayer 10<br />
<br />
    * Install Skype<br />
<br />
    * Install Thunderbird e-mail client<br />
<br />
    * Install Liferea RSS reader<br />
<br />
    * Install Opera web browser<br />
<br />
    * Install CD/DVD burning utility K3b<br />
<br />
    * Install FTP utility gFTP<br />
<br />
    * Install File share utility DC++<br />
<br />
    * Install P2P BitTorrent client Azureus<br />
<br />
    * Install P2P eMule Client aMule<br />
<br />
    * Install P2P Gnutella Client LimeWire<br />
<br />
    * Install KDE Edutainment programms<br />
<br />
    * Install Photo-realistic nightsky renderer Stellarium<br />
<br />
    * Install Some additional games<br />
<br />
    * Install Alacarte Gnome menu editor<br />
<br />
    * Install Shortcut to browse files as root<br />
<br />
    * Install Some desktop backgrounds, icons, themes and screensavers<br />
<br />
    * Install fortune and make Gnome Fish-applet to use it <br />
<br />
 <br />
<br />
To install Fedora Frog run these commands in terminal [Applications -&gt; System Tools -&gt; Terminal ]<br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>wget -c http://easylinux.info/uploads/frog.tar.gz<br />
tar zxvf frog.tar.gz -C ~</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
To run Fedora Frog run:<br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>xterm -e ~/.frog/frog.run</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
 <span style="font-weight: bold;" class="mycode_b">Troubleshooting</span><br />
<br />
 <br />
<br />
What is zenity and where to get it<br />
<br />
 <br />
<br />
If you have problems with zenity try as root (su -)<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum install zenity</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
tar: C: Not found in archive<br />
<br />
 <br />
<br />
Try<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>tar zxvf frog.tar.gz<br />
xterm -e .frog/frog.run</code></div></div><br />
<br />
<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Error : File not found by glob: *.rpm]]></title>
			<link>https://www.linux-noob.com/forums/thread-1905.html</link>
			<pubDate>Thu, 13 Jul 2006 13:28:03 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=1326">linuxnewbie82</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1905.html</guid>
			<description><![CDATA[<br />
hi<br />
<br />
 <br />
<br />
I was following the steps givenin the article " making custom linux inst. cd. " from the article :<br />
<br />
<a href="http://&lt;___base_url___&gt;/lofiversion/index.php/t688.html" target="_blank" rel="noopener" class="mycode_url">[/url][url=&lt;___base_url___&gt;/lofiversi...x.php/t688.html]</a><a href="http://&lt;___base_url___&gt;/lofiversi...x.php/t688.html" target="_blank" rel="noopener" class="mycode_url">[/url][url=&lt;___base_url___&gt;/lofiversi...x.php/t688.html]https://www.linux-noob.com/forums/lofiversi...x.php/t688.html</a><br />
<br />
 <br />
<br />
Everything seems to have gone ok until the 13th step ( which ofcouse is the most essential one )....<br />
<br />
 <br />
<br />
when i punch in the command : rpm --test --dbpath /tmp/testdb -Uvh *.rpm <br />
<br />
 <br />
<br />
it results in a : error : " File not found by glob: *.rpm "<br />
<br />
 <br />
<br />
I'm totally lost.... can any one help????<br />
<br />
 <br />
<br />
regards<br />
<br />
 <br />
<br />
linuxnewbie.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
hi<br />
<br />
 <br />
<br />
I was following the steps givenin the article " making custom linux inst. cd. " from the article :<br />
<br />
<a href="http://&lt;___base_url___&gt;/lofiversion/index.php/t688.html" target="_blank" rel="noopener" class="mycode_url">[/url][url=&lt;___base_url___&gt;/lofiversi...x.php/t688.html]</a><a href="http://&lt;___base_url___&gt;/lofiversi...x.php/t688.html" target="_blank" rel="noopener" class="mycode_url">[/url][url=&lt;___base_url___&gt;/lofiversi...x.php/t688.html]https://www.linux-noob.com/forums/lofiversi...x.php/t688.html</a><br />
<br />
 <br />
<br />
Everything seems to have gone ok until the 13th step ( which ofcouse is the most essential one )....<br />
<br />
 <br />
<br />
when i punch in the command : rpm --test --dbpath /tmp/testdb -Uvh *.rpm <br />
<br />
 <br />
<br />
it results in a : error : " File not found by glob: *.rpm "<br />
<br />
 <br />
<br />
I'm totally lost.... can any one help????<br />
<br />
 <br />
<br />
regards<br />
<br />
 <br />
<br />
linuxnewbie.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[details of config files that need to be modified??]]></title>
			<link>https://www.linux-noob.com/forums/thread-1906.html</link>
			<pubDate>Thu, 13 Jul 2006 06:30:34 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=1326">linuxnewbie82</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1906.html</guid>
			<description><![CDATA[<br />
hello members<br />
<br />
 <br />
<br />
Guess this is a really dumb question for u geeks out there, but am just<br />
<br />
a beginner &amp; therefore wud appreciate a detailed reply....<br />
<br />
 <br />
<br />
I have just copied the first CD of FedoraCore5 onto my HDD... It has<br />
<br />
around 670 RPM's... well, I have deleted around 200 RPM's ( am in the<br />
<br />
process of learning to Strip packages down )...  <br />
<br />
 <br />
<br />
I have gone thru the functionality of each package before i have deleted it... fust FYI, its not been done randomly.....<br />
<br />
 <br />
<br />
My question is, Do I now just Burn this new ( changed  CD1 folder ) as<br />
<br />
an Image ??? Or are there any config files / other files that need to<br />
<br />
be changed before i can do this????? <br />
<br />
 <br />
<br />
I realise that this is not a very straight forward process &amp; doing a basic install &amp; then deciding on packages is probably a better idea... Unfortunately this is a project requirement, therefore Plz help me out...<br />
<br />
 <br />
<br />
Thanks in advance.....<br />
<br />
 <br />
<br />
regards<br />
<br />
 <br />
<br />
linuxnewbie.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
hello members<br />
<br />
 <br />
<br />
Guess this is a really dumb question for u geeks out there, but am just<br />
<br />
a beginner &amp; therefore wud appreciate a detailed reply....<br />
<br />
 <br />
<br />
I have just copied the first CD of FedoraCore5 onto my HDD... It has<br />
<br />
around 670 RPM's... well, I have deleted around 200 RPM's ( am in the<br />
<br />
process of learning to Strip packages down )...  <br />
<br />
 <br />
<br />
I have gone thru the functionality of each package before i have deleted it... fust FYI, its not been done randomly.....<br />
<br />
 <br />
<br />
My question is, Do I now just Burn this new ( changed  CD1 folder ) as<br />
<br />
an Image ??? Or are there any config files / other files that need to<br />
<br />
be changed before i can do this????? <br />
<br />
 <br />
<br />
I realise that this is not a very straight forward process &amp; doing a basic install &amp; then deciding on packages is probably a better idea... Unfortunately this is a project requirement, therefore Plz help me out...<br />
<br />
 <br />
<br />
Thanks in advance.....<br />
<br />
 <br />
<br />
regards<br />
<br />
 <br />
<br />
linuxnewbie.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Installing Flash Player]]></title>
			<link>https://www.linux-noob.com/forums/thread-1910.html</link>
			<pubDate>Sat, 08 Jul 2006 15:32:41 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=1195">mizzy</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1910.html</guid>
			<description><![CDATA[<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>next up, lets install the Flash pluginuse vi to create a new file<br />
<br />
 <br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>vi /etc/yum.repos.d/flash.repo</code></div></div><br />
&lt;div&gt;<br />
<br />
<br />
 <br />
<br />
 <br />
<br />
now copy the below and paste it into the file<br />
<br />
 <br />
<br />
 <br />
<br />
&lt;blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="2357" data-ipsquote-contentclass="forums_Topic"&gt;[macromedia]name=Macromedia for i386 Linux<br />
<br />
baseurl=http://macromedia.mplug.org/rpm/<br />
<br />
enabled=1<br />
<br />
gpgcheck=1<br />
<br />
gpgkey=http://macromedia.mplug.org/FEDORA-GPG-KEY</blockquote>
 <br />
<br />
 <br />
<br />
 <br />
<br />
<span style="font-size: 8pt;" class="mycode_size">save the file with </span><span style="font-size: 8pt;" class="mycode_size"><span style="color: #FF0000;" class="mycode_color">:wq</span><br />
</span><br />
<br />
 <br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum -y install flash-plugin</code></div></div><br />
<br />
<br />
<br />
&lt;/div&gt;&lt;/blockquote&gt;<br />
 <br />
<br />
I have followed that right up the the red bit. After I have pasted the above into terminal and literally did...<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[macromedia]<br />
name=Macromedia for i386 Linux<br />
baseurl=http://macromedia.mplug.org/rpm/<br />
enabled=1<br />
gpgcheck=1<br />
gpgkey=http://macromedia.mplug.org/FEDORA-GPG-KEY<br />
<br />
:wq</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
[pressed return key]<br />
<br />
 <br />
<br />
It don't do anything  o_O<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>next up, lets install the Flash pluginuse vi to create a new file<br />
<br />
 <br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>vi /etc/yum.repos.d/flash.repo</code></div></div><br />
&lt;div&gt;<br />
<br />
<br />
 <br />
<br />
 <br />
<br />
now copy the below and paste it into the file<br />
<br />
 <br />
<br />
 <br />
<br />
&lt;blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="2357" data-ipsquote-contentclass="forums_Topic"&gt;[macromedia]name=Macromedia for i386 Linux<br />
<br />
baseurl=http://macromedia.mplug.org/rpm/<br />
<br />
enabled=1<br />
<br />
gpgcheck=1<br />
<br />
gpgkey=http://macromedia.mplug.org/FEDORA-GPG-KEY</blockquote>
 <br />
<br />
 <br />
<br />
 <br />
<br />
<span style="font-size: 8pt;" class="mycode_size">save the file with </span><span style="font-size: 8pt;" class="mycode_size"><span style="color: #FF0000;" class="mycode_color">:wq</span><br />
</span><br />
<br />
 <br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum -y install flash-plugin</code></div></div><br />
<br />
<br />
<br />
&lt;/div&gt;&lt;/blockquote&gt;<br />
 <br />
<br />
I have followed that right up the the red bit. After I have pasted the above into terminal and literally did...<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[macromedia]<br />
name=Macromedia for i386 Linux<br />
baseurl=http://macromedia.mplug.org/rpm/<br />
enabled=1<br />
gpgcheck=1<br />
gpgkey=http://macromedia.mplug.org/FEDORA-GPG-KEY<br />
<br />
:wq</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
[pressed return key]<br />
<br />
 <br />
<br />
It don't do anything  o_O<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Xgl on Fedora?]]></title>
			<link>https://www.linux-noob.com/forums/thread-1928.html</link>
			<pubDate>Fri, 23 Jun 2006 18:18:35 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=856">hybrid</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1928.html</guid>
			<description><![CDATA[Does anyone know of an easy way to install Xgl/Compiz on Fedora 5 without grabbing from CVS and compiling etc?<br />
]]></description>
			<content:encoded><![CDATA[Does anyone know of an easy way to install Xgl/Compiz on Fedora 5 without grabbing from CVS and compiling etc?<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Problems with java installing]]></title>
			<link>https://www.linux-noob.com/forums/thread-1960.html</link>
			<pubDate>Wed, 24 May 2006 16:31:10 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=1261">baser</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1960.html</guid>
			<description><![CDATA[Ok, I have some problems with my java installing and also had some with FC4 and never got my problems solved. First I tried the anywebs extras topic way and it really didn't work out. So I tried the following documents way <a href="http://www.mjmwired.net/resources/mjm-fedora-fc5.html" target="_blank" rel="noopener" class="mycode_url">[/url]<a href="http://www.mjmwired.net/resources/mjm-fedora-fc5.html" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://www.mjmwired.net/resources/mjm-fedora-fc5.html" target="_blank" rel="noopener" class="mycode_url"></a>[url=http://www.mjmwired.net/resources/mjm-fedora-fc5.html]http://www.mjmwired.net/resources/mjm-fedora-fc5.html</a> WITHOUT removing the other failed installation. So it could have not probably work anyhow even if it still would for a first installation. So how do I remove those failed installitions so that I can have another try with dan's way? :/<br />
]]></description>
			<content:encoded><![CDATA[Ok, I have some problems with my java installing and also had some with FC4 and never got my problems solved. First I tried the anywebs extras topic way and it really didn't work out. So I tried the following documents way <a href="http://www.mjmwired.net/resources/mjm-fedora-fc5.html" target="_blank" rel="noopener" class="mycode_url">[/url]<a href="http://www.mjmwired.net/resources/mjm-fedora-fc5.html" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://www.mjmwired.net/resources/mjm-fedora-fc5.html" target="_blank" rel="noopener" class="mycode_url"></a>[url=http://www.mjmwired.net/resources/mjm-fedora-fc5.html]http://www.mjmwired.net/resources/mjm-fedora-fc5.html</a> WITHOUT removing the other failed installation. So it could have not probably work anyhow even if it still would for a first installation. So how do I remove those failed installitions so that I can have another try with dan's way? :/<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Older IBM Thinkpad brightness control problem]]></title>
			<link>https://www.linux-noob.com/forums/thread-1963.html</link>
			<pubDate>Tue, 23 May 2006 13:28:14 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=1261">baser</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1963.html</guid>
			<description><![CDATA[<br />
Well, I have no idea how to control the brightness of my screen. At evening or night times I would really like to control it because the excess brightness makes my eyes ache. I tried to find some control panel for, but haven't yet found one on my computer.<br />
<br />
 <br />
<br />
"Blindeeed by the liight B) "<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Well, I have no idea how to control the brightness of my screen. At evening or night times I would really like to control it because the excess brightness makes my eyes ache. I tried to find some control panel for, but haven't yet found one on my computer.<br />
<br />
 <br />
<br />
"Blindeeed by the liight B) "<br />
<br />
]]></content:encoded>
		</item>
	</channel>
</rss>