6Nov/100

Cannot load mcrypt extension. Please check your PHP configuration.

Here is a quick little tip on how to remove the "Cannot load mcrypt extension. Please check your PHP configuration." message from your phpMyAdmin login window on a Fedora 8 Linux Dedicated or maybe even virtual dedicated server at Godaddy.

1. Open a ssh session. Switch to root.

2. Run each line individually (or copy each one and right click on the ssh window (putty)).

yum install libmcrypt
yum install php-mcrypt
yum install php-mhash

I didn't have to restart http but you might want to for grins.

A big nod to wayan on this one, and PS, don't search for GoDaddy images on Google while at work :)

16Jul/101

How to change the default boot OS in GRUB – Ubuntu

If you're doing a dual boot and you want to change the default operating system that comes up, o' say, during a unplanned restart, you can do this with the Startup Manager, this will then make the change in *GRUB. Just do the following: (If you know of an easier way for amateurs please comment below details.)

Go to System / Administration / Synaptic Package Manager and search for StartUp Manager. Install it then go to it under System / StartUp-Manager and change the Default operating system as seen below. The change will occur the next time you boot.

* GNU GRUB (short for GNU GRand Unified Bootloader) is a boot loader package from the GNU Project. GRUB (shortened form of GNU GRUB) is the reference implementation of the Multiboot Specification, which enables a user to have multiple operating systems on his computer, and choose which one to run when the computer starts. GRUB can be used to select from different kernel images available on a particular operating system's partitions, as well as pass boot-time parameters to such kernels. (From Wikipedia, the free encyclopedia)

Tagged as: , , 1 Comment