Published on : February 3, 2022 by Vinayan C V
Preface:
Outlook is an email application developed by Microsoft that helps users to send and receive email on their computer. Though it is an email client, it allows various functions such as calendering, task managing, contact managing . Also outlook allows us to manage email accounts of other email providers. For eg: we can configure the webmail […]
Published on : January 27, 2022 by Abin Raaj
Preface:
Mixed content occurs when initial HTML is loaded over a secure HTTPS connection, but other resources (such as images, videos, stylesheets, scripts) are loaded over an insecure HTTP connection. What is Mixed content in WordPress? WordPress is a free and open-source content management system (CMS) written in PHP and paired with a MySQL or MariaDB […]
Published on : January 19, 2022 by Vinayan C V
Preface:
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
Preface:
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
Preface:
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 […]