Skip to content
3L33t

3L33t

Leetspeak, also known as eleet, is a alphabet that is used mostly on the internet. It uses various combinations of ASCII characters to replace Latinate letters. e.g. 3l33t

  • Downloads
  • 3l33t
Posted on 19. September 202519. September 2025 by Kim Hartwich

ZSH Generate Random Password

 If you want to generate a 20-character random alphanumeric password run the following in a terminal window:

LC_CTYPE=C LC_ALL=C tr -dc "a-zA-Z0-9-_\$\?" < /dev/urandom | head -c 22; echo

Post navigation

Previous PostPrevious Automating Backup Assignment of Azure VMs with Azure Policy and Tag

Guides

  • ZSH Generate Random Password 19. September 2025
  • Automating Backup Assignment of Azure VMs with Azure Policy and Tag 12. May 2025
  • Debloat Windows 15. July 2023
  • Exchange – Useful Powershell Commands 1. January 2022
  • Setup VPN L2TP/IPsec 1. October 2021
  • Command Line To Uninstall Software 8. November 2020
  • Complete Force Removal of a Domain Controller from Active Directory Guide 28. June 2020
  • Configure Domain Controller to synchronize time with external NTP server 28. June 2020
  • Configure DKIM with Office 365 18. June 2020
  • Flash Drive with Multiple Versions of Windows 31. May 2020
  • VBS Scripts – Drives,Printers & Fonts 28. December 2019
  • Robocopy Scripts – Sync network shares 28. December 2019
  • Outlook Data File Performance 6. July 2019
  • Office 365 – Setting Default Calendar Permissions To Reviewer For All Users 26. June 2019
  • Outlook – Error “The name of the security certificate is invalid or does not match the name of the site.” 11. September 2015
  • Outlook – Manually Set up Office 365 11. September 2015
Proudly powered by WordPress