As you all might know ssh is a very popular protocol used to connect to remote shells. I mostly use OpenSSH as a client (I think most of you to). SSH has a lot of cool options but in this post i’m going to write about how to use it to create a secure tunnel.
What is a tunnel?
A tunnel specifies a given port on the local (client) host that is to be forwarded to the given host and port on the remote side. How it works? This works by allocating a socket to listen to a port on the local side, optionally bound to the specified bind_address. Whenever a connection is made to this port, the connection is forwarded over the secure channel, and a connection is made to the port from the remote machine. Continue reading “ssh tunnel and a half” »


Yesterday Adobe released the first alpha of Adobe Air for Linux. I played with it for a while and was quite impressed with it. The installation went along flawlessly on my Fedora Core 8 and I downloaded a couple of applications that worked quite nicely. In the release notes they mentioned that transparency works when using a composite window manager. I switched on the ‘desktop effects’ (as they are called in FC8) and indeed the apps worked perfectly!
As we have often said, we are very fond of vim here at Easytech. Even though it is an incredible editor I sometimes miss some features of editors like 