Is there a howto on how to change the hostname? I did not find something in this forum and the wiki, but may be I have overlooked it. In that case I would be grateful if someone would give me a pointer.
AFAIK this change has to be done at two points:
The file /etc/hostname contains "localhost" per default and can be changed to the new hostname, e.g. "mybox"
The file /etc/hosts contains "127.0.0.1 localhost" by default. It needs to be changed to "127.0.0.1 localhost mybox" (assuming the above example name).
I found out that it also may be changed via Mageia Control Center under Network & internet → Others → Hosts definitions by giving the new hostname as an alias. But that still leaves you with the necessitiy to manually change /etc/hostname. Is that correct?