mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 15:50:43 +00:00
Update cheatsheets
This commit is contained in:
21
linux/uuidd
Normal file
21
linux/uuidd
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# uuidd
|
||||
|
||||
> 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`
|
||||
Reference in New Issue
Block a user