“Amazon Cloud Technology Product Review” event call for papers|Deploying JumpServer based on Amazon EC2 to achieve asset management

Authorization statement: This article authorizes the official Amazon Cloud Technology article to forward and rewrite the rights, including but not limited to Amazon Cloud Technology official channels such as Developer Centre, Zhihu, self-media platforms, third-party developer media, etc. Article directory Preface 1. What is EC2? 2. Deploy JumpServer based on Amazon EC2 1.EC2 environment initialization […]

K8S cluster deployment: Guide to deploying k8s 1.26 cluster using kubespray

kubespray deploys k8s 1.26 cluster https://github.com/kubernetes-sigs/kubespray Host list Host Name IP Address Hardware Configuration Host Role k8s-master01 192.168.10.160/24 4C4G1T master k8s-master02 192.168.10.161/24 4C4G1T master k8s-master03 192.168.10.162/24 4C4G1T master k8s-worker01 192.168.10.163/24 4C4G1T worker k8s-worker02 192.168.10.164/24 4C4G1T worker kubespray 192.168.10.165/24 4C4G1T ansible Host name resolution # cat /etc/hosts 192.168.10.160 k8s-master01 192.168.10.161 k8s-master02 192.168.10.162 k8s-master03 192.168.10.163 k8s-worker01 192.168.10.164 […]

Deploying Tomcat8.5.41 environment under Windows

Table of Contents Pre-installation requirements: 1. Download TomCat8.5.41 version 2. Deploy JAVA environment Tomcat environment deployment process: Configure environment variables check Complete Possible problems and solutions: The startup.bat window flashes by If a JRE_HOME error occurs If a JAVA_HOME error occurs If a CATALINA_HOME error occurs Pre-installation requirements: 1. Download TomCat8.5.41 version Download method one: […]

Deploying k8s in Linux 7 offline environment

Linux 7 offline environment deployment k8s Prepare the machine Install the pre-environment (executed on each machine) Basic environment Pass bridged IPv4 traffic to iptables docker environment Install k8s core kubectl kubeadm kubelet (executed on all machines) Initialize the master node (master node execution) init master node Initialize work node Prepare the machine Open three machines […]

Deploying k8s in Linux 7 network environment

Write the directory title here Use kubeadm to quickly build a k8s cluster Prepare three machines Install the pre-environment (executed on all three machines) Pass bridged IPv4 traffic to iptables docker environment installation Install k8s core kubectl kubeadm kubelet (executed on all machines) Initialize the master node (master node execution) init master node Initialize work […]

Deploying Dzzoffice+Onlyoffice under Ubuntu20.04

Deploying Dzzoffice + Onlyoffice under Ubuntu20.04 1. Docker environment installation 1.1 Get docker’s GPG key curl -fsSL https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu/gpg | sudo apt-key add – 1.2 Set up a stable repository sudo add-apt-repository \ “deb [arch=amd64] https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu/ \ $(lsb_release -cs) \ stable” 1.3 Install docker #Query docker-ce version sudo apt-cache policy docker-ce #Install the latest version by […]

Developer practice | Deploying RT-DETR model based on OpenVINO? Python API

Click on the blue text Follow us to make development more interesting Author: Yan Guojin, Intel Edge Computing Innovation Ambassador RT-DETR is an improvement based on the DETR model. It is a real-time end-to-end detector based on the DETR architecture. It achieves more efficient training and inference by using a series of new technologies and […]

Deploying Tale personal blog system on Linux system

Deploying Tale personal blog system on Linux system 1. Introduction to Tale 1.1 Introduction to Tale 1.2 Tale Features 2. Introduction to local environment 2.1 Local environment planning 2.2 Introduction to this practice 3. Check the local environment 3.1 Check local operating system version 3.2 Check the system kernel version 3.3 Check java version 4. […]

Deploying WBO online collaboration whiteboard on Linux system

Deploying WBO online collaboration whiteboard on Linux system 1. Introduction to WBO whiteboard tools 1.1 Introduction to WBO whiteboard 1.2 Features of WBO whiteboard 2. Introduction to local environment 2.1 Local environment planning 2.2 Introduction to this practice 3. Check the local environment 3.1 Check local operating system version 3.2 Check the system kernel version […]