2026-03-12 21:01:38
This commit is contained in:
3
divers/random_string_bash.txt
Normal file
3
divers/random_string_bash.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
# generating random string in bash
|
||||
echo $RANDOM | md5sum | head -c 20; echo;
|
||||
cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 20; echo;
|
||||
Reference in New Issue
Block a user