Home » Archive

Articles Archive for March 2019

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.

Linux tips »

[16 Mar 2019 | No Comment | ]
UDP flood causing SNMP false alarm

Sometimes monitoring server that use SNMP to monitor the service will show service down even though the service is not down. This is because of UDP flood to SNMP service triggering the false alarm. The port flooding causing monitoring server failed to retrieve information from the problem server.

Linux tips »

[15 Mar 2019 | 4 Comments | ]
Clusterssh Windows setup to manage multiple SSH

The only purpose for me to install the program is to install Clusterssh to manage multiple ssh session in one time.
In this simple guide I assume that Xming server have been installed and running.
For those who don’t know what is Xming server please refer Xming project website.
It actually X server implementation for Windows.

Linux tips »

[14 Mar 2019 | No Comment | ]
Silly me

One of the server have problem with MySQL. The MySQL table cannot edit at all. Restart the MySQL does not resolve the issue.

It turn out that the problem come from tmp folder.

So stop the MySQL first.

Cpanel, Linux »

[13 Mar 2019 | No Comment | ]
Softaculous causing server overload

Recently there are few of our server overloaded because of Softaculous.
Not sure what trigger the overload but reinstall the software seem managed to solve the issue.
We have install our server with process monitoring script. When ever there are many process running exceeded define volume the notification will be sent to our report email.