Right you are! I have decided to share my www server so that you and others can have a look at my laptop server.
How hard can it be?

(Every time I say that I am in for a surprise - I know

)
So I optimistically check the arch server repo for
ddclient (you know, the one that makes
dyndns work).
Que??! Nothing. I think it should be in there. Do you listen Arch server guys

Oh well I have to do it the hard way then. I downloaded it from sourceforge.net into the opt folder like this:
Code: Select all
wget http://sourceforge.net/projects/ddclient/files/ddclient/ddclient-3.8.0/ddclient-3.8.0.tar.bz2/download
Then I untared it like this:
Code: Select all
sudo tar -xjvf ddclient-3.8.0.tar.bz2
I now have the ddclient folder in /opt/ddclient-3.8.0
So it is time to start it with:
Code: Select all
/opt/ddclient-3.8.0/ddclient -daemon 300 -syslogAnd yes

it starts - complaining about the lacking /etc/ddclient/ddclient.conf. Well since it does not exist yet, that is no wonder
I must remember to put that line in my startup programs - How do we do that in CLI?