- For Firefox 11 on Linux(32bit or 64bit): http://acleung.com/gwt-dev-plugin.xpi
- For Firefox 11 on Mac OS(32bit or 64bit): http://acleung.com/gwt-dev-plugin-mac.xpi
Wilson's Notes
GWT Developer's Plugin for Firefox 11
Online Code Formatter
Note: the code formatter below can translate code fragment into HTML safe string. Can be used to post source code into blogger.
Usage: post your source code into the source code area then click the "Format" button.
Multiple Hop SSH access
I have a desktop computer, homepc, at home and I want to access my desktop computer, workpc, at work. However, workpc does not have an public ip, therefore, it is not directly accessible from home. I have go through the gateway computer, Gateway.mycompany.com, at work.
Note: WorkPC can the internal IP address or internal host name recognized by Gateway. The host name (or ip address) of the Gateway must be public accessible.
Note: if nc is not installed on the Gateway, you can try the following command instead:
ssh -oproxycommand="ssh Gateway.mycompany.com nc %h %p" WorkPC
Note: WorkPC can the internal IP address or internal host name recognized by Gateway. The host name (or ip address) of the Gateway must be public accessible.
ssh -oproxycommand="ssh Gateway.mycompany.com nc %h %p" 192.168.20.12
Note: if nc is not installed on the Gateway, you can try the following command instead:
ssh -oproxycommand="ssh Gateway.mycompany.com /bin/bash -c 'exec 3<>/dev/tcp/%h/%p; cat <&3 & cat >&3;kill $!'" WorkPC
See also:
- Forward SSH traffic through a middle machine
- Multiple HOP tunnel to chain port forwarding
- nc man page
- SSH ProxyCommand without netcat
Web Sites of Free E-Books
- http://en.wikibooks.org/
- http://refcardz.dzone.com/ Reference cards (Cheat sheets) in PDF format. You need to register to download.
Free Computer Science Books
- Data Structures and Algorithms with Object-Oriented Design Patterns in Java Also available in C#, Python, Perl, Ruby, Lua, C++ and PHP versions.
Subscribe to:
Posts (Atom)
