Random

Run Settings
LanguageBash
Language Version
Run Command
# Do you like it? Follow me on telegram: https://t.me/linuxcheatsheet # Generate a random password using ONLY basic available commands. # Tested to work on busybox # Run it online from glot.io to check how it works tr -dc '[:alnum:]' < /dev/urandom | head -c10 # This was really overkill. Forgive me but I wrote it after new year party. Hic! #dd if=/dev/urandom status=none bs=1 count=1000 status=none |\ # od -c | sed -re "s/.* ([a-zA-Z0-9]) .*/\1/g" |\ # grep -E "^[a-zA-Z0-9]$" | head -10 |\ # tr -d "\n" | grep .
Editor Settings
Theme
Key bindings
Full width
Lines