Monthly Archives: May 2012


Linux rescue from grub busybox

When SOL and linux won’t boot (i.e. like /etc/fstab is misconfigured, which prevents you from booting and correctly configuring /etc/fstab…chicken and the egg type of situation…), you could in theory boot with a live cd or something along those lines. Otherwise, you can, from grub (i.e. grub menu -> find the entry you’re booting with, […]


Ubuntu Black Magic

Shrinking Root with Software Array, then Replacing Root with another Root Image 0. Start console.  This is a hardware thing, whereby you can monitor the system console even during a reboot.  For example: ssh [email protected] start /SP/console escape + ( gets out of the console.  then, you can do a “reset/SYS” to reboot   Take […]


Integrate facebook with facebook cononect with phpbb

I have the code, which involves a fair number of files, so it makes no sense to post them all here.  In general, the concept is: 1. authentiacate the user with facebok connect (i.e. button -> launch page [probably with javascript] for user to accept allowing your app) 2. upon successful login to facebook, create […]


ldap on ubuntu

FIRST OF ALL, it would be uber helpful if you first stop the naming service.  Otherwise, it will screw you up and confuse you.  Thus: service nscd stop   /etc/ldap.conf is used for authentication /etc/ldap/ldap.conf is used by other programs to contact the ldap server (pam) To connect to Active directory, you need to map […]