Shuf: Alea iacta est

Ein kleiner Befehl, der Freude macht. Ob Lottotipp, Würfeln oder Namensfindung: shuf kann das.

#cli #CLI_Befehle #shuffle #shuf #Würfeln #Linux

https://gnulinux.ch/shuf-alea-iacta-est

Shuf: Alea iacta est

Ein kleiner Befehl, der Freude macht. Ob Lottotipp, Würfeln oder Namensfindung: shuf kann das.

GNU/Linux.ch

Generate very strong passwords securely on your local machine without relying on external apps or websites. Use a dictionary or word list and a simple alias command to output high-entropy passwords.

#linux #passwords #CommandLine #alias #shuf

https://cybrkyd.com/post/a-very-strong-password-generator/

A very strong password generator

Generate very strong passwords securely on your local machine without relying on external apps or websites. Use a dictionary or word list and a simple alias command to output high-entropy passwords.

cybrkyd

#TIL that #shuf lets you shuffle input into a random order. Picking a random image from a directory is as easy as:

ls *.jpg | shuf -n 1

...and of course you can jumble up your text files with cat|shuf if you like!  🎲