Blog Detail
Linux Masters
http://www.linux-masters.com
a blog for everything related to linux and opensource software
Recent Posts
Usefull basic Mysql commands
here are some basic but useful MySQL commands. How to login to MySQL:mysql -u root -p How to create a MySQL database via Shell:After you logged in, execute this command (replace dbname with the name of the database you want to create): mysql>...
Beginner\'s Guide to the Vi editor
Beginner's Guide to the Vi editorTopics covered in this guide: Getting into Vi Typing In Your Text What the $!#^*& happened??!! Inserting Text Deleting, Copying and Changing Single Key Movements Sample Use of the Single Key ...
How to Recompile Your Linux Kernel
If you are a native linux user, you have surely been in the case where you just did not need a system with just about every package there is out there. If you always wanted to know how to upgrade your kernel manually and configure what packets you n...
Clonezilla , what a great cloning solution.
Clonezilla is a partition or disk clone tool similar to Norton Ghost®. It saves and restores only used blocks in hard drive.. Two types of Clonezilla are available, Clonezilla live : It is suitable for single m...
Recover MySQL root password
Recover MySQL root passwordYou can recover MySQL database server password with following five easy steps. Step # 1: Stop the MySQL server process. Step # 2: Start the MySQL (mysqld) server/daemon process with the --skip-grant-tables option so...
Setup a syslog server using syslog-ng
Step 11) Install syslog-ng on the syslog server We will need to download syslog-ng from here... http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3.0.4/setups/rhel-5-i386/syslog-ng-3.0.4-1.rhel5.i386....

