<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Linux Forums - Linux Newbie</title>
		<link>http://www.linuxforums.org/forum/</link>
		<description><![CDATA[If you're new to the wonderful world of Linux, start here!]]></description>
		<language>en</language>
		<lastBuildDate>Fri, 20 Nov 2009 21:26:45 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.linuxforums.org/forum/linux2/misc/rss.jpg</url>
			<title>Linux Forums - Linux Newbie</title>
			<link>http://www.linuxforums.org/forum/</link>
		</image>
		<item>
			<title>C programming with Live CD - Help</title>
			<link>http://www.linuxforums.org/forum/linux-newbie/155991-c-programming-live-cd-help.html</link>
			<pubDate>Fri, 20 Nov 2009 14:16:47 GMT</pubDate>
			<description>Hi 
 
Im quite new to Linux (used Ubuntu and Suse some time ago but havent touched them in like 3 years) and I need to do some programming in Unix. I...</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
Im quite new to Linux (used Ubuntu and Suse some time ago but havent touched them in like 3 years) and I need to do some programming in Unix. I decided to use Linux since its quite easier for C programming (from what I remember).<br />
<br />
I also wanna use a Live CD instead of installing since I dont have much HD space and I also have nicely tuned Windows installation that I dont want to mess with (dont want to risk having to format it and do all over again &gt;_&gt;).<br />
<br />
1- Will the Live CD be ok for that? Will I be able to install the compilers I need, the libraries I need, save files, compile them, test them, install some programs and all that even if Linux is not installed? (Never used a Live CD before... appart from playing with some for a little).<br />
<br />
2- I will have to do a &quot;C-language socket-based client-server program, working under Cygwin and Solaris/SPARC 2.8&quot;. Will I be able to code that on a Linux environment? (Also never touched Cygwin or Solaris...)<br />
<br />
3- Which distro should I use? I want something easy and straight to the point. Something I wont need to mess with. Gnome/KDE is unimportant but I would like a nice text editor. If Ubuntu and Suse are good for my needs I could stick to them since Im pretty familiar with (which one of the two though?).<br />
<br />
I think thats all for now.<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-newbie/">Linux Newbie</category>
			<dc:creator>firefdr</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-newbie/155991-c-programming-live-cd-help.html</guid>
		</item>
		<item>
			<title>Webcam menu disabled on acer aspire messenger</title>
			<link>http://www.linuxforums.org/forum/linux-newbie/155981-webcam-menu-disabled-acer-aspire-messenger.html</link>
			<pubDate>Fri, 20 Nov 2009 09:41:25 GMT</pubDate>
			<description>I got a new Acer Aspire netbook yesterday. When I tried to enable webcam through the messenger(which comes with default installation), the...</description>
			<content:encoded><![CDATA[<div>I got a new Acer Aspire netbook yesterday. When I tried to enable webcam through the messenger(which comes with default installation), the webcam-menu items are appeared to be disabled. <br />
<br />
But when I clicked on the Webcam icon directly from the ‘FUN’ directory, i got the camera working and I took few snaps also. I am not sure why cant I use the camera from chat window ?<br />
<br />
I am new to Linux and any help appreciated..<br />
<br />
Thank you very much</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-newbie/">Linux Newbie</category>
			<dc:creator>mathew_m</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-newbie/155981-webcam-menu-disabled-acer-aspire-messenger.html</guid>
		</item>
		<item>
			<title>GParted error while copying and pasting</title>
			<link>http://www.linuxforums.org/forum/linux-newbie/155975-gparted-error-while-copying-pasting.html</link>
			<pubDate>Fri, 20 Nov 2009 05:23:29 GMT</pubDate>
			<description>Hi Friends, 
I am in need of your help again. I was trying to take the backup of an Extended Partition in my pen drive using GParted. I used the...</description>
			<content:encoded><![CDATA[<div>Hi Friends,<br />
I am in need of your help again. I was trying to take the backup of an Extended Partition in my pen drive using GParted. I used the following guide to do this:<br />
<br />
<a href="http://gparted.sourceforge.net/larry/move/move.htm" target="_blank">GPARTED DOCUMENTATION - COPYING</a><br />
<br />
But When I pasted in the unused space of my pendrive, it told that &quot;the Destination is smaller in size than the source&quot;. My pendrive is of 4 GB and I created an unused space of 1 GB for taking the backup of that Extended Partition which is only 533 MB.<br />
<br />
How is it possible that my destination is smaller than the source? Please tell what is wrong in this.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-newbie/">Linux Newbie</category>
			<dc:creator>NewinLinux</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-newbie/155975-gparted-error-while-copying-pasting.html</guid>
		</item>
		<item>
			<title><![CDATA[Proftpd can't list directory with "[" character HELP!]]></title>
			<link>http://www.linuxforums.org/forum/linux-newbie/155968-proftpd-cant-list-directory-character-help.html</link>
			<pubDate>Thu, 19 Nov 2009 23:17:32 GMT</pubDate>
			<description><![CDATA[I solved this.  It's an issue with the way Proftpd handles what they call glob characters...things like & and * and evidentally [ and ].  Basically...]]></description>
			<content:encoded><![CDATA[<div>I solved this.  It's an issue with the way Proftpd handles what they call glob characters...things like &amp; and * and evidentally [ and ].  Basically they are not allowed for listing directories or they throw an error'  I fixed it by adding the following to my config file.  I tells the server not to advertise the MLSD listing service so the client will negotiate with the LIST command instead...it works for me with filezilla...the only one i've tested so far. <br />
<br />
This has been submitted as a bug.  I'm currently on 1.3.2 the stock version from unbuntu 9.10.<br />
<br />
 &lt;IfModule mod_facts.c&gt;<br />
    FactsAdvertise off<br />
  &lt;/IfModule&gt;<br />
<br />
<br />
<br />
Hi all,<br />
<br />
I'm pretty new to using proftpd.  I've had a devil of a time getting it running...and now I have some further issues.<br />
<br />
I'm on a stock kernel for Ubuntu 9.10.<br />
<br />
I setup with Gadmin using the vanilla configuations.<br />
<br />
My first issue is that I can't start the server on port 21.  It says that the port is busy, though I can't find anything using port 21.  <br />
<br />
I got around this by switching to port 2121, but now i've found that users can't get directly listing for any directory that includes the &quot;[&quot; character...I've tried messing with AllowFilter and DenyFilter, but they just hosed the entire server when i turned them on.<br />
<br />
any help would be appreciated.  here is my config file.<br />
<br />
+++++++++++++++++++++++++++++++++++++++++++++<br />
ServerType standalone<br />
#AllowFilter                      [^*/A-Za-z0-9_.-]<br />
DefaultServer on<br />
Umask 022<br />
ServerName &quot;my.ftp.server &quot;<br />
ServerIdent on &quot;FTP Server&quot;<br />
ServerAdmin <a href="mailto:email@example.org">email@example.org</a><br />
IdentLookups off<br />
UseReverseDNS off<br />
Port 2121<br />
PassivePorts 49152 65534<br />
#MasqueradeAddress None<br />
TimesGMT off<br />
MaxInstances 30<br />
MaxLoginAttempts 3<br />
TimeoutLogin 300<br />
TimeoutNoTransfer 120<br />
TimeoutIdle 120<br />
DisplayLogin welcome.msg<br />
DisplayChdir .message<br />
User nobody<br />
Group nobody<br />
DirFakeUser off nobody<br />
DirFakeGroup off nobody<br />
DefaultTransferMode binary<br />
AllowForeignAddress off<br />
AllowRetrieveRestart on<br />
AllowStoreRestart on<br />
DeleteAbortedStores off<br />
TransferRate RETR 220<br />
TransferRate STOR 250<br />
TransferRate STOU 250<br />
TransferRate APPE 250<br />
SystemLog /var/log/secure<br />
RequireValidShell off<br />
&lt;IfModule mod_tls.c&gt;<br />
TLSEngine off<br />
TLSRequired off<br />
TLSVerifyClient off<br />
TLSProtocol SSLv23<br />
TLSLog /var/log/proftpd_tls.log<br />
TLSRSACertificateFile /etc/gadmin-proftpd/certs/cert.pem<br />
TLSRSACertificateKeyFile /etc/gadmin-proftpd/certs/key.pem<br />
TLSCACertificateFile /etc/gadmin-proftpd/certs/cacert.pem<br />
TLSRenegotiate required off<br />
&lt;/IfModule&gt;<br />
&lt;IfModule mod_ratio.c&gt;<br />
Ratios off<br />
SaveRatios off<br />
RatioFile &quot;/restricted/proftpd_ratios&quot;<br />
RatioTempFile &quot;/restricted/proftpd_ratios_temp&quot;<br />
CwdRatioMsg &quot;Please upload first!&quot;<br />
FileRatioErrMsg &quot;FileRatio limit exceeded, upload something first...&quot;<br />
ByteRatioErrMsg &quot;ByteRatio limit exceeded, upload something first...&quot;<br />
LeechRatioMsg &quot;Your ratio is unlimited.&quot;<br />
&lt;/IfModule&gt;<br />
&lt;Limit LOGIN&gt;<br />
  AllowUser chris<br />
  AllowUser carl<br />
  DenyALL<br />
&lt;/Limit&gt;<br />
<br />
&lt;Anonymous /home/FTP-shared&gt;<br />
User user1<br />
Group friends<br />
AnonRequirePassword on<br />
MaxClients 5 &quot;The server is full, hosting %m users&quot;<br />
DisplayLogin welcome.msg<br />
&lt;Limit LOGIN&gt;<br />
 Allow from all<br />
 Deny from all<br />
&lt;/Limit&gt;<br />
AllowOverwrite off<br />
AllowOverwrite on<br />
&lt;Limit LIST NLST  STOR STOU  APPE  RETR  RNFR RNTO  DELE  MKD XMKD SITE_MKDIR  RMD XRMD SITE_RMDIR  SITE  SITE_CHMOD  SITE_CHGRP  MTDM  PWD XPWD  SIZE  STAT  CWD XCWD  CDUP XCUP &gt;<br />
 AllowAll<br />
&lt;/Limit&gt;<br />
&lt;Limit NOTHING &gt;<br />
 DenyAll<br />
&lt;/Limit&gt;<br />
&lt;/Anonymous&gt;<br />
<br />
&lt;Anonymous /home/FTP-shared&gt;<br />
User user2<br />
Group friends<br />
AnonRequirePassword on<br />
MaxClients 5 &quot;The server is full, hosting %m users&quot;<br />
DisplayLogin welcome.msg<br />
&lt;Limit LOGIN&gt;<br />
Allow from all<br />
Deny from all<br />
&lt;/Limit&gt;<br />
AllowOverwrite on<br />
&lt;Limit LIST NLST  STOR STOU  APPE  RETR  RNFR RNTO  DELE  MKD XMKD SITE_MKDIR  RMD XRMD SITE_RMDIR  SITE  SITE_CHMOD  SITE_CHGRP  MTDM  PWD XPWD  SIZE  STAT  CWD XCWD  CDUP XCUP &gt;<br />
 AllowAll<br />
&lt;/Limit&gt;<br />
&lt;Limit NOTHING &gt;<br />
 DenyAll<br />
&lt;/Limit&gt;<br />
&lt;/Anonymous&gt;<br />
++++++++++++++++++++++++++++++++++++++++++++++++++  ++++++++++++++++++++<br />
thanks</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-newbie/">Linux Newbie</category>
			<dc:creator>Cr0n_J0b</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-newbie/155968-proftpd-cant-list-directory-character-help.html</guid>
		</item>
		<item>
			<title>Too many hits for *LF_DIRWATCH*</title>
			<link>http://www.linuxforums.org/forum/linux-newbie/155967-too-many-hits-lf_dirwatch.html</link>
			<pubDate>Thu, 19 Nov 2009 23:01:16 GMT</pubDate>
			<description>I got this email message from root. 
 
 
What does it means i have no idea. is it good or bad</description>
			<content:encoded><![CDATA[<div>I got this email message from root.<br />
<br />
<br />
What does it means i have no idea. is it good or bad</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-newbie/">Linux Newbie</category>
			<dc:creator>mirror51</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-newbie/155967-too-many-hits-lf_dirwatch.html</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] cd with ISO will not run]]></title>
			<link>http://www.linuxforums.org/forum/linux-newbie/155963-solved-cd-iso-will-not-run.html</link>
			<pubDate>Thu, 19 Nov 2009 22:03:00 GMT</pubDate>
			<description><![CDATA[I insert in winME Laptop a cd wth a linux ISO but will not start the istall. 
 
Is there anything I can do to make the cd run & install ubuntu-lite?...]]></description>
			<content:encoded><![CDATA[<div>I insert in winME Laptop a cd wth a linux ISO but will not start the istall.<br />
<br />
Is there anything I can do to make the cd run &amp; install ubuntu-lite?<br />
<br />
thanx ...nick</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-newbie/">Linux Newbie</category>
			<dc:creator>nichos</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-newbie/155963-solved-cd-iso-will-not-run.html</guid>
		</item>
		<item>
			<title>Which distro?</title>
			<link>http://www.linuxforums.org/forum/linux-newbie/155961-distro.html</link>
			<pubDate>Thu, 19 Nov 2009 20:52:56 GMT</pubDate>
			<description>Ok people, I use dell cpx latitude which did have xp on it but I recently switched to linux freespire. I am a newbie in the world of command lines...</description>
			<content:encoded><![CDATA[<div>Ok people, I use dell cpx latitude which did have xp on it but I recently switched to linux freespire. I am a newbie in the world of command lines and shells. I just am posting this to get your opinon on which distro is best. And also is it possible to set up directx on linux. I have epsxe for ps1 games but opengl sucks on my systems, worked good with xp but now that im am on linux its alot slower. Id like someone to teach me also about linux but anyway, can anyone help</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-newbie/">Linux Newbie</category>
			<dc:creator>sk565</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-newbie/155961-distro.html</guid>
		</item>
		<item>
			<title>console sharing/eevesdropping</title>
			<link>http://www.linuxforums.org/forum/linux-newbie/155916-console-sharing-eevesdropping.html</link>
			<pubDate>Thu, 19 Nov 2009 03:00:33 GMT</pubDate>
			<description>I have a need to watch another users shell session.  Is there way I can watch another users console as they are using it?  Vnc has basically does...</description>
			<content:encoded><![CDATA[<div>I have a need to watch another users shell session.  Is there way I can watch another users console as they are using it?  Vnc has basically does this for desktops.  I am ok with doing this by having the target of the eevesdropping invoke a command or something prior to it but I just need to know how to do it.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-newbie/">Linux Newbie</category>
			<dc:creator>solid</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-newbie/155916-console-sharing-eevesdropping.html</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Linux+ Windows 7 OS]]></title>
			<link>http://www.linuxforums.org/forum/linux-newbie/155907-solved-linux-windows-7-os.html</link>
			<pubDate>Wed, 18 Nov 2009 21:58:53 GMT</pubDate>
			<description><![CDATA[I downloaded Fedora 12 and haven't tried to install it. Can I install it while I have the Windows 7 OS? Also the info said dpwnload Linux 12 desktop...]]></description>
			<content:encoded><![CDATA[<div>I downloaded Fedora 12 and haven't tried to install it. Can I install it while I have the Windows 7 OS? Also the info said dpwnload Linux 12 desktop and try it before installing it. How do I do this? You may not guess it but I'm a total novice concerning Linux. Don't know jack about it but would like to learn and try it. Thanks for any info of any kind.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-newbie/">Linux Newbie</category>
			<dc:creator>sheprd</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-newbie/155907-solved-linux-windows-7-os.html</guid>
		</item>
		<item>
			<title>un-installing</title>
			<link>http://www.linuxforums.org/forum/linux-newbie/155891-un-installing.html</link>
			<pubDate>Wed, 18 Nov 2009 13:47:13 GMT</pubDate>
			<description>I am running Linux mint 7 and the other day i went along to the official Songbird Media Player site and downloaded the latest version of Songbird...</description>
			<content:encoded><![CDATA[<div>I am running Linux mint 7 and the other day i went along to the official Songbird Media Player site and downloaded the latest version of Songbird 1.2. It came in the form of a tar.gz file. But after a little help i managed to install it and it was working great.<br />
<br />
But i can't find an entry for it in the Synaptic Package Manager or the Software Manager. It was not even listed in the main menu.<br />
<br />
So, could someone tell me how i might go about un-installing this software please.<br />
<br />
Big thanks</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-newbie/">Linux Newbie</category>
			<dc:creator>branoo</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-newbie/155891-un-installing.html</guid>
		</item>
		<item>
			<title>backup all tables in mysql</title>
			<link>http://www.linuxforums.org/forum/linux-newbie/155872-backup-all-tables-mysql.html</link>
			<pubDate>Wed, 18 Nov 2009 04:36:38 GMT</pubDate>
			<description>hi , 
 
 
I am trying for so many months but could not found the answer 
 
 
I want to write the shell script which 
 
1)Finds all the databases in...</description>
			<content:encoded><![CDATA[<div>hi ,<br />
<br />
<br />
I am trying for so many months but could not found the answer<br />
<br />
<br />
I want to write the shell script which<br />
<br />
1)Finds all the databases in mysql<br />
2)create the folder who ever is the creater of that database or owner of that database . I think the databse starts with username_ so i think i have to split the database name to get folders name . How to do that?<br />
2)backs up the databases belonging to that user</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-newbie/">Linux Newbie</category>
			<dc:creator>mirror51</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-newbie/155872-backup-all-tables-mysql.html</guid>
		</item>
		<item>
			<title>NFS 2 different mounts go to same filesystem!!</title>
			<link>http://www.linuxforums.org/forum/linux-newbie/155858-nfs-2-different-mounts-go-same-filesystem.html</link>
			<pubDate>Tue, 17 Nov 2009 13:49:06 GMT</pubDate>
			<description>I have fc10 2.6.27 with two USB 1.5Tb external drives on FAT32. They are mounted as /mnt/v1 and /mnt/v2 using the LABEL= to make sure they mount up...</description>
			<content:encoded><![CDATA[<div>I have fc10 2.6.27 with two USB 1.5Tb external drives on FAT32. They are mounted as /mnt/v1 and /mnt/v2 using the LABEL= to make sure they mount up correctly each boot (random device names depending on the order i switched them on). I have exported /mnt/v1 and /mnt/v2 over NFS.<br />
<br />
When I mount these from another machine I get the first of the two mount points (as appears in /etc/exportfs) duplicated on both mounts. eg mount lister64:/mnt/v1 /data/v1 &amp;&amp; mount lister64:/mnt/v2 /data/v2 gives the contents of /mnt/v1 in both /data/v1 and /data/v2.<br />
<br />
I assumed that this is because the fsid is the same (0??) for both mount points - is that assumption correct? If so - I went onto adding the option fsid=1 and fsid=2 into the /etc/exportfs file and re-exporting.<br />
<br />
With fsid set to anything other then 0 I am unable to mount at all - and syslogs shows mountd[xxxx]: refused mount request from xx.xx.xx.xx for /mnt/v1 (/): not exported.<br />
<br />
What am I doing wrong?? I have spent days on this - I hope it's me being dumb!. Any hints appreciated!<br />
<br />
/etc/exportfs:<br />
<br />
/mnt/v1 192.168.8.*(fsid=1,ro,insecure)<br />
/mnt/v2 192.168.8.*(fsid=2,ro,insecure)<br />
<br />
/etc/fstab:<br />
<br />
LABEL=V1 /mnt/v1 vfat defaults 0 0<br />
LABEL=V2 /mnt/v2 vfat defaults 0 0</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-newbie/">Linux Newbie</category>
			<dc:creator>damartin</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-newbie/155858-nfs-2-different-mounts-go-same-filesystem.html</guid>
		</item>
		<item>
			<title>Loading Usb 2.0 Driver With Syslinux?</title>
			<link>http://www.linuxforums.org/forum/linux-newbie/155851-loading-usb-2-0-driver-syslinux.html</link>
			<pubDate>Tue, 17 Nov 2009 08:15:02 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I am trying to enable USB 2.0 speeds from a pendrive and i also want to enable USB 1.1(at least) where the bios doesn't support booting...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I am trying to enable USB 2.0 speeds from a pendrive and i also want to enable USB 1.1(at least) where the bios doesn't support booting from a USB drive.<br />
<br />
I found a dos USB 2.0 driver, it is a single exe, and it says to load to such as, DEVICE=DUSE.EXE<br />
so can i add this line to a syslinux.cfg and obviously add the DUSE.EXE to the pendrive root?<br />
<br />
Or can i not mix linux syslinux and dos commands?<br />
<br />
Is there a way to load the USB 2.0 from a linux driver instead if not.<br />
<br />
So if the bios supports booting from USB then i assume it will default to USB 1.1 so therefore i can load the USB 2.0 driver from the pendrive.<br />
<br />
If the bios does not support booting from USB then i would have to load the USB drivers from a CD first then i should be able to boot from the pendrive, anyone done this?<br />
<br />
thanks.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-newbie/">Linux Newbie</category>
			<dc:creator>joex1</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-newbie/155851-loading-usb-2-0-driver-syslinux.html</guid>
		</item>
		<item>
			<title>Hide Software from Alt+Tab</title>
			<link>http://www.linuxforums.org/forum/linux-newbie/155842-hide-software-alt-tab.html</link>
			<pubDate>Mon, 16 Nov 2009 22:42:38 GMT</pubDate>
			<description><![CDATA[Is there a way to do this? I've tried devilspie but I'm either missing the command or it's not doing what I want it to. I have tomboy and don't want...]]></description>
			<content:encoded><![CDATA[<div>Is there a way to do this? I've tried devilspie but I'm either missing the command or it's not doing what I want it to. I have tomboy and don't want my notes showing up every time I alt+tab....becomes almost disfunctional for my computer if I have a few notes open....</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-newbie/">Linux Newbie</category>
			<dc:creator>jmadero</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-newbie/155842-hide-software-alt-tab.html</guid>
		</item>
		<item>
			<title>How to update Red Hat 9 kernel 2.4 to 2.6</title>
			<link>http://www.linuxforums.org/forum/linux-newbie/155822-how-update-red-hat-9-kernel-2-4-2-6-a.html</link>
			<pubDate>Mon, 16 Nov 2009 10:51:48 GMT</pubDate>
			<description><![CDATA[Hi, 
I have installed Red Hat 9 for first time in life. So I don't know what is it.  
I have problem with drivers but support says I need kernel 2.6....]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
I have installed Red Hat 9 for first time in life. So I don't know what is it. <br />
I have problem with drivers but support says I need kernel 2.6.<br />
<br />
I don't know the commands and steps<br />
Please tell me each step what and how to do. I know nothing about Linux.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-newbie/">Linux Newbie</category>
			<dc:creator>mirzausman</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-newbie/155822-how-update-red-hat-9-kernel-2-4-2-6-a.html</guid>
		</item>
	</channel>
</rss>
