Jeffrey's Log

Archives | Subscribe



Diff & Patch: An one minute tutorial

       

Most of us working in open source projects need to generate modification on a special part of code.

After making changes we need to send it. Only the difference in the file is needed to be sent.

So how to create a difference(diff) file ? Simple .Follow these steps

diff <original dir>X.c <working dir>X.c > “diff file”

Here diff file may be X.c.diff.

X.c is a c language file.

Now if we receive the diff file, how to join(patch) it with our orginal file? See below

patch X.c X.c.diff

Posted in: FOSS, GNU/Linux | Tagged under: , , | Leave a comment

Missed my Software Freedom Day Celebrations

       

Yesterday was software freedome day in Malabar Christian College, Kozhikode.

I was unlucky to miss my Software Freedom Day Celebrations. We had an seminar at
our college on Embedded systems.
The sad thing is that I didnt met any of the members of SMC which I was in search to meet.
I think if I have another chance I will meet them.

See the reports

Kishore’s report

Hiran’s report

And also by Shyam K http://tinyurl.com/smc-sfd

Posted in: FOSS, GNU/Linux | Tagged under: , | Leave a comment

My Article on Electronics For You (EFY)

       

Last week I got reply from EFY about my article. They said it would be published in this month’s (September) issue.

Name of the article is Parallel Port control in GNU/Linux. It is published under “SOFTWARE SECTION” of EFY. The software for it is released under GNU General Public License (GPL). It is my first software under GNU GPL.

This is the screenshot of my software

Parallel Port control in GNU/Linux screenshot

Parallel Port control in GNU/Linux screenshot

Please read it and comment here.

A similar like article can be found in my site http://www.digitalGNU.co.nr/

Posted in: Digital GNU, Electronics, Embedded Linux, FOSS, GNU/Linux | Tagged under: | Leave a comment

BeagleBoard training for students in India

       

Check out:

http://code.google.com/p/beagleboard/wiki/Trainings

I am unhappy to say that i cant attend because of financial problems and of my 6th semester university exams . So go for Beagle Board if you can. I will try to buy one.

The happy news is that Beagle Board is available in India fo RS 9999/- You might be thinking it is high because DIGIKEY is selling it for $150. But wait see this link of ordering it from India. You can buy Beagle Board from Cranes Software.

Posted in: Electronics, Embedded Linux, FOSS, GNU/Linux | Tagged under: | Leave a comment