Setting up PHPMyAdmin on Linux MySQL DB Server

PHPMyAdmin on Linux MySQL DB Server

PHPMyAdmin on Linux MySQL DB Server

In this HowTo, I will show, how you can set up PHPMyAdmin on your Linux DB server.

Download PHPMyAdmin from the home page:

cd /root/

wget http://internap.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-2.11.9.5-english.zip

cp phpMyAdmin* /var/www

cd /var/www/

unzip phpMyAdmin-2.11.9.5-english.zip

read more

Boot Linux without using any booting device

Boot Linux without using any booting device

Boot Linux without using any booting device

To boot system with  without cdrom, network or any booting device. Just copy the ISO image on your linux server and perform the following steps.

[root@power ~]# mkdir /mnt/tmp

mount Iso image.

[root@power ~]# mount -o loop /data/fc4/FC4-i386-disc1.iso /mnt/tmp

[root@power ~]# mkdir /boot/mylinux

cp /mnt/tmp/isolinux/vmlinuz /boot/mylinux

cp /mnt/tmp/isolinux/initrd.img /boot/mylinux/initrdMy.img

read more