Lowrance iFinder GO2 Rumi, August 29, 2008 Weighs:5.36 oz/151.9g with 2 AA batteries Size: 5.15×2.12×1.24 inches / 13.1×5.4×3.15 cm The iFinder GO2 is Lowrance’s latest entry in the consumer grade, handheld GPSr market. At $99, it’s targeted towards entry level GPSr users. The GO2 is a 16 channel, WASS enabled receiver with mapping, which is unheard of… Continue Reading
Reinstall Apache 2.X in CENT OS 5 Rumi, August 28, 2008 Download the rpm and reinstall like so: rpm -ivh –replacepkgs httpd-2.2.3-11.el5_1.centos.3.i386.rpm For i386, you can grab the latest version here: http://mirror.centos.org/centos-5/5/os/i386/CentOS/ Backup your httpd.conf file first. User created files shouldn’t be affected, but it’s always wise to have a backup of those too. Continue Reading
How to setup as DNS client / name server IP address Rumi, August 26, 2008August 26, 2008 Many new Linux user finds it difficult to setup / modify new name server address (NS1 / NS2). Local name resolution is done via /etc/hosts file. If you have small network then use /etc/hosts file. DNS (domain name service is accountable for associating domain names with ip address, for example… Continue Reading
Working with Plesk 7.5.4 on Windows 2003 Rumi, August 13, 2008August 13, 2008 Well- this is a mammoth task but a tiny task as well!! Plesk has got nothing but to be installed and up & run in no time! It’s true- I’ve worked with cPanel and Virtualmin on Linux and worked with HostingController on windows and PLESK on windows! Continue Reading
ESRI ArcGIS Desktop 9.2 Rumi, August 10, 2008August 10, 2008 ArcGIS Desktop is software that allows you to discover patterns, relationships, and trends in your data that are not readily apparent in databases, spreadsheets, or statistical packages. Continue Reading
Blog Server Migration Rumi, August 7, 2008 Just migrated this blog to my newly built CentOS server from an old hosted machine. Guess, I gotta say goodbye to this machine soon!!! Continue Reading
Embedding Music With Flash And XSPF Web Music Player Rumi, August 7, 2008August 7, 2008 Ready to go? Great! Here are the steps to add music to your web page with Flash and the XSPF Web Music Player.1. Download my enhanced version of the XSPF Web Music Player software. Just follow the instructions on that page to fetch a zip file that contains both the… Continue Reading
Ozeki SQL Dump Rumi, August 4, 2008 Before I forget to look for this silly sql dump code over and over in my computer- I’ve decided to put it right here inside this blog 😉 ozeki SQL Dump Continue Reading
Setting up MySQl Connector- Java for Windows Server 2003 Rumi, July 31, 2008 There’s a JoDBC zipped file beneath this document. Unzip/Unrar the file Place the folder for example “c:\jdbc” Right click on my computer > Advanced >Environment Variables Under System Variables > Select “New” Varibale Name: CLASSPATH Variable Value: .;C:\jdbc\mysql-connector-java-5.0.4-bin.jar That’s it!… You’re done! Download JDBC Continue Reading
Submit Once- Form Validation Javascript Rumi, July 23, 2008 If you have forms on your site, you know they are extremely prone to abuse by users. Apart from incomplete or bogus entries, the most common offense is duplicate submissions by the same individual, caused by pressing the “Submit” button over and over and over again. Well, this DHTML script… Continue Reading