<?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</title>
		<link>http://www.linuxforums.org/forum/</link>
		<description>Linux Forums is a Linux Help community where users share their knowledge, solve problems, learn and hang out! Join us and find out more about Linux.</description>
		<language>en</language>
		<lastBuildDate>Wed, 19 Jun 2013 06:20:33 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.linuxforums.org/forum/images/misc/rss.png</url>
			<title>Linux Forums</title>
			<link>http://www.linuxforums.org/forum/</link>
		</image>
		<item>
			<title>How do I set up a POP3 server to receive mail across multiple HDs?</title>
			<link>http://www.linuxforums.org/forum/networking/197006-how-do-i-set-up-pop3-server-receive-mail-across-multiple-hds.html</link>
			<pubDate>Wed, 19 Jun 2013 05:35:06 GMT</pubDate>
			<description>Hi, 
If I have a data center hosting email, which I want to give people POP3 access to, and the hard drive runs out of capacity, how do I add a...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
If I have a data center hosting email, which I want to give people POP3 access to, and the hard drive runs out of capacity, how do I add a server into the mix? ie. so that when a user checks their mail, there'll be a POP3 server on ONE server answering, but their mail will be downloaded from the server that has it? (ie. the system has to keep track WHICH server their mail is on)<br />
<br />
Thanks.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/networking/">Networking</category>
			<dc:creator>resetreset</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/networking/197006-how-do-i-set-up-pop3-server-receive-mail-across-multiple-hds.html</guid>
		</item>
		<item>
			<title>why -n is special for bash script</title>
			<link>http://www.linuxforums.org/forum/programming-scripting/197005-why-n-special-bash-script.html</link>
			<pubDate>Wed, 19 Jun 2013 03:14:57 GMT</pubDate>
			<description>Try this: 
 
a=-m 
echo $a 
 
a=-n 
echo $a 
 
You would find the 2nd set commands would not set a to -n but empty value.</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Try this:<br />
<br />
a=-m<br />
echo $a<br />
<br />
a=-n<br />
echo $a<br />
<br />
You would find the 2nd set commands would not set a to -n but empty value.<br />
<br />
And also try the pattern match with extglob:<br />
<br />
shopt -s extglob<br />
<br />
a=&quot;-w 123 -m 456&quot;<br />
echo $a<br />
echo ${a/-w +([0-9])/}<br />
<br />
a=&quot;-w 123 -n 456&quot;<br />
echo $a<br />
echo ${a/-w +([0-9])/}<br />
<br />
The 1st set commands would remove `-w 123' as expected, but the 2nd set commands would also remove -n as well.<br />
<br />
Is this a bug or something special for bash?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/programming-scripting/">Programming / Scripting</category>
			<dc:creator>yech</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/programming-scripting/197005-why-n-special-bash-script.html</guid>
		</item>
		<item>
			<title>Window Managment Barely Usable, not sure if X or GNOME</title>
			<link>http://www.linuxforums.org/forum/desktop-x-windows/197004-window-managment-barely-usable-not-sure-if-x-gnome.html</link>
			<pubDate>Tue, 18 Jun 2013 22:33:04 GMT</pubDate>
			<description>First off here is the hardware specs of my machine: 
 
CPU: AMD Phenom II X6 1035T 
MOBO: GA-880GM-USB3 (Socket M2) 
GPU: 1024MB GeForce GTS 450...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>First off here is the hardware specs of my machine:<br />
<br />
CPU: AMD Phenom II X6 1035T<br />
MOBO: GA-880GM-USB3 (Socket M2)<br />
GPU: 1024MB GeForce GTS 450 (MSI)<br />
DVD: Optiarc DVD RW AD-7280S SATA <br />
HDD: 932GB Seagate ST1000DM 003-1CH162 SATA<br />
RAM: 16.0 GB Dual-Channel DDR3 686MHz<br />
MOUSE: Rat7<br />
<br />
This problem I am about to describe has occurred consistently on the following distros:<br />
<br />
Ubuntu 12 - tried GNOME<br />
Fedora 17&amp;18 - tried GNOME &amp; Cinnamon<br />
Linux Mint 15 - tried Cinnamon<br />
<br />
Also occurs on the live cd's of all of the above Distros<br />
<br />
<br />
Problem:<br />
Generally after logging in, my desktop will be usable for a few minutes with no problems, providing I don't open Firefox. After I open firefox or at some other random point (at this point firefox is the only thing that consistently causes this problem)things start going funky. Please note that these problems also occur on a Live CD. Here is a list of the symptoms:<br />
<br />
- Mouse only works in the active window. <br />
- Can not switch active window using the mouse, only keyboard (Alt + Tab or have 1 window per workspace and switch workspaces with Ctl + Alt + arrow)<br />
- can not re-size active window<br />
- can not get a right click menu on the desktop<br />
- can not use any GNOME/Cinnamon desktop menus<br />
- must restart the computer to get this problem to resolve<br />
<br />
I would assume there is an issue with either X or GNOME because this has happened on multiple distros. I have not tried KDE and thought that maybe there might be a change if I got away from GNOME entirely. <br />
<br />
This problem makes the desktop entirely unusable unless you quickly open a terminal window in another workspace and then use it once the desktop goes haywire.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/desktop-x-windows/">Desktop / X-Windows</category>
			<dc:creator>KroniK907</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/desktop-x-windows/197004-window-managment-barely-usable-not-sure-if-x-gnome.html</guid>
		</item>
		<item>
			<title>Script to search files for regex expressions</title>
			<link>http://www.linuxforums.org/forum/programming-scripting/197003-script-search-files-regex-expressions.html</link>
			<pubDate>Tue, 18 Jun 2013 21:08:12 GMT</pubDate>
			<description>I need a write a script that searches all specific types of files (.php/.html/.js.. etc) for a list of regular expressions. The actual purpose of the...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I need a write a script that searches all specific types of files (.php/.html/.<acronym title="JavaScript">js</acronym>.. etc) for a list of regular expressions. The actual purpose of the script is to detect files containing known malware. <br />
<br />
<br />
Here is the catch, I will be adding regular expressions to this script very often so I need to create something that gets these regular expressions from another file that I can easily add to. <br />
<br />
I am very, very, proficient in bash scripting, thus created the script using bash. The current script finds a list of the files using find, then loops though all of them using grep to search the files for the expression. It greps each file multiple times (once for each regular expression.) This method obviously takes a very long time and on a less important note, is quite resource intensive. <br />
<br />
Is there any other easier way anybody knows how to do this? I would prefer bash, since I already know that, but I would be willing to learn and recreate it in another language if it would be more efficient. <br />
<br />
Pretty much looking for idea, links or specific functions that may help me achieve my goal. Anyone have any ideas about this?<br />
<br />
Thanks in advance.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/programming-scripting/">Programming / Scripting</category>
			<dc:creator>samirj09</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/programming-scripting/197003-script-search-files-regex-expressions.html</guid>
		</item>
		<item>
			<title>Wheezy boot error message</title>
			<link>http://www.linuxforums.org/forum/debian-linux/197002-wheezy-boot-error-message.html</link>
			<pubDate>Tue, 18 Jun 2013 20:45:44 GMT</pubDate>
			<description>*after standard update* 
 
from : 
3.2.0-4-486 #1 Debian 3.2.41-2+deb7u2 i686 GNU/Linux 
to : 
3.2.0-4-686-pae #1 SMP Debian 3.2.46-1 i686 GNU/Linux...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div><b>after standard update</b><br />
<br />
from :<br />
3.2.0-4-486 #1 Debian 3.2.41-2+deb7u2 i686 GNU/Linux<br />
to :<br />
3.2.0-4-686-pae #1 SMP Debian 3.2.46-1 i686 GNU/Linux<br />
<br />
<b>I got the error messages on boot :</b><br />
<br />
thermal: gave up waiting for init of module thermal_sys. <br />
processor: gave up waiting for init of module thermal_sys. <br />
processor: Unknown symbol thermal_cooling_device_register (err -16)<br />
<br />
<b>additional information</b><br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"># dmidecode -t processor</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->SMBIOS 2.6 present. <br />
<br />
Handle 0x0004, DMI type 4, 42 bytes <br />
Processor Information <br />
	Socket Designation: Intel <br />
	Type: Central Processor <br />
	Family: Celeron D <br />
	Manufacturer: Intel            <br />
	ID: 7A 06 01 00 FF FB EB BF <br />
	Signature: Type 0, Family 6, Model 23, Stepping 10 <br />
	Flags: <br />
		FPU (Floating-point unit on-chip) <br />
		VME (Virtual mode extension) <br />
		DE (Debugging extension) <br />
		PSE (Page size extension) <br />
		TSC (Time stamp counter) <br />
		MSR (Model specific registers) <br />
		PAE (Physical address extension) <br />
		MCE (Machine check exception) <br />
		CX8 (CMPXCHG8 instruction supported) <br />
		APIC (On-chip APIC hardware supported) <br />
		SEP (Fast system call) <br />
		MTRR (Memory type range registers) <br />
		PGE (Page global enable) <br />
		MCA (Machine check architecture) <br />
		CMOV (Conditional move instruction supported) <br />
		PAT (Page attribute table) <br />
		PSE-36 (36-bit page size extension) <br />
		CLFSH (CLFLUSH instruction supported) <br />
		DS (Debug store) <br />
		ACPI (ACPI supported) <br />
		MMX (MMX technology supported) <br />
		FXSR (FXSAVE and FXSTOR instructions supported) <br />
		SSE (Streaming SIMD extensions) <br />
		SSE2 (Streaming SIMD extensions 2) <br />
		SS (Self-snoop) <br />
		HTT (Multi-threading) <br />
		TM (Thermal monitor supported) <br />
		PBE (Pending break enabled) <br />
	Version: Intel(R) Celeron(R) CPU        E3300  at 2.50GHz     <br />
	Voltage: 1.3 V <br />
	External Clock: 200 MHz <br />
	Max Speed: 2500 MHz <br />
	Current Speed: 2500 MHz <br />
	Status: Populated, Enabled <br />
	Upgrade: Socket LGA775 <br />
	L1 Cache Handle: 0x0005 <br />
	L2 Cache Handle: 0x0006 <br />
	L3 Cache Handle: 0x0007 <br />
	Serial Number: To Be Filled By O.E.M. <br />
	Asset Tag: To Be Filled By O.E.M. <br />
	Part Number: To Be Filled By O.E.M. <br />
	Core Count: 2 <br />
	Core Enabled: 2 <br />
	Thread Count: 2 <br />
	Characteristics: <br />
		64-bit capable <br />
<br />
Any ideas ?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/debian-linux/">Debian Linux</category>
			<dc:creator>Maxtor09</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/debian-linux/197002-wheezy-boot-error-message.html</guid>
		</item>
		<item>
			<title>Centos 6.4 (64 bit) hangs up whenever WiFi is detected!</title>
			<link>http://www.linuxforums.org/forum/red-hat-fedora-linux/197001-centos-6-4-64-bit-hangs-up-whenever-wifi-detected.html</link>
			<pubDate>Tue, 18 Jun 2013 18:15:14 GMT</pubDate>
			<description>I have two machines with Centos 6.4, I used ndiswrapper to install D-Link DWA-130 onto the machines, but whenever WiFi pops up, the machine just...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I have two machines with Centos 6.4, I used ndiswrapper to install D-Link DWA-130 onto the machines, but whenever WiFi pops up, the machine just hangs up, I was totally frustrated!!!!<br />
<br />
   <br />
Is this a bug with Centos 6.4?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/red-hat-fedora-linux/">Red Hat / Fedora Linux</category>
			<dc:creator>shfyang</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/red-hat-fedora-linux/197001-centos-6-4-64-bit-hangs-up-whenever-wifi-detected.html</guid>
		</item>
		<item>
			<title><![CDATA[Can't get Client to thru DNS gets a dhcp lease? what do i need to fix]]></title>
			<link>http://www.linuxforums.org/forum/ubuntu-linux/197000-cant-get-client-thru-dns-gets-dhcp-lease-what-do-i-need-fix.html</link>
			<pubDate>Tue, 18 Jun 2013 16:59:35 GMT</pubDate>
			<description>My server gets internet.  My client sees the network and gets a dhcp IP lease i see it in ipconfig.  However it gets an error dns detected but not...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>My server gets internet.  My client sees the network and gets a dhcp IP lease i see it in ipconfig.  However it gets an error dns detected but not repsonding.<br />
<br />
I have found many different tutorials and am very lost.  <br />
<br />
I have ubuntu 12.04 server, bind9, dhcp, have gui and Webmin and 2 ethernet cards eth0 and eth1.  This will be a squid proxy servver which it is loaded.  i tried to work with dnsmasq but would come up - one place said conflict with NM in 12.04. I don't know if my zones are wrong if i have the wrong nameserver.  <br />
<br />
I am really (somewhat) confused but I think it is a simple fix.  I need this done soon..been looking online for 1.5 weeks.  I need someone to may be review my work.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/ubuntu-linux/">Ubuntu Linux</category>
			<dc:creator>trilju2005</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/ubuntu-linux/197000-cant-get-client-thru-dns-gets-dhcp-lease-what-do-i-need-fix.html</guid>
		</item>
		<item>
			<title><![CDATA[Can't connect to aptitude mirrors.]]></title>
			<link>http://www.linuxforums.org/forum/debian-linux/196999-cant-connect-aptitude-mirrors.html</link>
			<pubDate>Tue, 18 Jun 2013 16:51:11 GMT</pubDate>
			<description><![CDATA[I can't seem to perform any actions through aptitude. I am using Debian 6.0.5 on virtual box 4.1.16.  
 
I have 3 machines on my virtual network, the...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I can't seem to perform any actions through aptitude. I am using Debian 6.0.5 on virtual box 4.1.16. <br />
<br />
I have 3 machines on my virtual network, the first machine routera can perform apt-get update, install etc. However the other 2 machines can't. To make sure it wasn't a problem with the network settings I changed the network adapter of routerb, from intnet to NAT. This hasn't helped the issue.<br />
<br />
I can successfully ping &quot;aptitude&quot;, &quot;Google&quot; and can even ping the IP address of the FTP server that is given when I perform apt-get update.<br />
<br />
Through examining the /etc/apt/sources.list file I am no further forward. I compared routerb's sources.list file with that of the functioning routera's, both are the same. <br />
<br />
I have provided a screenshot of both these .list files of both machines. Help would be greatly appreciated.  <br />
<br />
h$&amp;p://gyazo.com/c9c9a08328c964d6fed0e9e1256668d5</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/debian-linux/">Debian Linux</category>
			<dc:creator>DavyTheBadger</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/debian-linux/196999-cant-connect-aptitude-mirrors.html</guid>
		</item>
		<item>
			<title>Label Printer under Cups - Pause after each Job</title>
			<link>http://www.linuxforums.org/forum/applications/196998-label-printer-under-cups-pause-after-each-job.html</link>
			<pubDate>Tue, 18 Jun 2013 16:36:23 GMT</pubDate>
			<description><![CDATA[Hello. 
 
Im new here, but this forum already helped me a lot of times by googling. 
 
I need a help with my new debian wheezy server. I'm a linux...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hello.<br />
<br />
Im new here, but this forum already helped me a lot of times by googling.<br />
<br />
I need a help with my new debian wheezy server. I'm a linux user for +8years and already spend hours trying to solve this and couldn't :( so if anyone has a clue.. please help?<br />
<br />
<br />
<br />
The problem:<br />
I replaced my old server running debian-6.0 with a new one running debian-7.0. I have a DYMO LabelWriter 450 USB Printer on it to print labels.<br />
<br />
The labels are printed by a postscript using the lpr command:<br />
lpr -#$qtd -r -P DYMO_LabelWriter_450 /path/to/my/postscript.ps<br />
<br />
If i send more than one label to the printer, this command will run multiple times changing only the postscript file path (different label, different ps).<br />
<br />
The problem is: the printer pauses seconds between each job/label... and this behavior wasn't like that before - before the printer prints one after another without pauses.<br />
<br />
<br />
<br />
I already tried a lot of things and nothing worked.<br />
<br />
One thing i noticed is i got this message for each job i send:<br />
Jun 18 11:26:55 kernel: [  723.602744] usblp0: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vid 0x04E8 pid 0x3433<br />
Jun 18 11:27:08 kernel: [  735.820344] usblp0: removed<br />
Jun 18 11:27:08 kernel: [  735.821795] usblp0: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vid 0x04E8 pid 0x3433<br />
Jun 18 11:27:18 kernel: [  746.219856] usblp0: removed<br />
Jun 18 11:27:18 kernel: [  746.221544] usblp0: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vid 0x04E8 pid 0x3433<br />
<br />
<br />
i already tried to copy my old /etc/cups folder into my new server.<br />
i tried to remove usblp module and blacklist it.. <br />
i tried to reinstall the printer in cups..<br />
i tried cups 1.6.2 insted of 1.5 too<br />
and tried more things.. without sucess :(<br />
<br />
<br />
<br />
The problem is.. the printer is pausing between jobs.. how do i remove that?  any ideas!?<br />
<br />
<br />
I'm getting crazy about this !</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/applications/">Applications</category>
			<dc:creator>cpl_</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/applications/196998-label-printer-under-cups-pause-after-each-job.html</guid>
		</item>
		<item>
			<title>Error in Compiling a Kernel</title>
			<link>http://www.linuxforums.org/forum/coffee-lounge/196997-error-compiling-kernel.html</link>
			<pubDate>Tue, 18 Jun 2013 16:30:28 GMT</pubDate>
			<description>Hi,  
I am trying to compile a kernel and I am getting the following error 
 
SYSCALL arch/i386/kernel/vsyscall-int80.so 
gcc: error: elf_i386: No...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi, <br />
I am trying to compile a kernel and I am getting the following error<br />
<br />
SYSCALL arch/i386/kernel/vsyscall-int80.so<br />
gcc: error: elf_i386: No such file or directory<br />
make[2]: *** [arch/i386/kernel/vsyscall-int80.so] Error 1<br />
make[1]: *** [arch/i386/kernel] Error 2<br />
make[1]: Leaving directory `/usr/src/linux-2.6.19'<br />
make: *** [debian/stamp/build/kernel] Error 2<br />
<br />
I am using gcc version 4.6.3, whereas the version recommended in the manual I am following is 3.4 but I cannot install it i tried <br />
# apt-get install gcc-3.4 make <br />
but it cant find it in the database<br />
<br />
thanks in advance</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/coffee-lounge/">Coffee Lounge</category>
			<dc:creator>mhfidai</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/coffee-lounge/196997-error-compiling-kernel.html</guid>
		</item>
		<item>
			<title>Absolute Games Presents Assault</title>
			<link>http://www.linuxforums.org/forum/pclinuxos/196996-absolute-games-presents-assault.html</link>
			<pubDate>Tue, 18 Jun 2013 15:23:30 GMT</pubDate>
			<description>Absolute Games will release a game for Linux soon, it will be the first Unity3D FPS action game for Linux, and all Linux users will have great fun...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Absolute Games will release a game for Linux soon, it will be the first Unity3D FPS action game for Linux, and all Linux users will have great fun with it !<br />
<br />
View Assault 2nd update and see yourself how great game it is and see the progress of the first UNITY3D fps action game for Linux !<br />
<br />
Update #2 of Assault : <br />
youtube.com/watch?v=GBXtxf_UPn4<br />
<br />
Enjoy your Linux FPS Game !<br />
<br />
<a href="http://www.linuxforums.org/forum/attachments/pclinuxos/5113d1371569172-absolute-games-presents-assault-03.jpg"  title="Name:  03.jpg
Views: 1
Size:  21.1 KB">03.jpg</a></div>


	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<!-- BEGIN TEMPLATE: postbit_attachment -->
<li>
	<img class="inlineimg" src="http://www.linuxforums.org/forum/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="http://www.linuxforums.org/forum/attachments/pclinuxos/5113d1371569172-absolute-games-presents-assault-03.jpg">03.jpg</a> 
(21.1 KB)
</li>
<!-- END TEMPLATE: postbit_attachment -->
			</ul>
			</fieldset>
	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/pclinuxos/">PCLinuxOS</category>
			<dc:creator>absolutegames</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/pclinuxos/196996-absolute-games-presents-assault.html</guid>
		</item>
		<item>
			<title>Generals by Command and conquer</title>
			<link>http://www.linuxforums.org/forum/gaming-multimedia-entertainment/196995-generals-command-conquer.html</link>
			<pubDate>Tue, 18 Jun 2013 15:06:47 GMT</pubDate>
			<description>I was wondering if any one has succeeded running Generals by Command and Conquer on any flavor of Linux with any type of emulation. I have tried with...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I was wondering if any one has succeeded running Generals by Command and Conquer on any flavor of Linux with any type of emulation. I have tried with Wine to no success! Please don;t suggest to run it on a virtual machine as its too slow in there</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/gaming-multimedia-entertainment/">Gaming / Multimedia / Entertainment</category>
			<dc:creator>digg1980</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/gaming-multimedia-entertainment/196995-generals-command-conquer.html</guid>
		</item>
		<item>
			<title>Need to test LDD3 examples</title>
			<link>http://www.linuxforums.org/forum/kernel/196994-need-test-ldd3-examples.html</link>
			<pubDate>Tue, 18 Jun 2013 12:03:26 GMT</pubDate>
			<description>hi, 
 
i am almost fresh in embedded Linux, i want to test LDD3 examples, for that i install fedora 4 in my VM, i am unable to compile the kernel, i...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>hi,<br />
<br />
i am almost fresh in embedded Linux, i want to test LDD3 examples, for that i install fedora 4 in my VM, i am unable to compile the kernel, i have set configs using make menuconfig, and then try to make compile but it gives me  errors like<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">make[1]: *** No rule to make target `init/main.o', needed by `init/built-in.o'.&nbsp; Stop.<br />
make: *** [init] Error 2</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><br />
could somebody inform me i could be missing, or where i can test LDD3 examples with zero defects<br />
<br />
Thanks</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/kernel/">Kernel</category>
			<dc:creator>sukibeli</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/kernel/196994-need-test-ldd3-examples.html</guid>
		</item>
		<item>
			<title>Hibernate on Linux Mint 13</title>
			<link>http://www.linuxforums.org/forum/laptops-netbooks-minibooks/196993-hibernate-linux-mint-13-a.html</link>
			<pubDate>Tue, 18 Jun 2013 11:08:13 GMT</pubDate>
			<description>How do I enable hibernate on lid close, and on low battery power, as well as enable the hibernate button to appear alongside shutdown, suspend and...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>How do I enable hibernate on lid close, and on low battery power, as well as enable the hibernate button to appear alongside shutdown, suspend and restart? pm-hibernate works(most of the time!) fine, but I really want lid close to trigger hibernate! <br />
<br />
Thanks!</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/laptops-netbooks-minibooks/">Laptops / Netbooks / Minibooks</category>
			<dc:creator>sathynius2</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/laptops-netbooks-minibooks/196993-hibernate-linux-mint-13-a.html</guid>
		</item>
		<item>
			<title>Ubuntu malware</title>
			<link>http://www.linuxforums.org/forum/coffee-lounge/196992-ubuntu-malware.html</link>
			<pubDate>Tue, 18 Jun 2013 10:33:53 GMT</pubDate>
			<description><![CDATA[Hello All 
Hope this is the forum to post this. 
I'm using Ubuntu 12.04. 
I would like to know how do I check for malware? How do I  remove it if my...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hello All<br />
Hope this is the forum to post this.<br />
I'm using Ubuntu 12.04.<br />
I would like to know how do I check for malware? How do I  remove it if my system has it?<br />
Thank you for your help.<br />
Montana68</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/coffee-lounge/">Coffee Lounge</category>
			<dc:creator>Montana68</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/coffee-lounge/196992-ubuntu-malware.html</guid>
		</item>
	</channel>
</rss>
