Random things I found out
 

Quickly generating a password that avoids confusing characters

One of the common issues with modern fonts is that certain characters can be easily confused. These include the letters and numbers 0,O,o,1,l,i and has been the subject of an XKCD comic. Here are two simple scripts to generate a random alpha-numeric password which avoids ambiguous characters. First python: #!/usr/bin/python …