-
Daily Popular
- Load Delimited Data (csv, excel) into MySQL Server
- Xtreme Movie Review: Agneepath Agneepath Agneepath (2012)
- 10 Steps: MySQL Monitoring through Nagios: Install & Configure
- JaxtrSMS-Send Free SMS Worldwide | Download for iPhone, Android, BlackBerry, Java
- Using LOAD DATA INFILE with Stored Procedure Workaround-MySQL
- Place to visit Mumbai: Alibaug 1-2 day tour weekend picnic
- Kedar and Madhumita Wedding Invitation 25 Dec 2010
- Selected Oscar Wilde Quotes
- Gulaal movie – music and lyrics
- Unique birthday card wishes for My dear Brother
-
Technical Archive
-
Quick look at subversion / svn commands – overview
Posted on March 4, 2009 | No CommentsMore...About Subversion: Subversion, also known as svn, is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many individuals (who may be distributed geographically)... -
Simple Shell Script to Monitoring Disk Space on a Linux Machine
Posted on January 11, 2009 | 4 CommentsMore...This article explain a way to get a mail as soon as the disk usage reaches to its critical level to avoid issues later. To set a simple monitor on Linux /... -
Linux Shell Commands – quick how-tos
Posted on January 10, 2009 | No CommentsMore...Following are linux commands, tricks for doing regular tasks. Rename files: replace space by _ in linux: for files in *; do mv "$files" `echo $files | tr ' '...