Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				@Codex404 Since when is 127.x.x.x LAN's IP address? :D
That aside - I mean smth like (10.41.69.218):
^([104]{1,3}\.){1,3}(9|6|17)+\.[a-zA-Z0-5]18$
Well maybe smth a little simpler than that, but you get the idea :)
Patterns I use often, just with some noise that would also be sensible to me (i.e. easy to remember what is the noise I added and why in those particular places) - 
				
				a randomly generated password by your favorite password manager? (but I get that some passwords need to be memorable)
 - 
				
				@theuser Good luck making a 30+ symbols' password out of /dev/urandom and remembering it!
 - 
				
				
Mr-Myrk5016ySome longer word that is easy to type with some letters replaced by punctuation, L = , etc - 
				
				- Draw some shapes on your keyboard like a rectangle + a circle and some zig zag lines.
 - 
				
				@gitreflog patterns! Love it!
Though it might be difficult with different layouts on different computers. 

Ideas for a strong password:
- a regex matching my laptop's LAN IP address
- a sed command to enable X11 forwarding in sshd_config
- a shell oneliner extracting all the IP addresses from ifconfig / ip a sh
- an awk command to print processes in D state
-
Chip in!
random