-
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
-
How to Get Stock Quote on Linux using Google ,Curl, Grep, Awk
Posted on November 12, 2010 | 1 CommentMore...If 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... -
In the world of NoSQL-Hands on Mongodb-1
Posted on April 5, 2010 | 2 CommentsMore...I’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 | 5 CommentsMore...This 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 | 8 CommentsMore...Editplus 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 CommentsMore...This 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... -
Audit-Checking login history-to know WHO DID THAT on Redhat Linux
Posted on February 16, 2010 | No CommentsMore...I’m using Redhat Linux (RHEL 5). Yesterday I saw a bit suspicious activities and data movements under my “home” (/home/username directory). I thought of investigate / audit through my Redhat linux... -
Whats New-Google Buzz in Gmail Inbox, Mobile
Posted on February 10, 2010 | No CommentsMore...This morn one more way of e-socializing introduced by google – Google Buzz. It’s a one of the trending topic on twitter… How to get Google buzz: Well it’s being... -
Stored procedure to add-remove prefix by rename table mysql
Posted on February 8, 2010 | 3 CommentsMore...Here is one more procedure – (this time) for mass renaming of table. Adding and Removing table-name prefixes A friend of mine was renaming 100+ tables by using replace methods... -
Oracle query-eliminate duplicate but one using rowid
Posted on February 8, 2010 | 1 CommentMore...Yesterday a friend came across an oracle query problem: Consider below table: cid cname.... cdata 1 x xxxx 1 x xxxx .. 2 xzzz fjnd 3 a evddd Now the... -
Load Delimited Data (csv, excel) into MySQL Server
Posted on January 11, 2010 | 57 CommentsMore...Loading csv or delimited data files to MySQL database is a very common task frequently questioned about and almost everytime LOAD DATA INFILE come into rescue. Here we will try...