-
Popular Posts
- Load Delimited Data (csv, excel) into MySQL Server
- 10 Steps: MySQL Monitoring through Nagios: Install & Configure
- MySQL Stored procedure – Split Delimited string into Rows
- No More Spool Space Teradata Query Solution
- Working with EditPlus Text Editor-Regular Expression How To
- Selected Oscar Wilde Quotes
- Collection for insulting – one liners
- The Dos Chat – Lan Messenger
- How to echo colored text in linux shell script
- Ganapati Aarti: Sukhkarta Dukhharta – With English Translation | download mp3
-
Technical Archive
-
10 Steps: MySQL Monitoring through Nagios: Install & Configure
Posted on November 18, 2010 | 17 CommentsNagios is a powerful monitoring system and here we will learn how to monitor MySQL through Nagios. We will be installing Nagios, required plugins and configuring it to monitor MySQL... -
How to Get Stock Quote on Linux using Google ,Curl, Grep, Awk
Posted on November 12, 2010 | 1 CommentIf you are a Stock Market Addict and a Techie; normally working on Linux(es); this post will interest you as you still can get quote of your stock on your... -
My list of must have free softwares-2010
Posted on August 7, 2010 | 4 CommentsAs soon as I got a pc I start looking at Configuration, Connectivity [;)] and Installations. As for humans Food, Air, Water are basic necessities; for my computer I always... -
My worst mathematical program in perl
Posted on August 4, 2010 | 3 CommentsI have a Mathe-crap-matical friend. Who keeps digging into graves of dead formulas and equations and all possible Math related stuffs. Since I started understanding Mathematics (that it’s not my... -
Java termwork connect Access Database and operations
Posted on May 24, 2010 | 1 CommentPrologue: Long back there were golden days of post graduation in the “great” DDIT (Now Dharamsinh Desai University), Nadiad. Assignments, termwork and journals or everything similar was in demand –... -
MySQL Load Data Infile Syntax Generator Tool Download
Posted on April 8, 2010 | No CommentsThe LOAD DATA INFILE statement reads rows from a text file into a table at a very high speed. The file name must be given as a literal string. I... -
In the world of NoSQL-Hands on Mongodb-1
Posted on April 5, 2010 | 2 CommentsI’m hearing a lot of “NoSQL” these days. To really understand how (and) does it works, I decided to give a try on MongoDB. MongoDB (hu*mongo*us) is an open source,... -
MySQL related file types and basic information
Posted on March 29, 2010 | 7 CommentsThis post covers the basic information of files that MySQL Server uses / creates for various tasks. my.cnf : It is the main configuration file for MySQL. You may find... -
Working with EditPlus Text Editor-Regular Expression How To
Posted on March 20, 2010 | 16 CommentsEditplus is a lot better than the regular text editor, Notepad. From all it’s features I like RegExp Support the most, and than comes the block select feature. Here are... -
batch script to add remove prefix zero pad bulk file rename
Posted on March 18, 2010 | 3 CommentsThis post has two batch scripts: 1. Batch script to rename files with zero padded number series-prefix 2. Batch script to remove prefix of perticular length 1. Batch script to...