wget http://sourceforge.net/projects/rfbproxy/files/rfbproxy/1.1.1/rfbproxy-1.1.1.tar.bz2/download
orIn browser, load http://sourceforge.net/projects/rfbproxy/ and click on the 'Download Now' button.
2. Once you do this, you'll get a bzipped tar file, untar it.
tar - jxvf rfbproxy-1.1.1.tar.bz2
3. Enter the source directory,
cd rfbproxy-1.1.1
4. configure it,
sh ./configure
5. Do make and install it.
make
make install
Installation is done now. You will find an executable in the directory named 'rfbproxy'!
Execute 'make uninstall' to uninstall when you want to uninstall.
Further reading:
RfbProxy - How to use guide