Change Hostname in Linux

Here's how to permanently change the hostname in Linux.

It's simple enough:

hostnamectl set-hostname mynewhostname

Then see what it's set to:

hostname