Editor's Note: Linux remains an attractive option for embedded systems developers. In fact, industry surveys such as the Embedded Market Study by UBM (EDN's parent company) consistently show interest ...
I did something recently I haven’t done in a long time: I recompiled the Linux kernel. There was a time when this was a common occurrence. You might want a feature that the default kernel didn’t ...
Have you ever felt the urge to make your own private binary format for use in Linux? Perhaps you have looked at creating the smallest possible binary when compiling a project, and felt disgusted with ...
FireWall-1 is complex set of applications, but there are a few simple command-line tools that you can use to manage the firewall and all its modules. For basic configuration that cannot be done ...
Kernel modules are chunks of code that are loaded and unloaded into the kernel as needed, thus extending the functionality of the kernel without requiring a reboot. In fact, unless users inquire about ...
The Transparent Inter Process Communication (TIPC) module has been designed to facilitate intra-cluster communication across Ethernet or UDP connections and is capable of service addressing, tracking, ...