Archive for the ‘How-To’ Category

How-To: Mount an Ubuntu 9.04 on Debian 4 / Xen 3.2

Tuesday, September 15th, 2009

Why choosing XEN Hypervisor for your virtualization.

Two reason, on Linux, it’s the most advanced open-source virtualization system. Even if KVM is under heavy development, many features are still missing. Second reason is that Xen has a paravirtualization.

The first part of the How-To would be to explain how to install Debian and Xen. I’ve done this many times and I will probably do a How-To someday to explain how to create this first step. Let’s assume you are hosted on OVH (European Hosting Provider) and everything is already in place. (more…)

WordPress: How-to add a meta-box in the post page

Monday, August 31st, 2009

Typically, I had to do this to modify the DZone plug-in which had some ugly configuration to modify the post subpanel in the WordPress administration page.

Then, here the few things you need to do to create a beautiful meta-box within any WordPress post page :)

This code will works for any version of WordPress 2.x. Since wordpress 2.5, a new API has been defined to allow easily to add admin meta-box but if you want to create a plug-in compatible with older version of wordpress, here is the way…

(more…)

Installation iAtKOS 7 on Gigabyte EX58-UD4P

Saturday, August 22nd, 2009

Hi All,

here my first HOW-TO : How to install mac os X under a bare PC :

Step 1 : Follow this guide here :

  • Don’t pick up any VGA card (it might cause blue screen),
  • Neither pick ACPI Driver, it works without it and it cause me trouble with my graphic card.
  • Pick Voodoo kernel 9.5.0, the one suggested could make vmware to crash.

Step 2 : reboot and type “busratio=20 -x -v” when the chameleon appears

You should be able to boot without any vga card kernel extension set

You might be able to found pkg files corresponding to your graphical card and you can install them afterwards (works for me with ATI Radeon HD 3650 PCIe, here is the link you should use)

Modify the file /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

<?xml version=”1.0″ encoding=”UTF-8″?>
<!DOCTYPE plist PUBLIC “-//Apple Computer//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1.0.dtd”>
<plist version=”1.0″>
<dict>
<key>Kernel</key>
<string>custom</string>
<key>Kernel Flags</key>
<string>busratio=20</string>
<key>Boot Graphics</key>
<string>Yes</string>
<key>Quiet Boot</key>
<string>No</string>
<key>Timeout</key>
<string>5</string>
</dict>
</plist>

If you see only one CPU on the Monitor, it’s normal, it doesn’t manage correctly yet core i7, you could verify using the About mac to verify the number of processor

Warning : DON’T Update to 10.5.8.

** Update : If like me, VMWare fusion is making a “kernel panic”, try to install generic voodoo kernel found here.

Source :

- http://www.insanelymac.com/forum/lofiversion/index.php/t172097.html

- http://www.insanelymac.com/forum/index.php?showtopic=107526&pid=1226120&mode=threaded&start=2000#entry1226120

- http://code.google.com/p/xnu-dev/