Category: Productivity Tools

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 »

Productivity : useful and dark corners of Excel

Everybody knows Excel. The world’s leading spreadsheet application. but do we really use it to do just spread-sheets editing or can we do more with it?

Excel could be used to Automate tasks, to analyze data and go beyond just creating reports.

In this article I try to expose some of the functionalities I mostly use in Excel as developer and production support staff at the same time.

Read more »

Writing a proposal for management with NABC.

One morning, while you are taking the elevator to get to your office, you meet the CIO, you have 3 minutes time-window where you have the attention of CIO and you need to convince him about an idea you have. What would you say ? In which order you will discuss your ideas and arguments?

We all see that scene in movies where the corporate-fox-hero meets the CEO and 3 minutes later  he gets out of the room with a big smile on his face. They never show what happened in between. Well this article is about Elevated Pitch.

We Developers, always have a hard-time explaining ourselves in an executive sort of way.  One of the biggest mistakes: we start by explaining an approach to a problem only us are aware of.  We always assume that everybody is aware with our everyday work problems and challenges.

Elevated pitch used in engineering commercials, speeches and seminars to capture attention and provoke actions.  Also In today’s sort of hierarchical organizations, could be used in writing internal project proposals or sell  new ideas to management.

Read more »

Productivity: USB Multiboot ISO

Ever wanted to boot a PC from a USB stick, but had to download a thousand tools and follow a million steps guide that never works ?

Well this excellent tool from www.pendrivelinux.com is not only going to help you create a bootable USB, but also multi-boot it with some top linux distribution and windows.

multibootUSB Application

multibootUSB Application

You don’t really have to do anything yourself. Not even download the ISO files , it does that for you.

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 »