Sunshine (she/her)@piefed.social to Linux@programming.devEnglish · 6 days ago7 Useful Things You Didn’t Know You Can Do in Your Linux Terminalwww.maketecheasier.comexternal-linkmessage-square14fedilinkarrow-up135arrow-down16
arrow-up129arrow-down1external-link7 Useful Things You Didn’t Know You Can Do in Your Linux Terminalwww.maketecheasier.comSunshine (she/her)@piefed.social to Linux@programming.devEnglish · 6 days agomessage-square14fedilink
minus-squareOoops@feddit.orglinkfedilinkarrow-up3·6 days agoThe ‘random numbers’ I mostly generate are UUIDs… which can indeed be done nicely in the terminal by just reading directly from the kernel’s rng at /proc/sys/kernel/random/uuid
The ‘random numbers’ I mostly generate are UUIDs…
which can indeed be done nicely in the terminal by just reading directly from the kernel’s rng at
/proc/sys/kernel/random/uuid