Home » Archive

Articles in the Articles Category

Articles, Headline, Linux tips, Tutorial »

[4 Sep 2019 | One Comment | ]
Bash script to backing up and restore MySQL, InnoDB database

If you want to dump a few database the command ‘mysqldump’ is sufficient. How about the server that have several hundred databases inside. It is easier if we create Shell scripts to do the task. There are 2 version of scripts I normally use. One is to backup whole MySQL database, the other is to backup InnoDB database only.
The databases will be dumped in the folder that we created first and dumped as *.sql.

Articles »

[22 Jul 2019 | No Comment | ]
New Cpanel licensing structure and the alternative

Early this month Cpanel announcing new pricing structure to customers who are using Cpanel for hosting control panel. Cpanel no longer offer UNLIMITED hosting account per license for VPS and Metal server but the licensing structure will be based on how many account in the server.
There are 4 type of license which is Solo, Admin, Pro and Premier. Cpanel Solo is for single account, Admin for 5 accounts, Pro for 30 accounts while

Articles »

[18 Mar 2019 | 4 Comments | ]
MySQL down because of InnoDB

This method that I use proven as alternate solution to repair MySQL. As we all know if anything problem with InnoDB database corruption the whole MySQL database will down. My method will change the InnoDB database engine to MyISAM or at least reduce the amount of database which is using InnoDB engine.

Articles »

[17 Mar 2019 | 2 Comments | ]
Wrong permission in Centos 7 easy fix

Recently we have permission issue with one of our server. Not sure what cause the change but all the files and folders permission are wrong.
Luckily we found the way on how to recover the server permission issue without to format the server.
Just follow this steps.

Articles »

[5 Mar 2019 | No Comment | ]
Counterattacking wordpress web server and weaknesses

WordPress is an open source system blogging the most commonly used and full content management system cPanel users. Although it started as a blogging system, it continues to evolve to what you can use it for the present. Complete content management system that allows you to select and install any of the thousands of existing plugins, themes and widgets.
One thing to keep in mind it is very similar to all modern software packages, WordPress will continue to receive update in order to deal with the security

Articles »

[3 Mar 2019 | No Comment | ]
Enable EasyApache 3 for new Cpanel

This note is for myself since my server still rely on EasyApache 3. On the new Cpanel WHM58 and WHM60 EasyApache 4 is a default software use to compile Apache,Php and others required component in the server.
EasyApache 3 is scheduled for deprecation in January of 2018, when cPanel & WHM version 62 reaches End of Life. After that time, EasyApache 3 will no longer receive any updates