<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>LINUX programming Forum RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest threads from the 'LINUX programming' forum at Programmer's Heaven, excluding replies.</description>
    <language>en</language>
    <copyright>Copyright 2009 Programmers Heaven</copyright>
    <pubDate>Fri, 03 Jul 2009 20:09:09 -0700</pubDate>
    <lastBuildDate>Fri, 03 Jul 2009 20:09:09 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Making a keyboard in Linux</title>
      <link>http://www.programmersheaven.com/mb/Linux/393236/393236/making-a-keyboard-in-linux/</link>
      <description>&lt;span style="color: Red;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I am trying to make a keyboard application in C on Linux.&lt;br /&gt;
Please help with the source code. it wud be a keyboard used in Electronic Cash Registers.&lt;br /&gt;
&lt;br /&gt;
Reply soon&lt;/span&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/393236/393236/making-a-keyboard-in-linux/</guid>
      <pubDate>Fri, 03 Jul 2009 04:43:33 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>Low level program to read mjpeg stream</title>
      <link>http://www.programmersheaven.com/mb/Linux/392888/392888/low-level-program-to-read-mjpeg-stream/</link>
      <description>Hi all&lt;br /&gt;
Well first I’ll just say I am a complete Linux beginner, but I have done vbs, js, php, html web type stuff so I’m not a complete beginner to programming.&lt;br /&gt;
&lt;br /&gt;
However I've been trying to learn C and python but it’s not making a huge amount of sense.&lt;br /&gt;
&lt;br /&gt;
I am wanting to make a simple low level program that copies an image from a mjpeg stream on 192.168.0.1/videostream.cgi for example to a variable then save that variable to a file on my system.&lt;br /&gt;
&lt;br /&gt;
I am aware that there are programs out there that would do this but I still want to make my own.&lt;br /&gt;
&lt;br /&gt;
Any help?&lt;br /&gt;
Thanks Rufe0&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/392888/392888/low-level-program-to-read-mjpeg-stream/</guid>
      <pubDate>Fri, 26 Jun 2009 02:47:13 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>Low level program to read mjpeg stream</title>
      <link>http://www.programmersheaven.com/mb/Linux/392887/392887/low-level-program-to-read-mjpeg-stream/</link>
      <description>Hi all&lt;br /&gt;
Well first I’ll just say I am a complete Linux beginner, but I have done vbs, js, php, html web type stuff so I’m not a complete beginner to programming.&lt;br /&gt;
&lt;br /&gt;
However I've been trying to learn C and python but it’s not making a huge amount of sense.&lt;br /&gt;
&lt;br /&gt;
I am wanting to make a simple low level program that copies an image from a mjpeg stream on 192.168.0.1/videostream.cgi for example to a variable then save that variable to a file on my system.&lt;br /&gt;
&lt;br /&gt;
I am aware that there are programs out there that would do this but I still want to make my own.&lt;br /&gt;
&lt;br /&gt;
Any help?&lt;br /&gt;
Thanks Rufe0&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/392887/392887/low-level-program-to-read-mjpeg-stream/</guid>
      <pubDate>Fri, 26 Jun 2009 02:46:01 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>Running Three Shells with a Shell</title>
      <link>http://www.programmersheaven.com/mb/Linux/392497/392497/running-three-shells-with-a-shell/</link>
      <description>Okay, so I had these three bat files I converted to shells so I could run this on Linux, which I'm operating through PuTTy.&lt;br /&gt;
&lt;br /&gt;
I made another shell file which would run the other three: 1.sh, 2.sh, and 3.sh, with a five second pause between each. It looks like this:&lt;br /&gt;
&lt;pre class="sourcecode"&gt;./1.sh
sleep 5
./2.sh
sleep 5
./3.sh&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
My problem is that 2.sh is supposed to connect to 1.sh, but the shell won't continue to run 2.sh until 1.sh is responding. I hope you understand what I'm saying here. Any help appreciated.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/392497/392497/running-three-shells-with-a-shell/</guid>
      <pubDate>Thu, 18 Jun 2009 13:59:12 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>NCurses Help</title>
      <link>http://www.programmersheaven.com/mb/Linux/391754/391754/ncurses-help/</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I have create an application using ncurses.  This program is run from a boot disk and it is called immediately once the system boots from the boot disk.  After the GUI is displayed using ncurses, the system is still loading some of the drivers or etc that print messages on the screen which overwrite my GUI.  Is there a way to prevent the messages from overwriting my GUI?&lt;br /&gt;
&lt;br /&gt;
Is there some function which I can call to refresh the screen during intervals automatically?&lt;br /&gt;
If it has to be done manually, I think I will need to call a separate thread to start a timer because once the GUI loads, I will call getch() to wait for user input.&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/391754/391754/ncurses-help/</guid>
      <pubDate>Sun, 31 May 2009 00:34:05 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>how can I get the development document in linux</title>
      <link>http://www.programmersheaven.com/mb/Linux/391564/391564/how-can-i-get-the-development-document-in-linux/</link>
      <description>hello everyone,i am a coder on win.i want to develop software onder linux.but,there isn't good document on linux.&lt;br /&gt;
i've search lots of data,but most of them is teaching me how the kernel is working.&lt;br /&gt;
but i only attention that what API can i use to build my program onder linux.&lt;br /&gt;
&lt;br /&gt;
can you suggest some books?&lt;br /&gt;
&lt;br /&gt;
while(1)&lt;br /&gt;
{&lt;br /&gt;
thanks();&lt;br /&gt;
}&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/391564/391564/how-can-i-get-the-development-document-in-linux/</guid>
      <pubDate>Tue, 26 May 2009 15:26:52 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>Linux Version number and hardwares list</title>
      <link>http://www.programmersheaven.com/mb/Linux/391473/391473/linux-version-number-and-hardwares-list/</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I am looking for a C/C++ code to get the Linux Version number and the hardwares list in the system like drive size, RAM size etc.&lt;br /&gt;
&lt;br /&gt;
Also, Is is possible to get the OS version and hardwares list using same code on any linux flavour?? For e.g. Fedora, ubuntu, Debian etc?&lt;br /&gt;
&lt;br /&gt;
Can anyone suggest some code for this.&lt;br /&gt;
&lt;br /&gt;
Any help is greatly appreciated.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Arun&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/391473/391473/linux-version-number-and-hardwares-list/</guid>
      <pubDate>Mon, 25 May 2009 00:30:54 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>atomic operations in application code</title>
      <link>http://www.programmersheaven.com/mb/Linux/391268/391268/atomic-operations-in-application-code/</link>
      <description>&lt;br /&gt;
hi all,&lt;br /&gt;
&lt;br /&gt;
this is my first post here.&lt;br /&gt;
&lt;br /&gt;
i need an atomic counter in a linux app, the same as InterlockedIncrement etc in windows.&lt;br /&gt;
&lt;br /&gt;
i've found a number of solutions on the web, all explained with skeletal brevity, all involving inline assembler or dubious includes of non-installed kernel headers..&lt;br /&gt;
&lt;br /&gt;
does anybody know of a good discussion/turorial on this subject, or of a canonical and robust solution.  i can't believe it is still being solved ad hoc, as it is a basic requirement for some tasks.&lt;br /&gt;
&lt;br /&gt;
cheers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/391268/391268/atomic-operations-in-application-code/</guid>
      <pubDate>Wed, 20 May 2009 16:16:06 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>How to auto keystroke with Xlib?</title>
      <link>http://www.programmersheaven.com/mb/Linux/390467/390467/how-to-auto-keystroke-with-xlib/</link>
      <description>Hey,i am very very freshman with X window programming.&lt;br /&gt;
In order to free my hand when I read ebooks I need one simple programe to automaticly press down arrow.&lt;br /&gt;
&lt;br /&gt;
The idea is simple I hope it looks like xkill command no GUI and works for any apllications.  &lt;br /&gt;
&lt;br /&gt;
I've been googling for two days but i haven't got any useful information about automatic keystroke with Xlib.&lt;br /&gt;
&lt;br /&gt;
Hope someone here could help me.&lt;br /&gt;
&lt;br /&gt;
Ching&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/390467/390467/how-to-auto-keystroke-with-xlib/</guid>
      <pubDate>Wed, 06 May 2009 02:48:56 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>error:CPU you selected does not support x86-64 instruction?</title>
      <link>http://www.programmersheaven.com/mb/Linux/389729/389729/errorcpu-you-selected-does-not-support-x86-64-instruction/</link>
      <description>I have a C application in Suse Linux.&lt;br /&gt;
when I build it on linux, show this error:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;sha1.c:1: error: CPU you selected does not support x86-64 instruction set&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
I use Suse x86-64bits. but 32-bit application should run on 64-bit architecture.&lt;br /&gt;
I do not know my program is 32-bits or 64-bits. but when i use 64-bit architecture, there should not occur any error or problem.&lt;br /&gt;
&lt;br /&gt;
can anyone help me?&lt;br /&gt;
&lt;br /&gt;
thanks.&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/389729/389729/errorcpu-you-selected-does-not-support-x86-64-instruction/</guid>
      <pubDate>Thu, 23 Apr 2009 21:06:01 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>Virtualization Training</title>
      <link>http://www.programmersheaven.com/mb/Linux/389211/389211/virtualization-training/</link>
      <description>Dear Friend, &lt;br /&gt;
Looking for the hottest job in the IT market, Jobs on which is still&lt;br /&gt;
hiring is going on which is not really affected by recession .&lt;br /&gt;
Do YOU want to enter a domain that gives job security as well as good&lt;br /&gt;
salaries? We have the right technology that will put your career on&lt;br /&gt;
the right track.&lt;br /&gt;
The Storage and virtualization industry is growing every year at a&lt;br /&gt;
very high percentage and the openings are plenty for various&lt;br /&gt;
positions.&lt;br /&gt;
Get the advantage of being trained by the best.&lt;br /&gt;
&lt;br /&gt;
We are starting new batch on Virtualization &amp;amp; Vmware administration&lt;br /&gt;
from April 18th in Bangalore.&lt;br /&gt;
Industry experts who have vast experience in Virtualization &amp;amp; Storage&lt;br /&gt;
domain conduct the course.&lt;br /&gt;
&lt;br /&gt;
The course duration for the weekend batch is 3 weekends’ i.e., sat and&lt;br /&gt;
sun. Timings from 10 AM to 2 PM.&lt;br /&gt;
&lt;br /&gt;
You can attend the first session for free without making any payment.&lt;br /&gt;
Please feel free to call us for any queries -&lt;br /&gt;
Classes starts at 10.00AM.&lt;br /&gt;
&lt;br /&gt;
Please confirm your registration by mailing us at -&lt;br /&gt;
register@sanvmwaretraining.com&lt;br /&gt;
Also visit www.storage-jobs.blogspot.com&lt;br /&gt;
&lt;br /&gt;
or call us at - 99863 62652&lt;br /&gt;
&lt;br /&gt;
Thanks and warm regards,&lt;br /&gt;
 Training Team&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/389211/389211/virtualization-training/</guid>
      <pubDate>Wed, 15 Apr 2009 05:10:54 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>How to update the content of an XML file using libxml2</title>
      <link>http://www.programmersheaven.com/mb/Linux/389001/389001/how-to-update-the-content-of-an-xml-file-using-libxml2/</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I am using libxml2 for my application which is written in C. I am able to parse my XML configuration file and read all the values. But now i want to modify some values and store them back in the same file.&lt;br /&gt;
&lt;br /&gt;
Can anybody provide any help. A sample code would be a great help.&lt;br /&gt;
&lt;br /&gt;
thanks,&lt;br /&gt;
Gaurav&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/389001/389001/how-to-update-the-content-of-an-xml-file-using-libxml2/</guid>
      <pubDate>Sun, 12 Apr 2009 04:11:31 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>Semaphore for UDP socket</title>
      <link>http://www.programmersheaven.com/mb/Linux/388452/388452/semaphore-for-udp-socket/</link>
      <description>Hi all,&lt;br /&gt;
&lt;br /&gt;
I'd like to know if it's possible to have the following behaviour with a UDP socket.&lt;br /&gt;
1. Have a thread waiting for data to read on the socket.&lt;br /&gt;
2. Increase a semaphore each time a new packet arrives.&lt;br /&gt;
3. Have another thread waiting on the semaphore and reading one and only one packet for each count of the semaphore.&lt;br /&gt;
&lt;br /&gt;
The problem with select is that it wakes up as long as data is available for reading, and not only when a new packet arrives.&lt;br /&gt;
Can epoll help me in doing that (I can't figure out from the man pages)?&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/388452/388452/semaphore-for-udp-socket/</guid>
      <pubDate>Thu, 02 Apr 2009 00:29:58 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>Reading the symbols using LIB BFD</title>
      <link>http://www.programmersheaven.com/mb/Linux/388079/388079/reading-the-symbols-using-lib-bfd/</link>
      <description>Hi all,&lt;br /&gt;
     I am new to qnx programming.&lt;br /&gt;
I would like to read the symbol information i.e., type, address and value for a given symbol using the libbfd.a&lt;br /&gt;
If the symbol is a structure, I would like to read the information of all its members.&lt;br /&gt;
I would like to know if anyone has any information or sample code on how to achieve this.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Sushma&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/388079/388079/reading-the-symbols-using-lib-bfd/</guid>
      <pubDate>Thu, 26 Mar 2009 13:23:12 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>insmod:error inserting "fliusb.ko": -1 File exists</title>
      <link>http://www.programmersheaven.com/mb/Linux/387957/387957/insmoderror-inserting-fliusbko--1-file-exists/</link>
      <description>hi...&lt;br /&gt;
i encounter a prblem while running some driver in linux.it shows&lt;br /&gt;
&lt;br /&gt;
insmod:error inserting "fliusb.ko": -1 File exists&lt;br /&gt;
&lt;br /&gt;
now i know that the file already exists,but it has problem in inserting the file.earlier it worked correctly but now it shows error.&lt;br /&gt;
plzzz help me as soon as possible. &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/387957/387957/insmoderror-inserting-fliusbko--1-file-exists/</guid>
      <pubDate>Tue, 24 Mar 2009 22:00:02 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>How to send webcam stream to another computer.</title>
      <link>http://www.programmersheaven.com/mb/Linux/387503/387503/how-to-send-webcam-stream-to-another-computer/</link>
      <description>Hi!&lt;br /&gt;
How could I send video stream to another computer on the Internet? I am using C++ language and wish to use openCV ang ffmpeg libraries, but is it possible? I know that I can create jpeg image from video stream and send it in UDP packets, but I dont want to do it because of poor compresion. That's why I wish to send mpeg4 stream. Important is, that I dont need anything like rev, ff and recording. I need only to display video stream and gain no less than 25 fps.&lt;br /&gt;
Best Regards!&lt;br /&gt;
&lt;br /&gt;
PS. It should be p2p communication. I want to avoid something like communications servers etc.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/387503/387503/how-to-send-webcam-stream-to-another-computer/</guid>
      <pubDate>Tue, 17 Mar 2009 00:30:58 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>Please read</title>
      <link>http://www.programmersheaven.com/mb/Linux/387336/387336/please-read/</link>
      <description>Will someone please read my "Linux Programming" question below and answer me, please. It's a very shot and simple question.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/387336/387336/please-read/</guid>
      <pubDate>Sat, 14 Mar 2009 08:37:56 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>Reading the debug information</title>
      <link>http://www.programmersheaven.com/mb/Linux/387308/387308/reading-the-debug-information/</link>
      <description>Hi all,&lt;br /&gt;
I am really new to the linux environment.&lt;br /&gt;
I want to be able to monitor all the global variables in my application&lt;br /&gt;
running on linux at runtime. There would be another client application&lt;br /&gt;
running on another machine which would receive the values of the global&lt;br /&gt;
variables over UDP and display them.&lt;br /&gt;
I cannot use a debugger as I want to be able to watch the variables change at runtime and also plot them graphically as it changes.&lt;br /&gt;
I would like to include symbol/debug information in the executable and parse that from my application. &lt;br /&gt;
Are there any libraries that I can use to read the symbol information? &lt;br /&gt;
Also, if the variable I am trying to find is a class or a structure, then will I also be able to find the information regarding its members?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Sushma</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/387308/387308/reading-the-debug-information/</guid>
      <pubDate>Fri, 13 Mar 2009 10:38:59 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>Linux Programming</title>
      <link>http://www.programmersheaven.com/mb/Linux/386840/386840/linux-programming/</link>
      <description>So what languages are best for writing programing to run on Linux?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/386840/386840/linux-programming/</guid>
      <pubDate>Thu, 05 Mar 2009 09:34:46 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>Linux fopen() mistery. Help required.</title>
      <link>http://www.programmersheaven.com/mb/Linux/386651/386651/linux-fopen-mistery-help-required/</link>
      <description>Hello!&lt;br /&gt;
&lt;br /&gt;
I'm having problems with fopen() call in Linux.&lt;br /&gt;
&lt;br /&gt;
I have shared library (created by myself) that implements some file operations:&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
int lib_func(char* file_name) {
...
  fd = fopen(file_name, "r");
  if(!fd) {... exit with error ...}
...
  do something useful using fd
...
  fclose(fd);
}
&lt;/pre&gt;&lt;br /&gt;
Also I have two programs (pr1 and pr2) that use that library and they call lib_func(): lib_func("/dir/dir/file");&lt;br /&gt;
&lt;br /&gt;
Here is the mystery:&lt;br /&gt;
- if I run pr1 from command line, lib_func() is called successfully and file is accessed as required;&lt;br /&gt;
- if I run pr2 as daemon, lib_func() is called but fopen() fails with ERRNO=2 (No such file or directory).&lt;br /&gt;
How can I fix it to run with pr2?&lt;br /&gt;
&lt;br /&gt;
What I have checked so far:&lt;br /&gt;
1. I start pr1 and pr2 strictly in different times (no simultaneous running).&lt;br /&gt;
2. File in question exists (I can view it, copy it, delete it from shell). &lt;br /&gt;
3. Path to file is absolute. &lt;br /&gt;
4. No compile warnings/errors. &lt;br /&gt;
5. pr2 is in userspace. &lt;br /&gt;
6. Both processes are running from root user and have rights for the file access (777).&lt;br /&gt;
7. SELinux is in permissive mode (no effect on system operation).&lt;br /&gt;
8. No other process is blocking the file.&lt;br /&gt;
&lt;br /&gt;
Any ideas?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/386651/386651/linux-fopen-mistery-help-required/</guid>
      <pubDate>Tue, 03 Mar 2009 03:27:34 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>New to Linux</title>
      <link>http://www.programmersheaven.com/mb/Linux/386570/386570/new-to-linux/</link>
      <description>I'M trying to install Limewire on Ubuntu Linux but I'M getting the following error message.&lt;br /&gt;
&lt;br /&gt;
Failed to run gdebi-gtk '--non-interactive' '/home/other/Desktop/LimeWireLinux.deb' as user root.&lt;br /&gt;
&lt;br /&gt;
The underlying authorization mechanism (sudo) does not allow you to run this program. Contact the system administrator.&lt;br /&gt;
&lt;br /&gt;
I am also not able to login into the Terminal using the "su" command to install other programs. I the this error message, even though I'M using the same password I use to login to the screen name.&lt;br /&gt;
&lt;br /&gt;
su: Authentication failure&lt;br /&gt;
other@garrett-desktop:~$ &lt;br /&gt;
other@garrett-desktop&lt;br /&gt;
&lt;br /&gt;
Thanks for any and all help.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/386570/386570/new-to-linux/</guid>
      <pubDate>Sun, 01 Mar 2009 22:38:35 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>Ethernet Loopback</title>
      <link>http://www.programmersheaven.com/mb/Linux/386541/386541/ethernet-loopback/</link>
      <description>Hi everybody!&lt;br /&gt;
&lt;br /&gt;
Is there a free software availaible to emulate/generate an Ethernet loopback on a desktop/notebook/netbook?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have searched the net for that kind of software but didn't get any useful results.&lt;br /&gt;
&lt;br /&gt;
The software should be able to make a Layer2 loop by swapping source and destination MAC, while leaving the rest of the frame unchanged.&lt;br /&gt;
&lt;br /&gt;
Another useful thing would be to make a Layer3 loop by swapping MACs and in addition source and destination IP while leaving the rest of the packet as is.&lt;br /&gt;
&lt;br /&gt;
So this software should work like a "reflector" for the addressed Layers.&lt;br /&gt;
&lt;br /&gt;
I'm not sure if this is the right place to ask such a question and the more I'm waiting for your responses.&lt;br /&gt;
&lt;br /&gt;
Cheers &lt;br /&gt;
&lt;br /&gt;
Gerhard&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/386541/386541/ethernet-loopback/</guid>
      <pubDate>Sun, 01 Mar 2009 11:41:51 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>C#</title>
      <link>http://www.programmersheaven.com/mb/Linux/386136/386136/c/</link>
      <description>Let me start be explaining just how much of an inexperienced programmer I am. I started TRYING to learn C++ some years back with a dream of being able to write games. But the further est I ever got was simple DOS based screen programs,using the simplest of functions and a few loops and if/els statements. I would read a book till I finally couldn't understand any more, get mad and through it down, and buy another one.&lt;br /&gt;
&lt;br /&gt;
I just bought a two book set for game programming using C#. The books are called "Learn Programming Now! - Microsoft XNA Game Studio 2.0" &amp;amp; "Microsoft Visual C# 2005 Step by Step".&lt;br /&gt;
&lt;br /&gt;
So here are my questions.&lt;br /&gt;
&lt;br /&gt;
First, is there any real hope of me learning to program?&lt;br /&gt;
&lt;br /&gt;
Is C# really a good alternative programming language for C++?&lt;br /&gt;
&lt;br /&gt;
I would eventually like to start writing programs for Linux, is this a good language for that as well? If not, then what is?&lt;br /&gt;
&lt;br /&gt;
Even though I would like to eventually learn to write programs for Linux, I chose these books because I though it would be a good place to start due to the tools available and the suppose ed ease. And because it look similar to C++. So if I learn on a Microsoft based system like XNA, will I still be able to transist to Linux with that programming knowledge?&lt;br /&gt;
&lt;br /&gt;
When I use tools like XNA, I am equiped and taught to program using so many tools and pre-programmed libraries, I fell like I might not really be learning to program at all, any input on that?&lt;br /&gt;
&lt;br /&gt;
Thanks everyone for all your help and replies.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/386136/386136/c/</guid>
      <pubDate>Sat, 21 Feb 2009 09:10:05 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>chat program using linux networking</title>
      <link>http://www.programmersheaven.com/mb/Linux/385694/385694/chat-program-using-linux-networking/</link>
      <description>Hi everyone,&lt;br /&gt;
I have just started network programming on linux and i wrote some very basic client-server programs. My university has a lan and i thought it would be fun to write a chat program for the lan, but i dont know how to proceed, can anyone help me out?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/385694/385694/chat-program-using-linux-networking/</guid>
      <pubDate>Fri, 13 Feb 2009 14:03:49 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
    <item>
      <title>parser project needs perl/C programmer</title>
      <link>http://www.programmersheaven.com/mb/Linux/385233/385233/parser-project-needs-perlc-programmer/</link>
      <description>I'd like to know if anyone of you would be interested in being payed ($$$) to program a BNF like parser.&lt;br /&gt;
Intermediate to advanced programmer skills required because the project deals allot with pointers and memory updates and&lt;br /&gt;
inter-mixes c/c++/perl code. Anyone interested visit &lt;a href="http://www.angelfire.com/cppcode/blog/spec_0.txt"&gt;http://www.angelfire.com/cppcode/blog/spec_0.txt&lt;/a&gt; for futher details&lt;br /&gt;
&lt;br /&gt;
cvv3@yahoo.com&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/385233/385233/parser-project-needs-perlc-programmer/</guid>
      <pubDate>Wed, 04 Feb 2009 10:46:47 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
  </channel>
</rss>