Category: Computers

Howto and other interesting information on computers systems and programming.

Testing Windows Live Writer

Download windows live and check out the Windows Live Writer. It lets you point to your WordPress and other blog software and uses a client server approach which seems much faster than creating blog entries using html forms etc.

Create Windows7 install from usb

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. …

Continue reading

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   …

Continue reading

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 …

Continue reading

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. …

Continue reading