Using OpenYurt to manage WasmEdge | lightweight edge computing solution

OpenYurt, Vivian Hu (WasmEdge) Edge calculation It is a distributed application architecture that places computing resources (such as CPU and storage) close to the data source. In this way, it provides low latency, high performance and strong security for various applications. However, similar to cloud computing in data center, edge computi ...

Posted by timcapulet on Wed, 16 Feb 2022 12:02:58 +0100

Enhancing Kubernetes network security with Cilium

TL;DR In this article, we use Kubernetes' native network strategy and Cilium's network strategy to realize the isolation of Pod network level. The difference is that the former only provides the network strategy based on L3/4; The latter supports L3/4 and L7 network policies. Improving network security through network strategy can greatly r ...

Posted by AQHost on Wed, 16 Feb 2022 11:50:17 +0100

[punctual atom MP157 serial] Chapter 43 experiment of external RTC chip PCF8563 - extracted from [punctual atom] STM32MP1 embedded Linux Driver Development Guide v1 seven

1) Experimental platform: punctual atom STM32MP157 development board 2) Purchase link: https://item.taobao.com/item.htm?&id=629270721801 3) Full set of experimental source code + manual + video download address: http://www.openedv.com/thread-318813-1-1.html 4) Official station B of punctual atom: https://space.bilibili.com/394620890 5) Punc ...

Posted by nike121 on Wed, 16 Feb 2022 03:12:27 +0100

Course design of operating system: add linux driver

Write in front Please read it first https://blog.csdn.net/qq_46640863/article/details/122684580 Compile the linux kernel. 1, Design content and specific requirements New Linux driver Add a driver (using memory to simulate the device) and use module compilation. requirement: (1) New drivers can be loaded and unloaded dynamically. (2) Use t ...

Posted by goaman on Tue, 15 Feb 2022 15:51:38 +0100

Linux system programming - interprocess communication (mmap memory mapping)

The previous article introduces the common communication methods between processes: nameless pipeline and named pipeline. This article introduces memory mapping. Memory mapping is very convenient when multiple processes access files to read and write. 1. Introduction to memory mapping mmap function The mmap function can map the files on the d ...

Posted by davejj on Tue, 15 Feb 2022 15:38:04 +0100

[installation and configuration of Redhat automated operation and maintenance tool ansible]

ansible is an automatic operation and maintenance tool, which is developed based on Python. It integrates the advantages of many operation and maintenance tools (puppet, cfengine, chef, func and fabric), and realizes batch system configuration, batch program deployment and batch Run command And other functions. After installing Ansible, you do ...

Posted by [Demonoid] on Tue, 15 Feb 2022 14:20:10 +0100

OpenRASP management background installation

1, Install JAVA Java 1.0 is required to install ElasticSearch in CentOS 8.0, execute the command java -version to view the Java version installed in the current system openjdk version "1.8.0_212" OpenJDK Runtime Environment (build 1.8.0_212-b04) OpenJDK 64-Bit Server VM (build 25.212-b04, mixed mode) If java is not installed or the version i ...

Posted by jazz_snob on Tue, 15 Feb 2022 10:32:38 +0100

Deploying Python Falcon Web server using Gunicorn

preface python falcon is a framework closer to python wsgi. It has faster speed and higher performance than falsk and Django. But the disadvantage is that no one uses it, no one uses it and no one uses it. In addition, it is too young and close to the bottom. Many things have to be written by itself. There are not enough instances of official ...

Posted by bseven on Tue, 15 Feb 2022 10:27:33 +0100

Jenkins automation tutorial: installing Jenkins under Linux

Installing Jenkins in Linux Environment First, you must install the java runtime environment before installing Jenkins Download JDK After entering the page, download the 64 bit package, jdk-8u181-linux-x64 tar. GZ and jdk-8u181-linux-x64 Rpm is OK. The following will introduce the installation methods of the two packages respectively. Select ...

Posted by dreglo on Tue, 15 Feb 2022 08:02:44 +0100

Linux common command learning

Linux common command learning 1. ls command It is the abbreviation of list. Through ls command, you can not only view the files contained in linux folders, but also view file permissions (including directory, folder and file permissions)  view directory information, etc. Common parameter collocation: ls -a List all files in the directo ...

Posted by linusx007 on Tue, 15 Feb 2022 04:22:53 +0100