-
Daily Popular
- 10 Steps: MySQL Monitoring through Nagios: Install & Configure
- No More Spool Space Teradata Query Solution
- Unique birthday card wishes for My dear Brother
- Load Delimited Data (csv, excel) into MySQL Server
- Working with EditPlus Text Editor-Regular Expression How To
- Extreme Movie Review: Singham (2011) Ajay Devgn
- Search-find through all databases, tables, columns in mysql
- Selected Oscar Wilde Quotes
- The Dos Chat – Lan Messenger
- Using LOAD DATA INFILE with Stored Procedure Workaround-MySQL
-
Technical Archive
-
My Google Exploitation – Web History Graphs 2009
Posted on January 8, 2010 | No CommentsMore...Well no doubt I’m a google freak. I’ve learnt a lot through it and I have searched a lot. But I wasn’t much aware about my intencity of googling stuffs.... -
crontab not working with dynamic date filename – rhel linux
Posted on January 7, 2010 | No CommentsMore...I have done it for so many times, setting a cronjob. Today I was tring to set a simple cronjob which will output the log file with timestamp attached filename.... -
Stored procedure to Find database objects
Posted on December 5, 2009 | 1 CommentMore...This procedure lists available database objects under passed database name. It lists present Tables, Views, Stored Procedures, Functions and Triggers under particular database. It also lists storage engine of tables.... -
MySQL master master replication monitor with php code
Posted on December 4, 2009 | 2 CommentsMore...For monitoring replication we know a lot of tools and codes – but this one is different because I wrote it Well this is fairly simple php code for monitoring... -
Using VLookup like Batch script to compare two excel / csv
Posted on November 24, 2009 | No CommentsMore...Using Vlookup: I have two csv files; File1 has Id and Value Columns and File2 has Id. Problem: I need to compare both files and put respective values to File2... -
Search-find through all databases, tables, columns in mysql
Posted on October 29, 2009 | 3 CommentsMore...What will you do if one day some one ask you to find single string in all databases, all tables and in all columns? I just read such question and tried to find... -
The Dos Chat – Lan Messenger
Posted on May 8, 2009 | No CommentsMore...This is a LAN Messenger which allows you to chat with friends on local network. The Dos based chat program is just like a chat program but only for LAN.... -
Regular Expression Basics – Quick Reference
Posted on March 4, 2009 | No CommentsMore... Characters Character Description Example Any character except [\^$.|?*+() All characters except the listed special characters match a single instance of themselves. { and } are literal characters, unless they're... -
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 /...