<?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 Applications</title>
		<link>http://www.linuxforums.org/forum/</link>
		<description><![CDATA[I cant get "X" app to work... also discussion about linux programs.]]></description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 00:23:57 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.linuxforums.org/forum/linux2/misc/rss.jpg</url>
			<title>Linux Forums - Linux Applications</title>
			<link>http://www.linuxforums.org/forum/</link>
		</image>
		<item>
			<title>Grub2 problem on my own linux from scratch.</title>
			<link>http://www.linuxforums.org/forum/linux-applications/155988-grub2-problem-my-own-linux-scratch.html</link>
			<pubDate>Fri, 20 Nov 2009 13:23:48 GMT</pubDate>
			<description>Hi im trying to install grub 2 on my Linux from scratch. 
but when i reboot i get Operating System not found 
What should i do now? 
 
the script...</description>
			<content:encoded><![CDATA[<div>Hi im trying to install grub 2 on my Linux from scratch.<br />
but when i reboot i get Operating System not found<br />
What should i do now?<br />
<br />
the script looks like this:<br />
============== grub.cfg begin ========================<br />
#<br />
# DO NOT EDIT THIS FILE<br />
#<br />
# It is automatically generated by /usr/sbin/grub-mkconfig using templates<br />
# from /etc/grub.d and settings from /etc/default/grub<br />
#<br />
<br />
### BEGIN /etc/grub.d/00_header ###<br />
set default=0<br />
set timeout=5<br />
### END /etc/grub.d/00_header ###<br />
<br />
### BEGIN /etc/grub.d/10_linux ###<br />
menuentry &quot;GNU/Linux, Linux 2.6.30.2&quot; {<br />
    insmod ext2<br />
    set root=(hd0,1)<br />
    search --no-floppy --fs-uuid --set e4adbac2-a338-4305-bafe-73f2adb307da<br />
    linux    /boot/vmlinux-2.6.30.2 root=/dev/sda1 ro  <br />
}<br />
menuentry &quot;GNU/Linux, Linux 2.6.30.2 (recovery mode)&quot; {<br />
    insmod ext2<br />
    set root=(hd0,1)<br />
    search --no-floppy --fs-uuid --set e4adbac2-a338-4305-bafe-73f2adb307da<br />
    linux    /boot/vmlinux-2.6.30.2 root=/dev/sda1 ro single <br />
}<br />
### END /etc/grub.d/10_linux ###<br />
<br />
### BEGIN /etc/grub.d/30_os-prober ###<br />
### END /etc/grub.d/30_os-prober ###<br />
<br />
### BEGIN /etc/grub.d/40_custom ###<br />
# This file provides an easy way to add custom menu entries.  Simply type the<br />
# menu entries you want to add after this comment.  Be careful not to change<br />
# the 'exec tail' line above.<br />
### END /etc/grub.d/40_custom ###<br />
=============== grub.cfg end =======================<br />
<br />
This is my fstab<br />
=============== /etc/fstab begin ===================<br />
# Begin /etc/fstab<br />
# file system  mount-point type   options        dump fsck<br />
#                                                     order<br />
/dev/sda1       /                  ext3      defaults       1    1<br />
/dev/sda2       swap           swap     pri=1          0    0<br />
proc                /proc            proc      defaults       0    0<br />
sysfs              /sys              sysfs     defaults       0    0<br />
devpts           /dev/pts        devpts  gid=4,mode=620 0    0<br />
tmpfs            /dev/shm        tmpfs   defaults       0    0<br />
# End           /etc/fstab<br />
=============== /etc/fstab end ======================<br />
<br />
fdisk -l<br />
==================================================  ===<br />
Device    Boot	   Start   End	Blocks	 Id  System<br />
/dev/sda1   *          1   487	3911796  83  Linux<br />
/dev/sda2            488   549   498015  82  Linux Swap / Solaris<br />
/dev/sda3            550  1044  3976087+ 83  Linux<br />
<br />
Thanks<br />
//Sinnes</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-applications/">Linux Applications</category>
			<dc:creator>Sinnes</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-applications/155988-grub2-problem-my-own-linux-scratch.html</guid>
		</item>
		<item>
			<title>UML Drawing Tool</title>
			<link>http://www.linuxforums.org/forum/linux-applications/155905-uml-drawing-tool.html</link>
			<pubDate>Wed, 18 Nov 2009 21:36:12 GMT</pubDate>
			<description>I need a UML drawing tool with a simple user interface.  
 
Any suggestions?</description>
			<content:encoded><![CDATA[<div>I need a UML drawing tool with a simple user interface. <br />
<br />
Any suggestions?</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-applications/">Linux Applications</category>
			<dc:creator>yygyt</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-applications/155905-uml-drawing-tool.html</guid>
		</item>
		<item>
			<title>qemu convert error..</title>
			<link>http://www.linuxforums.org/forum/linux-applications/155889-qemu-convert-error.html</link>
			<pubDate>Wed, 18 Nov 2009 13:10:20 GMT</pubDate>
			<description>Hello I am working on a little CGI App. 
And this part converts. Well should convert a Vmware image to a qemu cow hard drive file. 
 
I used the...</description>
			<content:encoded><![CDATA[<div>Hello I am working on a little CGI App.<br />
And this part converts. Well should convert a Vmware image to a qemu cow hard drive file.<br />
<br />
I used the following snipper for example:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">$ for i in `ls *[0-9].vmdk`; do qemu-img convert -f vmdk $i -O qcow ${i/vmdk/qcow} ; done &amp;&amp; cat *.qcow &gt;&gt; debian.img</code><hr />
</div>That I stole from <a href="http://blog.xwings.net/?p=47" target="_blank">kj's blog  From Vmware to QEMU</a><br />
<br />
That turned into:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">...<br />
open IMAGE_FILE, &quot;+&gt;IMAGE.qcow&quot; || $sys-&gt;p_log(&quot;Unable to open als file: $!&quot;);<br />
&nbsp; foreach(@files)<br />
&nbsp; {<br />
&nbsp; &nbsp; my $file = $loc .&quot;/&quot;. $_;<br />
&nbsp; &nbsp; $sys-&gt;p_log(&quot;Processing: $file\n&quot;);<br />
&nbsp; &nbsp; if ($file =~ m/([0-9]*)\.vmdk$/)<br />
&nbsp; &nbsp; { #<br />
&nbsp; &nbsp; &nbsp; $sys-&gt;p_log(&quot;Converting $file..\n&quot;);<br />
&nbsp; &nbsp; &nbsp; my $ret = qx!qemu-img convert -f vmdk $file -O qcow $1!;<br />
&nbsp; &nbsp; &nbsp; $sys-&gt;p_log(&quot;Converting Done, returned: $ret\n&quot;);<br />
&nbsp; &nbsp; &nbsp; $sys-&gt;p_log(&quot;Opening $1 with read-only support.\n&quot;);<br />
&nbsp; &nbsp; &nbsp; sub log_die { $sys-&gt;p_log(&quot;Unable to open file: $1&quot;); die; } <br />
&nbsp; &nbsp; &nbsp; open QCOW, &quot;&lt;$1&quot; || log_die($!);<br />
&nbsp; &nbsp; &nbsp; &nbsp; $sys-&gt;p_log(&quot;File Opened: $1\n&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; while (&lt;QCOW&gt;){ print IMAGE_FILE $file; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; $sys-&gt;p_log(&quot;Write done, next\n&quot;);<br />
&nbsp; &nbsp; &nbsp; close QCOW;<br />
&nbsp; &nbsp; }<br />
&nbsp; }<br />
close IMAGE_FILE;<br />
...</code><hr />
</div>That snipper...<br />
It looks like it works fine... When you look at the logs:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Wed Nov 18 13:37:36 2009 Processing: /var/autofs/misc/cdrom/.<br />
Wed Nov 18 13:37:36 2009 Processing: /var/autofs/misc/cdrom/..<br />
Wed Nov 18 13:37:36 2009 Processing: /var/autofs/misc/cdrom/vmware.log<br />
Wed Nov 18 13:37:36 2009 Processing: /var/autofs/misc/cdrom/Windows XP Professional.nvram<br />
Wed Nov 18 13:37:36 2009 Processing: /var/autofs/misc/cdrom/Windows XP Professional.vmdk<br />
Wed Nov 18 13:37:36 2009 Converting /var/autofs/misc/cdrom/Windows XP Professional.vmdk..<br />
Wed Nov 18 13:37:36 2009 Converting Done, returned:<br />
Wed Nov 18 13:37:36 2009 Opening&nbsp; with read-only support.<br />
Wed Nov 18 13:37:36 2009 File Opened:<br />
Wed Nov 18 13:37:36 2009 Write done, next<br />
Wed Nov 18 13:37:36 2009 Processing: /var/autofs/misc/cdrom/Windows XP Professional.vmsd<br />
Wed Nov 18 13:37:36 2009 Processing: /var/autofs/misc/cdrom/Windows XP Professional.vmx<br />
Wed Nov 18 13:37:36 2009 Processing: /var/autofs/misc/cdrom/Windows XP Professional.vmx.lck<br />
Wed Nov 18 13:37:36 2009 Processing: /var/autofs/misc/cdrom/Windows XP Professional.vmxf<br />
Wed Nov 18 13:37:36 2009 Processing: /var/autofs/misc/cdrom/Windows XP Professional-f001.vmdk<br />
Wed Nov 18 13:37:36 2009 Converting /var/autofs/misc/cdrom/Windows XP Professional-f001.vmdk..<br />
Wed Nov 18 13:37:36 2009 Converting Done, returned:<br />
Wed Nov 18 13:37:36 2009 Opening 001 with read-only support.<br />
Wed Nov 18 13:37:36 2009 File Opened: 001<br />
Wed Nov 18 13:37:36 2009 Write done, next<br />
Wed Nov 18 13:37:36 2009 Processing: /var/autofs/misc/cdrom/Windows XP Professional-f002.vmdk<br />
Wed Nov 18 13:37:36 2009 Converting /var/autofs/misc/cdrom/Windows XP Professional-f002.vmdk..<br />
Wed Nov 18 13:37:36 2009 Converting Done, returned:<br />
Wed Nov 18 13:37:36 2009 Opening 002 with read-only support.<br />
Wed Nov 18 13:37:36 2009 File Opened: 002<br />
Wed Nov 18 13:37:36 2009 Write done, next<br />
Wed Nov 18 13:37:36 2009 Success!</code><hr />
</div>However it doesnt even write the file that it should create.<br />
So, I tried to do this by hand:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">[root@system http]# qemu-img convert -f vmdk -O qcow &quot;/var/autofs/misc/cdrom/Windows XP Professional-f001.vmdk&quot; 001<br />
qemu-img: Could not open '/var/autofs/misc/cdrom/Windows XP Professional-f001.vmdk'<br />
[root@system http]# ls -alh /var/autofs/misc/cdrom/<br />
total 3.1G<br />
dr-xr-xr-x 3 4294967295 4294967295&nbsp; 904 2009-11-18 10:53 .<br />
drwxr-xr-x 5 root&nbsp; &nbsp; &nbsp;  root&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 2009-11-18 11:41 ..<br />
-r-xr-xr-x 1 4294967295 4294967295 2.0G 2009-11-18 10:50 Windows XP Professional-f001.vmdk<br />
-r-xr-xr-x 1 4294967295 4294967295 1.1G 2009-11-18 10:50 Windows XP Professional-f002.vmdk<br />
-r-xr-xr-x 1 4294967295 4294967295 8.5K 2009-11-18 10:50 Windows XP Professional.nvram<br />
-r-xr-xr-x 1 4294967295 4294967295&nbsp; 508 2009-11-18 10:49 Windows XP Professional.vmdk<br />
-r-xr-xr-x 1 4294967295 4294967295&nbsp; &nbsp; 0 2009-11-18 10:03 Windows XP Professional.vmsd<br />
-r-xr-xr-x 1 4294967295 4294967295 2.0K 2009-11-18 10:24 Windows XP Professional.vmx<br />
dr-xr-xr-x 2 4294967295 4294967295&nbsp; 100 2009-11-18 10:03 Windows XP Professional.vmx.lck<br />
-r-xr-xr-x 1 4294967295 4294967295&nbsp; 278 2009-11-18 10:03 Windows XP Professional.vmxf<br />
-r-xr-xr-x 1 4294967295 4294967295 456K 2009-11-18 10:50 vmware.log</code><hr />
</div>And now I am more then confused.<br />
Can anyone help me with this issue?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-applications/">Linux Applications</category>
			<dc:creator>RobinVossen</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-applications/155889-qemu-convert-error.html</guid>
		</item>
		<item>
			<title>strange GCC-4.2.2 problem</title>
			<link>http://www.linuxforums.org/forum/linux-applications/155836-strange-gcc-4-2-2-problem.html</link>
			<pubDate>Mon, 16 Nov 2009 18:28:15 GMT</pubDate>
			<description>Dear Friends i just completed installing GCC-4.2.2 ,since i wasnt able to upgrade my kernel-2.6.18(RHEL 5) to the latest 2.6.31....so i followed...</description>
			<content:encoded><![CDATA[<div>Dear Friends i just completed installing GCC-4.2.2 ,since i wasnt able to upgrade my kernel-2.6.18(RHEL 5) to the latest 2.6.31....so i followed blindly the instructions for installing GCC on  internet .....though i think i got some errors i was able to install GCC-.. and i think only C was installed as i am able to compile the C++ programs not the .c ones...and heres the output for the command #gcc -v and #g++ -v<br />
<b>PLEASE CHECK THE ATTACHMENT-TEXT FILE for the version numbers and other info</b><br />
so please can someone help me with this issue,and how can i change the THREAD MODEL to POSIX,i changed the directory to compile the kernel source files..and typed in the command #make xconfig.....and this gave me many errors,which i didnt get before upgrading from GCC-4.1.1 to GCC-4.4.2....also i am not able to compile a normal C file.....please help<br />
thanking you all in anticipation<br />
<br />
regards asif</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.linuxforums.org/forum/linux2/attach/txt.gif" alt="File Type: txt" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.linuxforums.org/forum/attachments/linux-applications/2292d1258396031-strange-gcc-4-2-2-problem-linuxpost.txt">linuxpost.txt</a> (2.2 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-applications/">Linux Applications</category>
			<dc:creator>getasif</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-applications/155836-strange-gcc-4-2-2-problem.html</guid>
		</item>
		<item>
			<title>Scheduler/VB6 program running in Fedora</title>
			<link>http://www.linuxforums.org/forum/linux-applications/155820-scheduler-vb6-program-running-fedora.html</link>
			<pubDate>Mon, 16 Nov 2009 09:43:05 GMT</pubDate>
			<description>Hi all, 
 
I have made a vb6 porgram, it is running without any error in windows platform. However, i want it to be run at Fedora too. I run my...</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I have made a vb6 porgram, it is running without any error in windows platform. However, i want it to be run at Fedora too. I run my program with Wine Windows Program Loader in a Linux pc, but the program stuck with an error message:<br />
<br />
Run-time error '429': <br />
ActiveX component can't create object<br />
<br />
I thought it was the error message because of missing some dll/reference files, so I tried to copy all those related .dll &amp; .ocx file into my wine file. (Just copy and paste into the system32 of wine, no regsvr32 statement to register the .dll as what we always do in Windows.) However, all my efforts are in vain. I not sure what is the cause of this error. Anybody can give me a hint on this issue?<br />
<br />
p/s: My purpose to run the vb6 program in linux is because I want to make a scheduler in linux pc so that this program can be run once per day automatically and send email. Any suggestion on how to achieve this also are welcome. I am lost...  Many many thanks!</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-applications/">Linux Applications</category>
			<dc:creator>pu8y</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-applications/155820-scheduler-vb6-program-running-fedora.html</guid>
		</item>
		<item>
			<title>How to kill OfficeCalc?</title>
			<link>http://www.linuxforums.org/forum/linux-applications/155818-how-kill-officecalc.html</link>
			<pubDate>Mon, 16 Nov 2009 09:21:59 GMT</pubDate>
			<description>OfficeCalc hangs when I try opening some of my .xls documents. When this happens I, no other OpenOffice application can be started. I do not know...</description>
			<content:encoded><![CDATA[<div>OfficeCalc hangs when I try opening some of my .xls documents. When this happens I, no other OpenOffice application can be started. I do not know other solution than to restart my computer.<br />
<br />
In <i>System Monitor</i> under the <i>Processes</i> tab, I see soffice.bin (status = uninterruptible). <i>End Process</i> button does not work on this one.<br />
<br />
How can I kill OfficeCalc when it hangs like this?</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-applications/">Linux Applications</category>
			<dc:creator>blnl</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-applications/155818-how-kill-officecalc.html</guid>
		</item>
		<item>
			<title>A DivX burning application</title>
			<link>http://www.linuxforums.org/forum/linux-applications/155817-divx-burning-application.html</link>
			<pubDate>Mon, 16 Nov 2009 09:03:57 GMT</pubDate>
			<description>Hi all, 
 
I was just wondering if anyone knows of an application for Gnome (not KDE) that can burn DivX files to DVD? I cannot seem to find one....</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I was just wondering if anyone knows of an application for Gnome (not KDE) that can burn DivX files to DVD? I cannot seem to find one. Often I get these great documentaries (not copyrighted to my knowledge) that I'd love to have on DVD to show friends.<br />
<br />
A HUGE thanks in advance.<br />
Stu :)</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-applications/">Linux Applications</category>
			<dc:creator>stuartguthrie</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-applications/155817-divx-burning-application.html</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] How to update from firefox 3.0 to firefox 3.5 through yum]]></title>
			<link>http://www.linuxforums.org/forum/linux-applications/155814-solved-how-update-firefox-3-0-firefox-3-5-through-yum.html</link>
			<pubDate>Mon, 16 Nov 2009 06:37:32 GMT</pubDate>
			<description>Hi Everyone: 
 
   Recently I have installed Fedora 10. It comes with firefox 3.xx by default. Now I was wondering if there is any way through which...</description>
			<content:encoded><![CDATA[<div>Hi Everyone:<br />
<br />
   Recently I have installed Fedora 10. It comes with firefox 3.xx by default. Now I was wondering if there is any way through which i can update it to 3.5 version though yum. I have tried<br />
<br />
<div align="center"><b>yum update firefox</b></div><br />
   but it did not work and returns following messages<br />
<br />
<div align="center"><b>Loaded plugins: refresh-packagekit<br />
Setting up Update Process<br />
No Packages marked for Update</b><br />
</div><br />
   I know that one way to update is download the latest Tar package and use it, but I want to totally remove my previous installation and use solely one package i.e. firefox 3.5.<br />
<br />
   Any suggestions?<br />
<br />
Thanks,<br />
Ehsan ul haq</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-applications/">Linux Applications</category>
			<dc:creator>ehsanulhaq</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-applications/155814-solved-how-update-firefox-3-0-firefox-3-5-through-yum.html</guid>
		</item>
		<item>
			<title>snmptrapd to use MIB</title>
			<link>http://www.linuxforums.org/forum/linux-applications/155699-snmptrapd-use-mib.html</link>
			<pubDate>Fri, 13 Nov 2009 11:53:19 GMT</pubDate>
			<description>Hi, 
i am using snmptrapd to listen for SNMP traps. 
using  : snmptrapd -Lf /test/traplists.log  
all the received traps will be logged in this log...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
i am using snmptrapd to listen for SNMP traps.<br />
using  : snmptrapd -Lf /test/traplists.log <br />
all the received traps will be logged in this log file.<br />
Now my issue is how can i register my MIB with snmptrapd .  :?:<br />
please please help me..</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-applications/">Linux Applications</category>
			<dc:creator>hithit</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-applications/155699-snmptrapd-use-mib.html</guid>
		</item>
		<item>
			<title>Samba Share Server + XP SP2</title>
			<link>http://www.linuxforums.org/forum/linux-applications/155650-samba-share-server-xp-sp2.html</link>
			<pubDate>Thu, 12 Nov 2009 06:24:31 GMT</pubDate>
			<description>We have recently migrated to samba share server from Windows server 2003. We do have a xp with service pack 2 at our clients pc. We have map drives...</description>
			<content:encoded><![CDATA[<div>We have recently migrated to samba share server from Windows server 2003. We do have a xp with service pack 2 at our clients pc. We have map drives at client pc for share folders. At samba we have created users and assign passwords for users. However we are now facing problem when user try to access share folder through map drive.<br />
<br />
The following error is appearing when user double click on map drive.<br />
<br />
&quot;An error occured while reconnecting Z: to \\192.168.1.200\share-data<br />
<br />
Microsoft Windows Network: Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.<br />
<br />
This connection has not been restored&quot;<br />
<br />
This problem we do not face, if we allow share folder to all user by checking option &quot;allow to all user&quot; in samba. Whenever we restrict it some user the error become.<br />
<br />
We use &quot;net use&quot; command at client system to delete all map drives and then to reconnect it. Then it works ok.<br />
<br />
Kindly have your comments.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-applications/">Linux Applications</category>
			<dc:creator>yameen101</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-applications/155650-samba-share-server-xp-sp2.html</guid>
		</item>
		<item>
			<title>help with sed</title>
			<link>http://www.linuxforums.org/forum/linux-applications/155632-help-sed.html</link>
			<pubDate>Wed, 11 Nov 2009 20:55:58 GMT</pubDate>
			<description><![CDATA[Hi all, 
I have a latex file and I want to replace all occurences of \eng{<utf8 characters>} with <utf8 characters>, that is remove the tex command...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
I have a latex file and I want to replace all occurences of \eng{&lt;utf8 characters&gt;} with &lt;utf8 characters&gt;, that is remove the tex command with its delimiters \eng{} which is around some text. I tried<br />
sed 's/\eng{[:alpha:]}/&amp;/g' input.tex &gt; output.tex<br />
but does not work at all while<br />
sed 's/\eng//g'  input.tex &gt; output.tex<br />
does only remove the \eng{, leaving the trailing } after the text. Any help would be appreciated!<br />
filimon</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-applications/">Linux Applications</category>
			<dc:creator>filimon</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-applications/155632-help-sed.html</guid>
		</item>
		<item>
			<title>How to read only files which have end of file using lftp from a folder?</title>
			<link>http://www.linuxforums.org/forum/linux-applications/155564-how-read-only-files-have-end-file-using-lftp-folder.html</link>
			<pubDate>Tue, 10 Nov 2009 16:01:02 GMT</pubDate>
			<description>lftp is reading the files which are being created and want to avoid that. Is there is way I can config lftp to read only the files which have reached...</description>
			<content:encoded><![CDATA[<div>lftp is reading the files which are being created and want to avoid that. Is there is way I can config lftp to read only the files which have reached end of  the file in a folder. My ftp source system generates several files and we have a batch shell script which pings the source for every 30 secs and reads the file using the newer than option, lftp reading the larger files which are being created in every 30 seconds even though the file is not fully populated by source.<br />
<br />
any help would be appriciated<br />
<br />
thx - bmk</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-applications/">Linux Applications</category>
			<dc:creator>bmklinux</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-applications/155564-how-read-only-files-have-end-file-using-lftp-folder.html</guid>
		</item>
		<item>
			<title>Moving Linux configuration on new machine with different hardware</title>
			<link>http://www.linuxforums.org/forum/linux-applications/155453-moving-linux-configuration-new-machine-different-hardware.html</link>
			<pubDate>Sun, 08 Nov 2009 16:54:11 GMT</pubDate>
			<description>Hi all, 
 
It took countless hours to configure my Linux (Ubuntu) the way I like it with my specific development environment and I even made a few...</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
It took countless hours to configure my Linux (Ubuntu) the way I like it with my specific development environment and I even made a few changes to some application source code.<br />
<br />
Now I would like to get a laptop and move the exact same configuration on it, instead of reinstalling everything step by step. I know this would be at least a few days of work to get everything setup the same way because I can't remember all the tweaks I've made.<br />
<br />
I know there is an application (APTonCD) that helps to create a Linux distribution but I haven't installed everything from Debian packages. I also know I could use a virtual machine but I would like to avoid this option.<br />
<br />
I know some people are using Ghost software to move an image to other computers with different hardware with Windows and based from what I've read, Windows would automatically look for the appropriate drivers to fit with the new hardware.<br />
<br />
Does anyone know if I could use a similar tool on Linux? Did anyone had already made this kind of experience?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-applications/">Linux Applications</category>
			<dc:creator>JeromeQc</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-applications/155453-moving-linux-configuration-new-machine-different-hardware.html</guid>
		</item>
		<item>
			<title>*ml editors</title>
			<link>http://www.linuxforums.org/forum/linux-applications/155427-ml-editors.html</link>
			<pubDate>Sun, 08 Nov 2009 01:18:24 GMT</pubDate>
			<description>Hi 
 
I need your help for finding an *ml/js/java/sql/jsp lightweight editor. 
 
All I want from that editor is to have a simple and easy to use GUI...</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
I need your help for finding an *ml/js/java/sql/jsp lightweight editor.<br />
<br />
All I want from that editor is to have a simple and easy to use GUI and colored tags. I know about NetBeans (not sure if it's the right name) and Forte4Java, but those 2 are too heavy.<br />
<br />
Thanks in advance.<br />
<br />
<br />
chris81</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-applications/">Linux Applications</category>
			<dc:creator>chris81</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-applications/155427-ml-editors.html</guid>
		</item>
		<item>
			<title>Up to date Repositories?</title>
			<link>http://www.linuxforums.org/forum/linux-applications/155412-up-date-repositories.html</link>
			<pubDate>Sat, 07 Nov 2009 16:24:17 GMT</pubDate>
			<description>One of the main reasons that I stopped using Ubuntu was the lack of upto date repos.  Many of the programs that I used on a regular basis were out of...</description>
			<content:encoded><![CDATA[<div>One of the main reasons that I stopped using Ubuntu was the lack of upto date repos.  Many of the programs that I used on a regular basis were out of date (Eclipse, transmission, pidgin, firefox, etc), Fedora generally had up to date packages, but I wasn't all that much of a fan.<br />
<br />
In other words, are their distros that have fairly up to date repos?</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-applications/">Linux Applications</category>
			<dc:creator>atrus</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-applications/155412-up-date-repositories.html</guid>
		</item>
	</channel>
</rss>
