by Reeshma Mathews | Nov 4, 2016 | MySQL, Server Administration, Server Management, Technical Support
MySQL database server is widely used by online businesses to store their critical and valuable data. MariaDB and Percona are other database servers based on MySQL. But the confidentiality and security of these database servers goes for a toss when one fine morning a...
by Reeshma Mathews | Nov 3, 2016 | Docker, Server Management
In a Docker infrastructure, monitoring the containers is vital to ensure that a single container do not end up abusing the host machine and crash other containers. Docker container monitoring involves keeping an eye on the metrics such as available CPU, mem, blkio,...
by Reeshma Mathews | Nov 1, 2016 | Server Management, Technical Support, WordPress
On December 2015, the much-awaited PHP 7 was released. With its new version of the Zend Engine, PHP 7.0 proved to be two times faster than PHP 5.6. In PHP 7, code execution became faster and it requires only less number of servers to handle the same website traffic....
by Reeshma Mathews | Oct 28, 2016 | Docker
While most DevOps engineers prefer managing their Docker container infrastructure from the command line, some users prefer to have a Docker web UI. There are many open source Docker web UI available, suited for different purposes that range from basic container...
by Reeshma Mathews | Oct 26, 2016 | Docker, Server Management
Docker performance can be affected by a single container that abuses the CPU or memory, which can eventually end up crashing other containers or the entire machine. Most hosting providers implement QoS (Quality of Service) to improve Docker performance. This...
Recent Comments