Baidu network disk Python client bypy

Brief description: Due to Baidu PCS API permission restrictions, bypy can only access the files and directories under Baidu cloud / apps/bypy directorybypy doesn't speed up. If you want to download without speed limit, you need to buy SVIP yourself Lao Su wrote before Running Baidu network disk client in Docker That's the official client ...

Added by cactus on Wed, 20 Oct 2021 22:45:48 +0300

Linux ubuntu manual installation of gitlab, docker installation of gitlab tutorial and configuration

Construction environment: Gitlab server 192.168.152.131 gitlab installation address: https://about.gitlab.com/install/ 1: Native manual installation gitlab 1. Install and configure the necessary dependencies sudo apt-get update sudo apt-get install -y curl openssh-server ca-certificates tzdata perl 2. Add GitLab package and install it cu ...

Added by tjodolv on Wed, 20 Oct 2021 06:17:06 +0300

CICD concept and jenkins deployment

CICD concept and jenkins deployment 1.CICD process What is CICD CICD is short for Continuous Integration, continuous delivery and Continuous Deployment. It refers to the automatic implementation of a series of processes from development to deployment in the development process, so as to minimize manual intervention. Continuous integrati ...

Added by rammac13 on Tue, 19 Oct 2021 01:10:58 +0300

Deploy Springboot+Mysql project with Docker Compose

Deploy Springboot+Mysql project with Docker Compose In the last article Spring Boot(Maven)+Docker packaging In, we implemented one click packaging and deployment of the Springboot project source code as a Docker service. In the above, if our Springboot project wants to connect to the database, it must be connected to the public IP. This paper ...

Added by derekm on Sat, 16 Oct 2021 12:11:03 +0300

Deploy k8sV1.22.2 cluster version in kubedm mode

Remember to turn off the firewall and selinux. The number of cpu cores should be at least 2 Configuration resolution [root@k8s-master ~]# cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 192.168.153.148 k8s-master 192.168 ...

Added by Illusion on Sat, 16 Oct 2021 09:16:56 +0300

[Hadoop] build a fully distributed cluster based on Docker

reference material: http://dblab.xmu.edu.cn/blog/1233/ Note: the experiment of this blog requires a Docker image with Hadoop cluster environment. Operating environment Ubuntu20.04 Hadoop3.3.1 JDK8 1. Open three containers with Docker Node introduction of this test Node nameeffectmasterMaster nodeslave1Secondary nodeslave2Secondary ...

Added by yendor on Wed, 13 Oct 2021 04:32:50 +0300

Knowledge and use of Docker Swarm

Docker series Chapter 3 docker swarm preface This is an extension of the previous two chapters on Docker and Docker Compose. If you haven't learned it yet, you can learn it in order and look at this chapter again. The principle will be boring, but the basic theory is the basis of practice. Only when you understand it can you know the ...

Added by ArmanIc on Tue, 12 Oct 2021 22:45:23 +0300

06 redis architecture design

Redis master-slave replication brief introduction The read-write capability supported by a single redis is still limited. At this time, we can use multiple redis to improve the concurrent processing capability of redis. How these redis cooperate requires a certain architecture design. Here, we first analyze and implement the master / slav ...

Added by bhinkel on Tue, 12 Oct 2021 06:24:59 +0300

Day91 ~ 93 PAAS cloud platform_ docker container

Learning objectives Be able to tell the main differences between docker container and virtual machine Be able to name the kernel technology used by docker Able to install docker Master common operations of mirroring Master the construction and use of image warehouse Master common container operation commands Can find docker storage driv ...

Added by kmutz22 on Wed, 06 Oct 2021 01:21:54 +0300

[Docker x Hadoop] use Docker to build Hadoop clusters (from scratch)

0. Background See the online tutorials, which use virtual machines to clone multiple virtual machines to simulate clusters But on the real server, it was found that this method did not work At this time, I think of Docker. Imagine that Docker hasn't really fought since he finished learning. This is just a good opportunity The implementa ...

Added by landavia on Sun, 03 Oct 2021 22:12:07 +0300