Translate

Image of Operating System Concepts
Image of XSLT 2.0 and XPath 2.0 Programmer's Reference (Programmer to Programmer)
Image of Linux Kernel Development (3rd Edition)
Image of Modern Operating Systems (3rd Edition)

Retrieve EDID information via SysFS

This post demonstrates how to programmatically retrieve digital monitor EDID information via sysfs.

EDK11 UEFI Emulator on Fedora 14

This post describes how to build and execute the EDK11 UEFI emulator on Fedora 14.

Spoof ARP and ICMP ECHOREPLY Using Linux Socket Filter

The post demonstrates how to use the GNU/Linux Socket Filter mechanism to spoof ARP and ICMP packets.

V8 JavaScript Engine on Fedora 14

This post shows you how to build the two V8 JavaScript shells on Fedora 14 and modify them to support shebang functionality. It also shows you how to modify the samples shell to support command line history.

Korn Shell 93 Hash Builtins

This post shows you how to incorporate hash functions built into the AT&T Advanced Software Technologies (AST) libsum library in your Korn shell shell scripts via custom builtins in a dynamically loadable plugin.