Category: Introduction

Learn vi in 100 minutes.

If your working environment  has Linux or Unix systems in it, then you must have heard about vi the text editor.

Everything would be just faster if you could edit the text files in shell window with vi, rather than transfer them to a windows with (S)FTP –> Edit with notepad –> transfer back to *NIX.

Thats why I created the “vi tutorial”. find it in my Tutorials page.

The tutorial is available here in PDF, HTML and Adobe-Flash Formats

I recommend you to have a look at the Regular Expressions tutorial also.

This tutorial:

  • Explains the two modes of operations in VI.
  • Explains various commands and shortcut keys for text manipulation.
  • How to search and replace efficiently with regular expressions with vi.
  • Using vi in several work scenarios, for example fixing CR LF windows-to-*nix problem.
  • Explains 3  copy/cut’n’paste techniques possible with vi.
  • How to set up vi properly.

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 »

Finally I have a blog !

After 10 years of wanting it ; finally -with a help of a friend- I managed to start this blog.

I hope this blog will contain  technical and professional articles about IT  and Development.

Through this blog I will try to share my know-how with whom ever is interested.

Please keep checking back into this blog,register and post your comments.