Quote:
Code:
echo yourdomainnamehere >/etc/hostname
Code:
/bin/hostname -F /etc/hostname
Ok, I see, Webmin not required I guess. I read too fast, please excuse me.
But this is what I already tried. The problem is on the next reboot I'm back to the original hostname assigned by Linode, I guess it is coming from the DHCP server. Should I invoke /bin/hostname in /etc/rc.local?
Doesn't seem right to set one hostname during startup and immediately switch every time.
I guess I could switch to a static IP configuration if I have to.