Published on : February 12, 2022 by Vinayan C V
aaPanel is a simple control panel which is used to manage web server through web-based GUI. Installation Login to Server Login to your server as a root or standard user with Sudo access. Download installation script of aaPanel for CentOS or Redhat 7 0r 8 Linux. wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh Download installation script of aaPanel […]
Published on : February 9, 2022 by Scarlett Upton
Netdata is a system monitoring system, designed to be distributed, lightweight, flexible and open source. The application is able to detect hundreds of metrics automatically, simplifying their configuration and integration. 1.Installation a. Login to CWP Pro server as the root user. b. Click on the Graphs in the left bottom of the interface and select […]
Published on : January 19, 2022 by Vinayan C V
aaPanel is a simple control panel which is used to manage web server through web-based GUI. Installation Login to server Login to your server as a root or standard user with Sudo access. Download installation script of aaPanel for CentOS or Redhat 7 0r 8 Linux. wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh Download installation script of aaPanel for Debian […]
Published on : January 12, 2022 by Vinayan C V
In this article we are creating a local copy of the CodeCommit repository which we are creating in AWS, and making some changes to it. Then we push the changes to the AWS CodeCommit repository. Step-by-step guide Setup for HTTPS users using Git credentials. 1. Create an AWS CodeCommit Repository. On the Create repository page, in Repository name, enter […]
Published on : January 6, 2022 by Abin Raaj
The binary log is a set of log files that contain information about data modifications made to a MySQL server instance. The log is enabled by starting the server with the –log-bin option. It was introduced in MySQL 3.23.14. There are two types of binary logging: Statement-based logging Row-based logging In earlier MySQL versions, binary […]