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
Archive for February 22, 2011
Setting up PHPMyAdmin on Linux MySQL DB Server
Posted: February 22, 2011 by abdulqadeer in Information Tech, Linux0
Boot Linux without using any booting device
Posted: February 22, 2011 by abdulqadeer in Information Tech, LinuxTo 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
