uuidd
Daemon for generating UUIDs. More information: <https://manned.org/uuidd>.
Install
- All systems
-
curl cmd.cat/uuidd.sh
- Debian
-
apt-get install uuid-runtime - Ubuntu
-
apt-get install uuid-runtime - Arch Linux
-
pacman -S uuidd - Kali Linux
-
apt-get install uuid-runtime - CentOS
-
yum install uuidd - Fedora
-
dnf install uuidd - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install uuid-runtime - Raspbian
-
apt-get install uuid-runtime
Daemon for generating UUIDs. More information: <https://manned.org/uuidd>.
-
Generate a random UUID:
uuidd --random -
Generate a bulk number of random UUIDs:
uuidd --random --uuids number_of_uuids -
Generate a time-based UUID, based on the current time and MAC address of the system:
uuidd --time
© tl;dr; authors and contributors