Setting up 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 moreBoot 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.
read more[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











Recent Comments