Requirements: *USB Flash Drive (Minimum 4GB) *Windows 7 or Vista installation files. Follow the below steps to create bootable Windows 7/Vista USB drive using which you can install Windows 7/Vista easily. 1. Plug-in your USB flash drive to USB port and move all the contents from USB drive to a safe location on your system. …
Monthly Archive: October 2009
Oct 05
Installing Apache2, PHP5, MySQL on Centos
yum -y install httpd php mysql mysql-server php-mysql mysqladmin -u root password ‘ENTER-PASSWORD-HERE’ mysql -u root -p mysql> DRO P DATABASE test; mysql> DELETE FROM mysql.user WHERE user = ”; mysql> FLUSH PRIVILEGES; /sbin/chkconfig httpd on /sbin/chkconfig –add mysqld /sbin/chkconfig mysqld on /sbin/service httpd start /sbin/service mysqld start …