Thursday, October 1, 2009

Downloading long url using wget

In some situations we need download required files using long urls with wget

Use following wget syntax for this purpose :


wget -O[output file] '[long url]'

Example : Downloading Java bin file


wget -Ojava_ee_sdk-5_07-jdk-6u16-linux.bin 'http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/java_ee_sdk-5_07-jdk-6u16-linux.bin?BundledLineItemUUID=S7lIBe.pkmQAAAEkafkMmA.c&OrderID=NEdIBe.p_GMAAAEkV_kMmA.c&ProductID=AcVIBe.nU6oAAAEjhhpuoDTb&FileName=/java_ee_sdk-5_07-jdk-6u16-linux.bin'

Tuesday, September 22, 2009

Friday, September 4, 2009

How to access intra web services using SSH server as proxy

To access internal office web services from remote location (home or any other places) you can use office SSH server as proxy


Prerequisites :

* a ssh login account on a server

Linux :

ssh -ND 9999 myaccount@sshserver.com

Windows :

Download plink from http://the.earth.li/~sgtatham/putty/latest/x86/plink.exe

Open command line terminal
plink.exe -N -D 9999 myaccount@sshserver.com

you need to replace the "myaccount" with your username on your SSH server and sshserver.com with your server domain name or IP address.

When you execute either of those commands, you'll be prompted for your password. After you authenticate, nothing will happen. The -N tells ssh not to open an interactive prompt, so it will just hang there, waiting. That's exactly what you want.


Set Firefox to use SOCKS proxy

Once your proxy's up and running, configure Firefox to use it. From Firefox's Tools menu, choose Options, and from the Advanced section choose the Network tab. Next to "Configure how Firefox connects to the Internet" hit the "Settings" button and enter the SOCKS information, which is the server name (localhost) and the port you used (in the example above, 9999.)


For more detials : http://revision3.com/hak5/SSHGamesBlogsPasswords/

Wednesday, July 29, 2009

Openfire : a Jabber/XMPP server

Openfire (previously known as Wildfire Server) is a Jabber/XMPP server written in Java and dual-licensed under both a proprietary license and the GNU General Public License.

Openfire supports the following features:

* Web-based administration panel
* Plugin interface
* Customizable
* SSL/TLS support
* User-friendly web interface and guided installation
* Database connectivity (i.e. embedded Apache Derby or other DBMS with JDBC 3 driver) for storing messages and user details
* LDAP connectivity
* Platform independent, pure Java
* Full integration with Spark Jabber client


URL : http://www.igniterealtime.org/projects/openfire/index.jsp

Sunday, July 26, 2009

jNetMap — a cross-platform network mapping tool

jNetMap is a cross-platform network mapping application. jNetMap will ping all registered devices every x minutes, updating it's status according to the result of the ping. Alternatively you can also monitor a specific port, such as port 80 for webservers. Available devices are green, unavailable devices are red. Gray means "unknown" and orange "not found".

Installation Instructions on ubuntu

Step 1 : Install java

$ sudo apt-get install sun-java6-jdk

Step 2 : Download jNetmap from http://www.rakudave.ch/userfiles/java/jNetMap.jar

$ wget http://www.rakudave.ch/userfiles/java/jNetMap.jar

Step 3 : Invoke jNetMap using following command
$ java -jar ./jNetMap.jar

Tutorial Video


Home page for jNetMap : http://www.rakudave.ch/?q=node/38

visuwords : Online graphical dictionary.

Visuwords is a online graphical dictionary. This dictionary produce diagrams reminiscent of a neural net to learn how words associate.

it's free... :)

http://www.visuwords.com

Friday, July 17, 2009

Free transulation tools

For translating one language there are multiple online tools are available on web.

I want to list out some here.

* Google translation http://translate.google.com

some free dictionaries
* for Finnish to English http://kaannos.com
* for English to English http://www.tfd.com
* for English to Telugu http://www.en2te.com

Please add comment with more online translation tools