Archive for the ‘Linux’ Category

How to copy a portion of big text files in linux?

Working with big mysql dump file.
I have my sqldump file with this command:
mysqldump –opt -Q -uUSERNAME -p DATABASENAME > /PATH/TO/DUMP.SQL
So it dump all my databases into a single file.
The problem is, when moving to new server I can’t use the same database name (restriction on database naming). So I need to filter the files […]

Posted February 4th, 2008 by mightyhitter under Linux | 1 Comment »

 

How to do CentOS fresh install (server)

Being a newbie to Linux, it was quite a job for me to install the CentOS 4.4 on a rack server. Just finished it & now taking a rest after a long Sunday. Lucky that I have the internet that makes my life easier.
Some simplified steps to get the CentOS up & running. […]

Posted March 4th, 2007 by mightyhitter under Linux | No Comments »