JumpServer Environment Deployment Component Installation

Introduction to Jumpserver Jumpserver Core Features List Jumpserver Environment Requirements Jumpserver Deployment Install redis Install Mariadb Modify Jumpserver configuration file Start Jumpserver Test Access Jumpserver Plugin Installation Koko Component Deployment Luna component deployment Guacamole Component Deployment Configure Nginx ...

Posted by kristalys on Tue, 03 Sep 2019 10:18:41 -0700

CentOs 7 Installation docker Record

Record the next direct C, V use Pre-examination [root@web-95-61 /]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) [root@web-95-61 /]# un ...

Posted by dhiren22 on Sun, 25 Aug 2019 21:17:51 -0700

Kubernetes Installation Handbook-kubeadm

10. Kubernetes Practice Papers 10.1) Three ways to install Kubernetes (officially available) 10.1.1)minikubeMinikube is a tool that allows you to quickly run a single Kubernetes locally and try it out with Kubernetes or users of everyday development.It cannot be used in a production environment. Official documents: https://kubernetes.io/docs/ ...

Posted by Spikey on Sun, 25 Aug 2019 11:15:58 -0700

Start elasticsearch,kibana,cerebro with docker

Uninstall older versions of docker Older versions of docker are called docker or docker-engine.If these are installed, uninstall them and their associated dependencies. sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ ...

Posted by jokerbla on Sun, 18 Aug 2019 20:19:33 -0700

Framework by springboot to simplify 80% of code

Catalog Project introduction Environment Setup development tool development environment Tool Installation system architecture Start Project Open Source Location springboot does many default encapsulations based on spring and mvc.The benefits of doing so greatly fac ...

Posted by hrosas on Sun, 18 Aug 2019 19:56:50 -0700

Summary of Work Questions for Weeks 2019-08-18

baiyan apache correlation Using apache to configure multiport bindings to implement a local microservice architecture Configuration file httpd.conf: Listen 80 Listen 9399 DocumentRoot "C:/Users/jiangbaiyan/PhpstormProjects/NicoRobin/public" <Directory "C:/Users/jiangbaiyan/PhpstormProjects/NicoRobin/public"> Options Indexes FollowSym ...

Posted by galvin on Sun, 18 Aug 2019 19:09:30 -0700

Goldang-nsq Series--First Understanding

nsq is a simple and easy-to-use distributed message middleware originally developed by bitly company. It can be used for real-time message service in large-scale systems and can process hundreds of millions of messages every day. It has the following characteristics: Distributed. It provides a distributed, decentralized and single-point fault- ...

Posted by wheeler08 on Sun, 18 Aug 2019 06:16:24 -0700

Use of Docker Containers

Catalog Docker container and KVM virtualization Installation and Use of Docker The Use of Vulhub in Vulhub Vulhub Based on Docker Docker container and KVM virtualization Docker Container is an open source application container engine that a ...

Posted by sherri on Sat, 17 Aug 2019 01:39:52 -0700

kubeadm deployment kubernetes (version 1.15.2) - - take you around the pit

K8S is so popular, there are many online tutorials, but the official update is too fast, many deployment tutorials have lagged behind, and there are countless pits, for beginners, not everyone has the ability to climb out. For every student who wants to make progress, deploying K8S is a mountain. If you can deploy it clearly, you already know ...

Posted by yaron on Wed, 14 Aug 2019 05:16:16 -0700

Experience Recall (Manual) => Python Version - Docker uses a simple example of selenium

Dockerfile is as follows FROM python RUN pip install -i http://pypi.douban.com/simple \ requests selenium retrying --trusted-host pypi.douban.com docker-compose.yaml reads as follows version: "3.7" services: myspider: build: . volumes: # Data Volume Mapping - /root/mycode:/root/mycode command: python /root/mycode/1.py ...

Posted by DarkJamie on Wed, 14 Aug 2019 00:39:35 -0700