Password Generator in tk/tcl
The basis for this program was written in another lifetime to create basically pronouncable passwords for students. #!/bin/sh # pass_gen - create pronouncable passwords with 4-20 characters, 1-10 numbers #…
Musings from a wandering sage
The basis for this program was written in another lifetime to create basically pronouncable passwords for students. #!/bin/sh # pass_gen - create pronouncable passwords with 4-20 characters, 1-10 numbers #…
Recently rebuilt my laptop with latest Debian Testing after HDD failure. While I was at it, I redid my .vimrc file to suit new activities better. Remember to have git…
It has taken me a while to find the answer – simple once I knew what it was! sudo apt remove fonts-beng-extra fonts-deva-extra fonts-gujr-extra fonts-guru-extra -y You may also have…