Home Tags LFY December 2011

Tag: LFY December 2011

While the highlight of this issue is the interview with the current Fedora Project Leader, it also covers topics like: Plone, Packet Spoofing, IPCop, SCTP, GDB, Device Drivers, SystemTap, CodeIgniter, Lisp, Blender, Fedora Scientific, Aadhaar…

Adoption of Linux/FOSS: Challenges & Opportunities

1
The hurdles faced in the adoption of open source by enterprises and the Indian government can easily be overcome if a planned, six-step approach...

Fedora Scientific: Open Source Scientific Computing

3
Fedora Scientific Spin is a Fedora Linux spin that aims to showcase the open source tools for scientific and numerical computing. It was first...

Learn to Animate with Blender, Part 2: Decaling & Rigging the...

0
This second article in the series on animation with Blender teaches you how to use decaling to show textures on a model and later...

FOSS is __FUN__: FOSS Meets the MBA

0
How does FOSS development get along with business graduates who know little about the process? The FOSS methodology recognises that software development is a process...

Lisp: Tears of Joy, Part 7

1
Lisp has been hailed as the world's most powerful programming language. But only the top percentile of programmers use it because of its cryptic...

CodeIgniter: Form APIs, Validations & Pagination Techniques

2
In the previous article on CodeIgniter, we discussed the concept of the MVC structure used in CodeIgniter, did a "Hello world" program, and a...

Getting Started with SystemTap

4
If programming is an art, then debugging is even more so. To be a good programmer, one must master debugging. We have seen some...

Device Drivers, Part 13: Data Transfer to and from USB Devices

124
This article, which is part of the series on Linux device drivers, continues from the previous two articles. It details the ultimate step of...

Loading Library Files in C++

8
This article demonstrates how to load shared or dynamic library files in programs written in C++, which is not as straightforward as in C. Device...

GDB Logging Function Parameters, Part 2

1
In this second part on the topic, let us write a GDB script to log the parameters of a desired function, and also see...