Tag Archives: vi editor

VI Editor

The VI editor is screen-based editor used by many Linux users. The VI editor is designed through C programming and it is useful to aid programmer. To start using the vi editor, simply type “vi” from the terminal and this … Continue reading

Posted in Linux | Tagged , , , , , , , | View Comments

Change crontab editor

Crontab also known as schedule task in Windows Operating System and it is very important for you to schedule your automated script run from anytime without actually taking care on those script time by time in front of your server/PC. … Continue reading

Posted in Linux | Tagged , , , , , , , , , , | View Comments

Identify slow MySQL query

Sometimes, MySQL will make your server pain if you have user abusing it. Mick Genie will teach you to identify which MySQL database creating the problem to your server. Actually MySQL can log all of the those query that taking … Continue reading

Posted in Database | Tagged , , , , , , , , , , , , , , , | View Comments