Monthly Archives: July 2016

safe computing – strengthening passwords

A password is simply a method of verifying who you are.  When a good password is selected it is both easy to remember but not easy to guess.  It should contain both upper and lower case letters, numbers and if … Continue reading

Posted in security | Comments Off on safe computing – strengthening passwords

When all you have is a hammer …

I was speaking with a friend the other day and he was telling about this crazy thing that was being done in his department.  There was a task that needed to be done usually once a day and it was … Continue reading

Posted in Command line, programming | Tagged , | Comments Off on When all you have is a hammer …

Punishment for laziness – root password recovery

I had a new idea for adding one more computer to my life.  The task was to actually provide some fun new functionality to my family and I attacked the task. At the beginning, I needed to log in as … Continue reading

Posted in Command line | Tagged , | Comments Off on Punishment for laziness – root password recovery

command line fun – spaces and arguments

I normally get to control most aspects of the program.  The most important yet trivial is the parameters that are being passed to the program.  Because I know what I want it is usually possible to coerce the calling script … Continue reading

Posted in Command line | Tagged , | Comments Off on command line fun – spaces and arguments