Home Tags Linux

Tag: Linux

Playing with User-mode Linux

0
This article gives you hands-on experience in setting up a User-Mode Linux (UML) kernel and getting it up on a running Linux OS. We...

Leading Local Search Engine (Just) Dials Open Source for a Growth...

0
Open source technology enabled Just Dial, India's leading local search engine, to grow at a much faster rate and achieve a lot more than...

Write Your Next Program on Linux

23
Quite a few colleges and schools still teach C/C++/Java programming on Windows -- and even worse, on DOS (using Turbo C/C++)! GNU/Linux provides a...

A Quick Q ‘n’ A Session with Greg Kroah-Hartman

0
Greg K-H is the current Linux kernel maintainer for the -stable branch and is well known for his contributions to the Linux device drivers project that has enabled the kernel to support the MOST number of hardware devices, compared to any other kernel or OS. Here we present a quick interview with the man.

Tried ZFS on Linux?

0
Use ZFS on FUSE, a tool that enables you to run ZFS on Linux—legally.

A Voyage to the Kernel, Day 11

4
[Segment 3.1] We’re entering a new phase in our journey—kernel programming. In the first part, we’ll cover a broad introduction to the Linux platform for newbies, along with some history.

Watch Out for the Signals!

1
What in the world is the ‘signals’ framework and how can systems programmers make use of it?

A Voyage to the Kernel, Day 8

0
[Segment 2.2] In the last column, we had discussed some basic algorithms and methodologies. Now we will generalise the scheme of an algorithm.

The Crux of Linux Notifier Chains

5
You can communicate between dynamic modules with notifier chains.

A Voyage to the Kernel, Day 7

7
[Segment 2.2] We are about to enter the core part of this segment—algorithms.