Skip to content

{ Category Archives } Tips

How to enable or disable other operating systems (like windows) from grub2

Sometimes you may have to remove the windows option from your grub menu. It was very easy in grub, the legacy one. But its quite complicated to do in new grub2.
If you are using Ubuntu, you have to face this problem in Ubuntu 9.10 and newer versions.
I was in the same situation few hours ago. [...]

Tagged , , , ,

Convert an PHP array to object

How do you convert an php array stdClass object?

Many times, we have to convert array to stdClass objects for easy access. Yeah, easy access. At least for me. Cause typing [""] instead of -> requires 2 extra key press. I dont like that.
So how do you do it?
Its really simple, just [...]

Tagged ,