Many times Linux systems faced low memory issues,This article has details about how to Flush Memory Cache on Linux Server.There are three options available to flush cache of Linux memory. You can use one of below as per your requirements. […]
Category: Cpanel
How to fix blank white screen error on PrestaShop
Prestashop is a very useful e commerce software. One of the common errors while fresh installation or upgrade is a white screen. This is very disturbing to as there is no error message telling you what is wrong. Mostly it is due to program running out of allowed memory. This article will show you how […]
bash scp: command not found
SCP command is use to transfer files between two servers over SSH. Most of SCP users getting error : [wpfmb type=’error’ theme=2]bash: scp: command not found[/wpfmb] So keep in mind that scp command must be available on both local and remote systems.Use following commands to install package for scp command on Linux operating systems. […]
HOW TO BUILD WORKING UBUNTU SERVER
In this tutorial we will install and setup Apache web server and PHP. There are many newbies out there who are really new to Linux, VPS or Server, so here i am posting easier way to setup a working live server to host websites in it. […]
LFD Excessive Resource Usage Alerts
The LFD service sometimes send excessive resource usage alerts as below: Time: Thu Nov 5 12:25:47 2015 -0500 PID: 486516 (Parent PID:485265) Account: xxxxxx Resource: Virtual Memory Size Exceeded: 210 > 200 (MB) Executable: /usr/bin/php Command Line: /usr/bin/php /home/xxxxxx/public_html/index.php PID: 24933 (Parent PID:22578) Killed: No Normally these alerts received when a process utilizes more than the […]
How to Enable MySQL Event Scheduler status
We needs to enable the event scheduler in MySQL for some applications to work properly. In this case, a small change is required in the MySQL configuration file my.cnf. […]
“Another mysqld server running on port: 3306” error
While starting/restarting the MySQL service on a Linux server,MySQL service may start throwing errors as below: [wpfmb type=’error’ theme=2] Can’t start server: Bind on TCP/IP port: Address already in use: Do you already have another mysqld server running on port: 3306 ?Aborting[/wpfmb] […]
“MySQL is running but PID file could not be found” error
Sometimes while restarting MySQL service, you may get a error as: [wpfmb type=’error’ theme=2]MySQL is running but PID file could not be found[/wpfmb] In our case, the issue was with the pid file and solution is: […]
Test Linux Operating System for IPv6 Networking Support
There is an easy way to find out if Linux kernel compiled with IPv6 or not. To check, whether your current running kernel supports IPv6, Go to your /proc-file-system and look for the following entry: […]
How to Install XCache PHP Module in cPanel
Today in this article we will show you to install XCache PHP module in cPanel.To install this module in cPanel server, Access your server using putty or other with root user and run following command. […]