Sunshine (she/her)@piefed.social to Linux@programming.devEnglish · 11 days ago7 Useful Things You Didn’t Know You Can Do in Your Linux Terminalwww.maketecheasier.comexternal-linkmessage-square14linkfedilinkarrow-up135
arrow-up135external-link7 Useful Things You Didn’t Know You Can Do in Your Linux Terminalwww.maketecheasier.comSunshine (she/her)@piefed.social to Linux@programming.devEnglish · 11 days agomessage-square14linkfedilink
minus-squareOoops@feddit.orglinkfedilinkarrow-up3·11 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