diy

Updated DIY Dynamic DNS solution HOWTO

I've just updated my DIY secure pseudo-DDNS setup using ssh article/HOWTO a bit, in order to make it simpler to set up (no more extra scripts required) and a bit more secure (by using command= and no-port-forwarding,no-X11-forwarding,no-agent-forwarding in the /home/user/.ssh/authorized_keys file, for instance).

If you've considered employing such as solution please revisit the article for updated instructions.

DIY secure pseudo-DDNS setup using ssh

Here's a quick HOWTO for setting up your own secure pseudo-dynamic DNS (DDNS) server.

It's not a "real" DDNS service, i.e. you won't be able to use standard DNS tools or protocols to talk to the server, but it covers 98% of all functionality I expect from a service such as DynDNS or similar ones: It tells me the IP address of a certain box which doesn't have a static IP address (e.g. my home-server).

Requirements

You'll need:

How to clone/copy hard disk in Linux

Quante volte vi sara’ capitato di dover sostituire un disco sul vostro server Linux? A me e’ successo qualche giorno fa quando un disco mezzo rotto e’ stato sostituito da uno nuovo di zecca, ma essendo il pc un server di posta/web primario per un’azienda, non era certo possibile reinstallare tutto da zero copiando solo i dati, occorreva assolutamente clonare il contenuto del vecchio disco su quello nuovo ed ecco come ho proceduto.