Tag Archives | Linux

Keep in sync two hosts on Internet using LFTP

There are many softwares and solutions that permit to keep in sync two or more hosts (like Rsync, Unison, etc), but when the sync must be made through Internet and you have access only to the ftp or http service your choices narrow down. This is the typical situation you can face on a shared [...]

Read full story Comments { 5 }

Using a server service through a SSH tunnel

If you have access to a server only through SSH, you can yet access all the others server services without the need to forward other ports on the router or firewall. Here is how : Open a console on your client Type : ssh -L [local port]:localhost:[remote port] [username]@[remote server] From now on you can [...]

Read full story Comments { 0 }