In the last post, we saw how to setup a dyndns service with bind. This works well for webservices, in order to provide a domainname to users, but it has some security flows if you want to integrate a dynamic ip'd computer in a business ...
If you manage websites on a remote dedicated server, you probably waste many time on transferring code from your local machine to the remote one. You can script some ftp transactions, but it's somehow not really secure. You can use scp, ...