http://svnbinaries.open.collab.net/servlets/ProjectDocumentList?folderID=227
http://downloads-guests.open.collab.net/servlets/ProjectDocumentList?folderID=6
Thursday, July 30, 2009
Friday, July 10, 2009
Install guide to Xvfb
http://testdrive.mapinfo.com/techsupp/miprod.nsf/kbase_by_product/A832A07452B9A0E385256F8000760F68
Thursday, July 9, 2009
Monday, April 20, 2009
Jmeter
Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.
Apache JMeter may be used to test performance both on static and dynamic resources (files, Servlets, Perl scripts, Java Objects, Data Bases and Queries, FTP Servers and more). It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. You can use it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load.
I used Jmeter for performance testing.
Apache JMeter may be used to test performance both on static and dynamic resources (files, Servlets, Perl scripts, Java Objects, Data Bases and Queries, FTP Servers and more). It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. You can use it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load.
I used Jmeter for performance testing.
Thursday, March 26, 2009
Create new module in project
(1) create relevant folder within project folder
plugins\keywordparameters\src\main\java
(2) create pom file and set artifact if,parent etc
(3) add module name to root pom
(4) svn add keywordparameters
(5) build the project
(6) mvn idea:idea
(7) in IDEA, right click module -> module settings-> select the module and right click and New-> Spring
(8) build the project
(9) mvn idea:idea
(10) create com.fastsearch.admomentum.plugins.keywordparameters.feature package using idea
plugins\keywordparameters\src\main\java
(2) create pom file and set artifact if,parent etc
(3) add module name to root pom
(4) svn add keywordparameters
(5) build the project
(6) mvn idea:idea
(7) in IDEA, right click module -> module settings-> select the module and right click and New-> Spring
(8) build the project
(9) mvn idea:idea
(10) create com.fastsearch.admomentum.plugins.keywordparameters.feature package using idea
Wednesday, February 11, 2009
The Top 50 Proprietary Programs and their Open Source Alternatives
http://whdb.com/2008/the-top-50-proprietary-programs-that-drive-you-crazy-and-their-open-source-alternatives/
Wednesday, February 4, 2009
List of Linux distributions
We are using Ubuntu as OS. Now in melborrn servers, we use CentOS.
Debian (Ubuntu) / Fedora (CentOS)
They belongs to different distributions.
Useful link:
http://en.wikipedia.org/wiki/List_of_Linux_distributions#RPM-based
To find, which linux distribution we use:
cat /etc/*release
or
cat /proc/version
or
uname -a
or
cat /etc/*version
http://www.linuxquestions.org/questions/linux-general-1/how-to-get-os-name-from-command-line-557339/
There are some differences in those distributions.
In Debian, we use app-get and In CentOS, we use yum.
Debian (Ubuntu) / Fedora (CentOS)
They belongs to different distributions.
Useful link:
http://en.wikipedia.org/wiki/List_of_Linux_distributions#RPM-based
To find, which linux distribution we use:
cat /etc/*release
or
cat /proc/version
or
uname -a
or
cat /etc/*version
http://www.linuxquestions.org/questions/linux-general-1/how-to-get-os-name-from-command-line-557339/
There are some differences in those distributions.
In Debian, we use app-get and In CentOS, we use yum.
Subscribe to:
Posts (Atom)
