Lighter! Harmonic cloud edge computing contribution won CNCF official praise again

Recently, the official website of CNCF(Cloud Native Computing Foundation) published an article jointly written by Jin Chen, an R & D Intern of harmonic cloud edge computing, and Vivian Hu from Second State - "using OpenYurt to manage WasmEdge|lightweight edge computing solution".This paper introduces how the edge computing framewo ...

Posted by crabfinger on Tue, 22 Feb 2022 04:45:06 +0100

MHA of MySQL high availability architecture (Theory + deployment + fault simulation)

1, MHA overview MHA (Master HA) is an open source MySQL high availability program. It provides the function of automatic master failover for MySQL master-slave replication architecture. When MHA monitors the failure of the master node, it will promote the slave node with the latest data to become a new master node. During this period, MHA ...

Posted by ssidellq on Fri, 18 Feb 2022 14:10:19 +0100

[Zhao Yuqiang] deploy Kubernetes cluster with binary package

In the private environment of some enterprises, external networks may not be connected. If you want to deploy Kubernetes clusters in such an environment, you can collect Kubernetes and install them offline. That is: deploy Kubernetes cluster with binary installation package, and the version adopted is Kubernetes v1 18.20. The following steps de ...

Posted by Griffin on Sun, 13 Feb 2022 15:49:36 +0100

[Zabbix] installation and deployment of Zabbix 5.0LTS version monitoring system based on CentOS 7.9 system (detailed tutorial)

โ—‹ reference links ๐Ÿ”— Product manual (zabbix.com) Zabbix Chinese document Windows agent installation from MSI 1, Introduction to Zabbix ๐Ÿ”Š ๐Ÿ† Zabbix is an enterprise class open source solution that provides distributed system monitoring and network monitoring functions based on WEB interface. ๐ŸŒˆ It can monitor various network ...

Posted by PhaZZed on Sun, 13 Feb 2022 09:31:36 +0100

OCR (text recognition) function and ASR (speech recognition) java application development (based on Baidu Intelligent Cloud)

Baidu cloud official website: Baidu Intelligent Cloud - Intelligent era infrastructure Baidu intelligent cloud focus on cloud computing, intelligent big data, artificial intelligence services, provide stable cloud server, cloud hosting, cloud storage, CDN, domain name registration, Internet of things and other cloud services, support API docki ...

Posted by nev25 on Fri, 11 Feb 2022 21:51:59 +0100

Jenkins continuous integration environment construction IV (different project construction types of Jenkins: free style, Maven and Pipeline)

1. Construction type of Jenkins project There are many types of automatic construction projects in Jenkins, including the following three types: FreeStyle ProjectMaven ProjectPipeline Project In fact, each type of construction can complete the same construction process and results, but there are differences in operation mode and flexib ...

Posted by Ryodox on Fri, 11 Feb 2022 21:46:25 +0100

The second round of FLY strategy: access Tencent cloud SMS service to realize mobile phone verification and registration

Access Tencent cloud SMS service to realize mobile phone verification and registration Last time, I said that I had completed the access and login functions of security, but when I was ready to log in and try the power of security, I found that the registration function had not been completed, and there was no account to provide login. This ...

Posted by NTM on Fri, 11 Feb 2022 14:32:53 +0100

JavaCV camera practice 6: save as mp4 file (with sound)

Welcome to my GitHubhttps://github.com/zq2599/blog_demosContent: classification and summary of all original articles and supporting source code, involving Java, Docker, Kubernetes, DevOPS, etc;Overview of this articleThis article is the sixth article of "camera practice of JavaCV" JavaCV camera practice 3: saving as mp4 file In this a ...

Posted by zorgon on Thu, 10 Feb 2022 22:13:24 +0100

GEEer Growth Diary 9: worldpop100 m resolution population data visualization and batch download

Recently, I saw many small partners looking for Worldpop population data. When Xiaobian went to see it before, the national image was about 4G, which was too big. However, Xiaobian has collected data for all the people in China, focusing on WeChat official account: GEEer Growth Diary. Available. Today we mainly talk about how to use GEE to dow ...

Posted by joe__ on Wed, 09 Feb 2022 20:53:18 +0100

Remote access and control

OpenSSH server โ—พ SSH (Secure Shell) protocol Is a secure channel protocolThe communication data is encrypted for remote management โ—พ SSH profile Service Name: sshdServer main program: / user/sbin/sshdServer configuration file: / etc/ssh/sshd_configClient configuration file: / etc/ssh/ssh_config โ—พ Service listening options Port ...

Posted by grilldan on Mon, 07 Feb 2022 22:39:05 +0100