Today is February 14. Some think of it as flower grocer appreciation day, but most (and for better reasons) celebrate it as the international I ♥ Free Software day.
[Read More]
Which colors can work together?
In some rare cases I need to find the correct colors that can ‘work’ together. As I do not call me the graphical/designer guy I always use little helpers.
[Read More]
The choice of jQuery selector's
Sometimes if you are doing some fancy HTML5 development you wonder what jQuery selector
would do the job. In such a case I can recommend the following little helper 🙂
[Read More]
Add vendor specific information's to a coreboot rom
Sometimes it is needed to add some vendor specific information’s like a version string
to a generated coreboot rom. For this example we assume we want the area from 0x00 to 0x30
for such kind of data.
[Read More]
Detect initramfs under Debian squeeze
I am looking for a way to detect If a initramfs was used during boot. And after some reboots
and reading of init script of initramfs-tools I found this solution.
[Read More]