Files
notes/divers/linux_change_machine_id.md

6 lines
108 B
Markdown
Raw Normal View History

2026-03-12 22:01:38 +01:00
Commands to generate a new machine ID:
```bash
cat /dev/null > /etc/machine-id
systemd-machine-id-setup
```