Posts tagged: Production

Productivity : Use Keypass to keep track of your environment’s credentials,

 

Some use Excel, Others simply use text files to keep track of their passwords, but I use keepass .

It is simply a vault for your logins and passwords which you can unlock with a single password. However I use it also for auto-piloting my login procedure.

keepass main window

keepass main window

 

The whole idea is not to have to use a pool of passwords for all systems and also to auto-start you log-in procedure and save waring off your precious fingers in typing useless usernames and passwords.

In this article I will show how to use keepass to auto-login to:

  • Putty
  • WinScp
  • Toad
  • SQLPLUS
  • SiebelTools
  • FieZilla

And from the examples above you would be able to use it with any command line tool as well.

You could also use it for keeping track of your web site usernames ,passwords and URL’s

It is available on Windows, Mac, Linux, Android and iPhone.

Read more »

Learn Regular Expressions in 100 minutes.

Ever been in a situation where you are:

  • Looking for a needle in a haystack ?
  • Looking for a certain tree in the forest?

IT professionals are in such situations all the time when it comes to LOG files.

LOG files in this business are everywhere, in development, in testing and especially in production. You keep looking for error message and extract performance statistics from LOG files !

Well Regular Expressions is there to help you find your needle or tree.  It is a unique way to find TEXT PATTERNS in single lines or paragraphs.

Read more »