Category: Computers

Howto and other interesting information on computers systems and programming.

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

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

Continue reading

DSEE 6.3 Windows Server 2003 Installation

DSEE 6.2 Windows Server 2003 Installation Notes DSEE 6.2 Windows Server 2003 Installation Notes Obtain the zip file from here Unpack the DSEE6.2 zip file… c:TempDSEE62 using folder names c:TempDSEE62dsee_deploy install –install-path c:DSEE62 –no-inter C:DSEE62ds6bin>dsadm create -p 44444 -P 44445 c:DSEE62sedemo Choose the Directory Manager password: Confirm the Directory Manager password: Use ‘dsadm start ‘c:DSEE62sedemo” …

Continue reading