tomcat uses jenkins to deploy the project to the peer host

Using jenkins to deploy a project to a peer host 1. Deployment environment hostIP addressAll services on the hostjenkins192.168.200.151tomcat,jenkinstest192.168.200.144tomcat 2. jenkins deployment project (manual deployment) //Download git tools and packaging tools first [root@jenkins opt]# -y UTF-8...

Posted by dotMoe on Tue, 19 Oct 2021 22:54:56 +0530

Docker basic notes (crazy God Theory)

1. Getting started with Docker Madness course: https://www.bilibili.com/video/BV1og4y1q7M4?share_source=copy_web Docker overview Why does Docker appear? One product: development – online two sets of environments! Application environment, application configuration! Development - operation and maUTF-8...

Posted by atwyman on Tue, 19 Oct 2021 23:06:53 +0530

Tianlong Babu TLBB builds CentOS7x series server manual environment erection configuration

In today's tutorial, the environment is built manually. The built environment is more stable The tools used below are 1.WinSCP 2.Securecrt 3. Build ECS CentOS manually_ 7. X Tianlong environment 64 bit. 7z WinSCP is a visualization tool, which can directly operate the addition, deletion and moUTF-8...

Posted by Eiolon on Wed, 20 Oct 2021 00:47:53 +0530

Linux bare metal development | RGBLCD display experiment

RGBLCD display experiment 1, Introduction to LCD and eLCDIF 1.1 introduction to LCD Liquid Crystal Display (LCD). The structure of LCD is to place liquid crystal cells in two parallel glass substrates, TFT (thin film transistor) is set on the lower substrate glass, and color filter is set on thUTF-8...

Posted by katuki on Wed, 20 Oct 2021 10:44:33 +0530

kvm virtualization detached deployment

One kvm Virtualized Separated Deployment Environment Environmental description centos7 host nameHost ipDeployment Contentkvm192.168.143.140lvm and web Managementkvm139192.168.143.139lvm Virtual Machine Configuration Real Machine Virtualization Function Start 2 kvm detached deployment Host kvm dUTF-8...

Posted by PRSWeb on Wed, 20 Oct 2021 22:02:49 +0530

How to install and use Docker on Ubuntu 20.04

How to install and use Docker on Ubuntu 20.04 Docker is an open source, containerized platform that allows you to build, test, and deploy applications as mobile containers that can run anywhere. A container represents the running environment of an application and contains all dependent softwarUTF-8...

Posted by fxpepper on Wed, 20 Oct 2021 22:57:22 +0530

Python process and multiprocess

preface Over the past few years, I have been struggling in the it industry. Along the way, many have summarized some high-frequency interviews in the python industry. I see most of the new blood in the industry, and I still have all kinds of difficult questions for the answers to all kinds of iUTF-8...

Posted by Wizard4U on Thu, 21 Oct 2021 00:41:59 +0530

16 interprocess communication

The precondition for two processes to communicate is to let the two processes see the same resource. 1, Interprocess communication 1.1. Purpose of interprocess communication Data transfer: one process needs to send its data to another process. For example, pipeline command: ls and grep here areUTF-8...

Posted by bynary on Thu, 21 Oct 2021 09:42:46 +0530

CMAKE use learning notes

@CMAKE use learning notes Reference articles Reference 2 Reference 3 Install CMAKE (refer to for details) Test 3) sudo apt install cmake View version cmake -version Code parsing: cmake_minimum_required (VERSION 2.8) The minimum version requirement for cmake is 2.8 project (demo) Project Name: dUTF-8...

Posted by dianaqt on Thu, 21 Oct 2021 11:55:18 +0530

ROS installation guide and pit filling tutorial

1 Ubuntu install of ROS Noetic be careful: ROS versionIts corresponding Ubuntu operating systemkineticubuntu16melodicubuntu18noeticubuntu20 1.1 installation 1.1.1 configure your Ubuntu repository What is? Ubuntu repository? Configure your Ubuntu repository to allow "restricted," "universal," aUTF-8...

Posted by gte604j on Thu, 21 Oct 2021 21:58:52 +0530