Midnight Commander (mc) Guide: Powerful Text based File Manager for Unix
Welcome to my blog. I write Instruction Guides, How-Tos, and Tips & Tricks on Linux, Database, Hardware, Security and Web. Visit Best of the Blog section to get started.
GNU Midnight Commander (mc) is a powerful text based file manager for Unix. mc gives an jumpstart for Windows power-users who would like to transition to Unix. It also has several advanced features to keep experienced Unix users happy. mc can run from any Unix terminal. If your terminal can execute vi, you can execute mc to view the midnight commander user interface. Midnight commander supports mouse when you are running it under xterm.
[Read more →]

Uploading several rows of data from a text, csv, and excel file into a MySQL table is a routine task for sysadmins and DBAs who are managing MySQL database. This article explains 4 practical examples on how to import data from a file to MySQL table using both mysqlimport and “load data local infile” method. Instead of importing data, if you want to backup and restore MySQL database, please use
This article is part of the ongoing
This is a 16 step Oracle 11g installation guide that covers a typical installation scenario with screenshots.
Photo courtesy of
Photo courtesy of
mysqldump is an effective tool to backup MySQL database. It creates a *.sql file with DROP table, CREATE table and INSERT into sql-statements of the source database. To restore the database, execute the *.sql file on destination database. For MyISAM, use
Installing Perl modules required by various open source software is a routine tasks for sysadmins. Installing Perl modules manually by resolving all the dependencies is tedious and annoying process.
Previously we discussed about how to install 

















