Tag

Password generation

0 views collected around this technical thread.

DevOps Operations Practice
DevOps Operations Practice
Jun 3, 2025 · Operations

7 Practical Shell Scripts for Linux Automation

This article presents seven practical Bash shell scripts for Linux system administration, covering automatic file backup, disk usage alerts, old log cleanup, server reachability checks, DNS resolution monitoring, HTTP service health checks, and random password generation, each with explanations and code examples.

Disk usage alertLinux automationLog cleanup
0 likes · 6 min read
7 Practical Shell Scripts for Linux Automation
Test Development Learning Exchange
Test Development Learning Exchange
Aug 26, 2021 · Fundamentals

Python Functions for Generating Random Captcha and Password Strings

This article presents three Python approaches for generating random strings, including single captcha-like codes, password lists, and batch generation functions, demonstrating the use of the random and string modules to create alphanumeric sequences.

Password generationcaptchafundamentals
0 likes · 2 min read
Python Functions for Generating Random Captcha and Password Strings
DevOps
DevOps
Mar 17, 2016 · Information Security

How to Create Memorable Yet Hard-to-Guess Passwords

This article shares practical techniques for generating passwords that are easy to remember but difficult for others to guess, including using initials of poems, personal info combined with app names and random numbers, and custom keyboard patterns, while emphasizing the importance of a consistent rule.

Best PracticesPassword generationinformation security
0 likes · 4 min read
How to Create Memorable Yet Hard-to-Guess Passwords