server (3)


Quick SSH Tunnel using Putty

Two easy steps to create a tunnel from a remote server port to your localhost. It’s handy if you’re trying to connect to a mysql, jboss, etc. installation bound to localhost only (for better security. Check out the screenshots after the break

Similar Posts:




Remote X

Short story:

local-machine $ ssh -X remote-server
remote-server $ /opt/ff4/firefox -no-remote &

Similar Posts:




Php5.2 on RHEL4

Setting up the latest (as of June 2008) php on a RHEL4 server (the same would work on RHEL5 or CentOS as well):

Similar Posts: