Posted in Databases, Techs/Computers on Jan 15th, 2008
At my work, we have MSSQL with replication. The problem is we have 5 SQL subscribers. Our R&D department keep coming out with Store Procedures. In order to deploy these new store procedures to production, we need to run the script on every servers. This is not only time consuming, but bounded to human error.
In […]
Read Full Post »
Posted in Linux, Techs/Computers on Dec 6th, 2007
Download vpnclient-linux-4.8.00.0490-k9.tar.gz and extract it to your home directory
$ tar xvfz vpnclient-linux-4.8.00.0490-k9.tar.gz ~
Download the patch to your home directory and patch the installer.
$ cd ~/vpnclient
$ patch < ../vpnclient-linux-2.6.22.diff
Installing the VPN Client
$ sudo ./vpn_install
Starting VPN Client service
$ sudo /etc/init.d/vpnclient_init start
Copy VPN Profiles to /etc/opt/cisco-vpnclient/Profiles/ and changes permission of the *.pcf files
$ chmod 777 /etc/opt/cisco-vpnclient/Profiles/*.pcf
Last change […]
Read Full Post »
Posted in GPS, Techs/Computers on Nov 30th, 2007
I purchased a MIO C710 about a year ago. The device is decent, but support is horrible. Luckily, this device is one of the mostly hacked gps out there. Specially when during black Friday they lower end model C310x was about $200. The C710 has 2G of ROM and built in bluetooth. Here’s a screen […]
Read Full Post »