The GitHub account of Canonical Ltd., the company behind the Ubuntu Linux distribution, was hacked on Saturday, July 6. The mirror of the hacked Canonical GitHub account shows that the attacker created 11 new GitHub repositories sequentially named CAN_GOT_HAXXD_1. Surprisingly, those repositories…
MySql Master-Slave Replication, and post replication
============================= #MASTER: add lines to /etc/mysql/mysql.conf.d/mysqld.cnf============================= ##### Master Setting ###### server-id =1 log_bin = /var/log/mysql-bin.log #### Data that need to be replicated #### binlog-do-db=database_name_1 binlog-do-db=database_name_2 binlog-do-db=database_name_3 Run all this query in MYSQL client: GRANT REPLICATION SLAVE ON *.* TO ‘user’@’%’ IDENTIFIED…
Fix Google app public key error or GPG error in linux
When executing the apt-get update in ubuntu OS command, You may get the public key Error message. Below we will solve public key error message while updating the google pagespeed . This type of issue comes when the application public key (or…
DevOps and How different Cloud use IT.
Introduction: Products are important in combination with people and process, but products alone will not achieve DevOps success. DevOps is the union of people, process, and products to enable continuous delivery of value to our end users. Donovan Brown Successful…