Archive for the 'Uncategorized' Category
June 30, 2011
While running Wubi.exe got from Ubuntu 8.04.4 LTS (Hardy Heron) download page http://releases.ubuntu.com/8.04/,
The error shown in screenshot occurs.

The problem seems to be because of mismatch between Wubi.exe and download URLs in http://releases.ubuntu.com/8.04/. To solve this problem download the Wubi.exe for 8.04 from Wubi SourceForge site http://sourceforge.net/projects/wubi/files/Wubi/
Posted in open source, ubuntu, Uncategorized | Leave a Comment »
Tags: 8.04, error, hardy heron, installer, linux, ubuntu, windows, wubi
June 2, 2011
-
Change Directory under Tomcat bin folder
C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0\bin
-
Run tomcat7w.exe
-
Under Java/ Java Options, enter lines above all the -D options
-Xdebug
-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n
Make sure the above 2 lines are in separate lines
REferences – http://wiki.apache.org/tomcat/FAQ/Developing#Q1
Posted in open source, Uncategorized, windows | Leave a Comment »
Tags: 7.0, debug, java, service, tomcat, windows
June 25, 2010
Tsung
Grinder
JMeter
Faban
From my analysis all the above tools are good and offer advanced features.
Posted in HTTP, open source, Uncategorized | Leave a Comment »
Tags: apache, faban, grinder, HTML, http, jmeter, load, performance, test, tsung, web
June 25, 2010
Common requirement in any web application development is to show data in Grid / Tabular format.
I suggest using jqGrid plugin, because it offers all the features that will be required in a Grid from simple to advanced. And also it is coupled with jQueryUI which allows you to theme the Grid in sync with jQueryUI themes.
Here is a stack overflow thread which discuss about best jQuery plugins for Grid or Table.
Posted in javascript, jQuery, Uncategorized | Leave a Comment »
Tags: data, grid, jqGrid, jQuery, jQueryUI, plugin, table
June 11, 2010
I wanted to avoid Git asking for password every time I do
git pull
Since Git client was using SSH for communicating with the Git server, the solution was to configure SSH between the Git client machine and Git server machine to be done without password. I found this web page with clear explanation of how to do this.
Posted in Git, Uncategorized | Leave a Comment »
Tags: git, password, pull, ssh