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. …
Category: Computers
Howto and other interesting information on computers systems and programming.
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 …
Sep 15
Centos, LifeRay with mysql database install
Install Centos 4.8 using DVD vi /etc/yum.conf to include proxy server if internal Run “yum update” to upgrade your CENTOS to the latest. Install MySQL server “yum install mysql-server” /etc/init.d/mysqld start mysqladmin -u root password ‘hardpassword’ mysqladmin -u root -p create liferay mysqladmin -u root -p reload Setup MySQL Permissions To access the user, host …
Jun 06
Bluetooth Tethering for Blackberry 8830
I feel stupid today… I finally got around to setting up my Bluetooth and Blackberry connection. I have a IBM Thinkpad T43 what does not come with built in Bluetooth transmitter. So, I found a Zoom USB Bluetooth adapter for 19 bucks at Microcenter and plugged it in. Bam installed no fuss no drivers needed. …
Nov 10
8703e Blackberry Tethering with Ubuntu 8.10 (Verizon)
[ad#header]Wow, this was a good one, kept me going for a good 2 days! So I’ve been using the VZAccess software for Windows for some time now and it’s pretty solid. The operating system however is not, so I’ve loaded Ubuntu 8.10 on my Lenovo Thinkpad T400. This kernel had the Wireless capabilities I needed. …