Hi
Cloned my install (Linux Mint, cinnamon, 22)
I need to reset my machine ID to make it unique.
Any method? Better not to break anything : )
Thanks in advance!
P.S: It will be even better, if such guide appear on website!
Hi
Cloned my install (Linux Mint, cinnamon, 22)
I need to reset my machine ID to make it unique.
Any method? Better not to break anything : )
Thanks in advance!
P.S: It will be even better, if such guide appear on website!
Hello,
this should be easy as running the following commands:
$ sudo rm /etc/machine-id
The above will remove your current machine-id. Next, generate new with:
$ sudo systemd-machine-id-setup
Hope this helps
Lubos