Translate

Translate to EnglishÜbersetzen Sie zum Deutsch/GermanΜεταφράστε στα ελληνικά/GreekПереведите к русскому/RussianOversetter til Norsk/NorwegianÖversätta till Svensk/Swedishहिन्दी अनुवाद करने के लिए/Hindi
Tradueix al català/CatalanTulkot uz latviešu/LatvianPreložiť do slovenčiny/SlovakVertaal aan het Nederlands/Dutchترجمة الى العربية/ArabicTraduzca al Español/SpanishTraduisez au Français/French
Traduca ad Italiano/ItalianTraduza ao Português/Portuguese日本語に翻訳しなさい /Japanese한국어에게 번역하십시오/Korean中文翻译/Chinese Simplified中文翻译/Chinese TraditionalПереклад на українську/Ukrainian
Image of Linux Kernel Development (3rd Edition)
Image of Beginning Google Maps API 3
Image of Android Wireless Application Development
Image of RHCE Red Hat Certified Engineer Linux Study Guide (Exam RH302) (Certification Press)

Linux Shell Script to Download YouTube Videos

Here is a bash shell script which downloads a YouTube video and plays it using GNOME’s Totem movie player which is based on the GStreamer open source multimedia framework.

GRUB2 Modules

This post describes GRUB2 modules and shows you how to add functionality to existing modules or write you own custom module.

Hard Disk Metadata

This post demonstrates how to access hard disk metadata such as disk geometry, capacility, manufacturer, serial number, firmware revision, rotational speed, and partiitioning information using libparted and various ioctls and output the metadata in a number of formats.

GRUB2 Poor Design Decisions

The more I use GRUB2 the more I have come to realize that some of the design decisions relating to GRUB2 must have been made by the same committee that designed the camel and the dodo. This post explains why I feel this way about some parts of GRUB2.

GRUB2 EFI Support

The post describes my experience in building and configuring GRUB2 to boot Fedora 12 from the TianoCore EFI shell. It also describes how to reduce the time to load the kernel and initrd images from over three minutes to a few seconds. Background images are also discussed.