by Ramesh Natarajan on December 18, 2009
Question: On UNIX / Linux platform, I’ve used Vi or Vim editors and I’m very comfortable with it. I would like to use Vim editor on Windows OS also. How do I install and configure Vim editor for Windows platform ( Windows XP, Vista or Windows 7 )?
Answer: Follow the steps mentioned below to install and configure the gVim editor on Windows platform.
(more…)
by Ramesh Natarajan on August 21, 2009
Question: I use Linux on my laptop and desktop. But my Mom uses Windows operating system for her laptop. She is constantly getting infected with Virus and lost some important files few times. But, she still wants to use Windows. I can at least help her by installing some reliable backup software on her Windows operating system.
How do I take a backup of my laptop / desktop that runs Windows operating system? Are there any Free Windows Backup Software that I can use?
(more…)
by Sasikala on August 17, 2009
For those who use Firefox everyday, using keyboard shortcuts for Firefox browser will increase your productivity dramatically.
In this article, we’ve provided both the Graphical Cheatsheet and Keyboard Shortcut Table.
(more…)
by SelvaGaneshan S on May 7, 2009
This article is part of the on-going Software for Geeks series. SoX stands for Sound eXchange. SoX is a cross-platform command line audio utility tool that works on Linux, Windows and MacOS. It is very helpful in the following areas while dealing with audio and music files.
- Audio File Converter
- Editing audio files
- Changing audio attributes
- Adding audio effects
- Plus lot of advanced sound manipulation features
(more…)
by Ramesh Natarajan on October 24, 2008
When you call DELL customer support for any help, they will ask for either Service Tag or Express Service Code. You also need service tag to download drivers and documentations from DELL support website.
When you have physical access to the system, you can easily identify the service tag affixed on the body of the server. DELL support site shows the exactly location of the service tag and express code stickers for various DELL equipments.
When you don’t have physical access to the server, you can get the same information remotely from the OS level. Using Windows or Linux command line you can easily get DELL service tag as explained below.
(more…)
by Ramesh Natarajan on September 29, 2008
Companies purchase support for most of their enterprise hardwares (servers, switches, routers, firewalls etc.,) and softwares (databases, OS, applications, frameworks etc.,). They spend lot of cash on support mainly for two reasons: 1) To get help from vendors to fix critical production issues 2) To keep up-to-date with the latest version of the software and security patches released by the vendors. In this article, I’ve given 10 practical tips for DBAs, sysadmins and developers to use their hardware and software support effectively.
(more…)
by Ramesh Natarajan on June 23, 2008

I’ll be posting series of “Productivity Tips for Geeks” on a on-going basis targeted toward geeks who spend lot of time in front of the computer.
I hate to use the mouse and use keyboard intensively for all my work. If I perform a single action more than few times using mouse, I’ll try to find a corresponding keyboard shortcuts and use it. Using keyboard instead of mouse can be a immediate productivity booster for most of the people. In this post, let us review how to launch the frequently used software on your Windows operating system using keyboard.
One of my frequently used program is notepad++ and I don’t want to click on the “Start -> All Programs -> Notepad++ -> Notepad++”, every time I want to launch Notepad++. Following 5 steps explain how to setup the shortcuts and launch any software using keyboard quickly.
(more…)
by Ramesh Natarajan on June 18, 2008

If you are using SSH client to connect to Linux server from your Windows laptop, sometimes it may be necessary to launch UI application on the remote Linux server, but to display the UI on the windows laptop. Following are two typical reasons to perform this activity:
- Install software on Linux from Windows: To launch a UI based installer to install software on remote Linux server from windows laptop. For e.g. A DBA might want to install the Oracle on the Linux server where only the SSH connection to the remote server is available and not the console.
- Launch Linux X client software on Windows: To launch X Client software (for e.g. xclock) located on your remote Linux server to the Windows laptop.
Cygwin can be used to perform the above activities. Following 15 steps explains how to install Cygwin and launch software installers on Linux from Windows. Go to Cygwin and download the setup.exe. Launch the setup.exe on the Windows and follow the steps mentioned below.
(more…)