Wednesday, February 1, 2012

Everything searching tool - all developers must need

What is "Everything"?

"Everything" is an administrative tool that locates files and folders by filename instantly for Windows.
Unlike Windows search "Everything" initially displays every file and folder on your computer (hence the name "Everything").
You type in a search filter to limit what files and folders are displayed.
"Everything" only uses file and folder names and generally takes a few seconds to build its database.
A fresh install of Windows XP SP2 (about 20,000 files) will take about 1 second to index.
1,000,000 files will take about 1 minute.
The below will list all mp3 files in my system with in a second. :) :) :). Download this tool from here http://www.voidtools.com


Monday, January 9, 2012

IRCTC Takal Ticket booking made easy

IRCTC Takal Ticket booking made easy.
Most of the time we got sick while booking Takal ticket. Here is the step by step approach for booking takal ticket automatically JUST 3 MINS.

Make sure you have disconnected all your skype/gtalk/yahoo/MSN and also your internet is not used by any other programs.
1.     You need Firefox 8.0 or above and autofillforms – plugin installed. 
2.     I am assuming you have installed Firefox in your system. 
3.     Open this  url https://addons.mozilla.org/en-US/firefox/addon/autofill-forms/
 
4.     Click Add to Firefox, 
5.     Then from the pop up, Click Allow,
6.     This will download and install automatically, and then restart the Firefox browser.
 
7.     Once you successfully installed the plugin you will see the pencil like button near to the address bar as shown below
8.     Now you need to save the following information’s into a text file. (just copy the entire text and save it in a text file using Notepad). Assuming you have saved as (my_irctcprofile.txt)


9.     Just click the Autofillform and choose settings.
 
10.                        From the AutoFill form settings window , Choose Profiles tab
 
11.                        Then click the Import profile button and choose the file where you saved the above information and click open.
 
12.                         Then Navigate to Simple tab and change the user id and password , passenger name, sex, age, and From and To station.
 
13.                         Then open www.irctc.co.in and press Alt + J to fill username and   
               password automatically and click ok.  
14.                        Then navigate the cursor to Plan My travel and again press Alt + J  and  
               click Find trains, and book immediately.

Wednesday, January 4, 2012

FreeFTP and SFTP server for windows - FTP SFTP

FreeFTP and SFTP server for windows .
I was very much satisfied using this freeFTP tool. Here is the step-by-step hands-on tips.
Platform – Windows XP, windows VISTA, windows 2007, windows 7

1.     Double click the freeFTPd.exe tool and start install as per the below options.
2.     Click Next to continue.
3.     If the Setup ask for Private Keys should be created. Should I do it now?. Click Yes to continue.
4.     If the Setup ask Do you want to run freeFTPd as a system service?
                         Click Yes to continue.
5.     Open the freeFTPd and choose Users and  click Add
6.     You will get the below screen, Give the Login name , and set the Authorization as Password stored as SHA1 hash and enter the password.
                           Then set the Home directory, where you want to publish the files.
7.     Then click Apply  and click Apply & Save.

8.     Then navigate to FTP, and click Start, to start the FTP service.
9.     Then navigate to Status and verify whether FTP service is up or not.


Friday, December 16, 2011

Think over it


The moral is Marketing and branding will always wins




Wednesday, November 30, 2011

How to check a port is open or not





Usually when we are working under proxy server or Programming socket server, Port might be in use. or couldn't open port. in that case you can check and make sure the port is open or not .

  • Open command prompt or start -- run -- telnet localhost 1345
  •  Where localhost is 127.0.0.1, i.e your host machine.
  •  And press Enter you will see black screen open , It means that port already in use or port is available for Server Socket Programming or you can start your server in that specific port
  •  Find the below screenshot. 

 Following shows the port not in use


 If the screen shows connecting to IP.... ,and close immediately . Then the port is not in use.

Find the below screen to confirm port is open
i

Once you telnet, if the screen appears blank , then the port is open.


Tuesday, August 17, 2010

Running JBoss As a multiple instance

Some people are willing to run multiple instance of JBoss in same machine.

While duplicating JBoss you might get Binding Exception or java.net.BindException: Address already in use: JVM_Bind

Here is the tips to run multiple instance or Two jboss in same machine. Change the following ports.

The following examples are suits for jboss version 4.2.3.GA

Note
:
JBOSS_HOME - Path where the jboss is configured for example c:/jboss-4.2.3.GA


1.JBOSS_HOME/server/all/deploy/jboss-web.deployer/server.xml

1. change 8080 to 18080

2. change 8443 to 18443

3. change 8009 to 18009

2. JBOSS_HOME/server/default/deploy/http-invoker.sar/META-INF/jboss-service.xml

1. change 8080 to 18080

3. JBOSS_HOME/server/default/deploy/jbossws.sar/jbossws.beans/META-INF/jboss-beans.xml


1. change 8080 to 18080

2. change 8443 to 18443

4.JBOSS_HOME/server/all/deploy/ejb3.deployer/META-INF/jboss-service.xml

1. change 3873 to 13873 or change 13873 to 23873

5.JBOSS_HOME /server/default/deploy/jms/uil2-service.xml

1. change 18083 to 19093

6.JBOSS_HOME /server/default/conf/jboss-minimal.xml

1. change 11099 to 21099

2. change 11098 to 21098


7. JBOSS_HOME /server/default/conf/jobss-service.xml


1. change 11099 to 21099

2. change 11098 to 21098

3. change 14444 to 24444

4. change 14445 to 24445

5. change 14446 to 24446

8.JBOSS_HOME /server/default/deploy/jbossweb.deployer/server.xml


1. change 9090 to 19090

2. change 8443 to 18443

3. change 9009 to 19009


____________________________________________

The following is user defined or commercial , It is related to Temenos JBoss

You would find jremore-ra.rar file under JBOSS_HOME /server/default/deploy/jremore-ra.rar

There is a file ra.xml which will be found inside the jremote-ra.rar.

1. change 55006 to 65006

2. change 20002 to 30002