41st Week of 2023
Computer Science⚑
GNULinux⚑
Basics⚑
-
New: Generate a random string.
Generate a random string to use for secrets or passwords:
head /dev/urandom | tr -dc A-Za-z0-9 | head -c10 -
Last update: 2023-10-16
diff --git a/newsletter/2023_w41/index.html b/newsletter/2023_w41/index.html index c209ad802cf..20cdaab13a7 100644 --- a/newsletter/2023_w41/index.html +++ b/newsletter/2023_w41/index.html @@ -1,2 +1,2 @@