Skip to content

Instantly share code, notes, and snippets.

@therippa
Created June 23, 2024 07:55
Show Gist options
  • Save therippa/9db857544217d7a7ac70a3cb2f209b7a to your computer and use it in GitHub Desktop.
Save therippa/9db857544217d7a7ac70a3cb2f209b7a to your computer and use it in GitHub Desktop.
Commands to reset hostname on proxmox vm clones
as root:
hostname <newhost>
hostnamectl set-hostname <newhostname>
nano /etc/hosts and change to <newhostname>
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment