GitLab installation and use

GitLab is an open source application developed by Ruby on Rails. It implements a self managed Git project warehouse, which can access public or private projects through Web interface. GitLab has similar functions to Github, which can browse source code, manage defects and comments. You can manage team access to the repository, which is very eas ...

Added by Jaehoon on Thu, 19 Dec 2019 23:06:39 +0200

Linux file and directory operation command 01

2.1 pwd(5*****) (print work directory) print the working directory (display the current path) followed by - L, which is also - L (logical) by default. If the logical path (equivalent to win's) - P (physical) is displayed, the real physical path will be displayed [root@oldbody local]# pwd /usr/local [root@oldbody local]# cd - return to the last ...

Added by Lind/swe on Wed, 11 Dec 2019 09:05:45 +0200

20181225 automatic creation of ssh mutual trust script in Linux shell bash environment

1. My Blog Blog Park https://www.cnblogs.com/piggybaba/ Personal website: http://piggybaba.cn GitHub https://github.com/AndyYHM/Writing/ 2. Introduction Abstract: under Linux, automatically create SSH mutual trust script Author: andy_yhm@yeah.net Date: 20181225 Keywords: Shell script, SSH, SSH trust, auto, SSH mutual trust, / bin/bash 3. Sc ...

Added by wes007 on Fri, 06 Dec 2019 07:01:15 +0200

Elk -- grok regular filtering Linux system login log

Filter Linux system login log / var/log/secure Landing successfully Jan 6 17:11:47 localhost sshd[3324]: Received disconnect from 172.16.0.13: 11: disconnected by user Jan 6 17:11:47 localhost sshd[3324]: pam_unix(sshd:session): session closed for user root Jan 6 17:11:48 localhost sshd[3358]: Address 172.16.0.13 maps to localhost, but this ...

Added by sheephat on Sun, 01 Dec 2019 22:06:30 +0200

Mysql5.7 + mha0.58 + RedHat 7.4 installation and deployment of HMA

Or through Https://download.csdn.net/download/xxxzhaobb/11151222 download. 1. Basic information of software and hardware OS Hostname IP Master / slave Remarks Redhat 7.4 Mysql1 192.168.54.230 from Management node ...

Added by johndale on Wed, 20 Nov 2019 20:18:58 +0200

012.Kubernetes Binary Deployment worker node Flannel

1. Deploy flannel 1.1 Install flannel kubernetes requires that nodes in the cluster, including master nodes, be interconnected through the Pod segment.flannel uses vxlan technology to create an inter-operable od network for each node, using UDP 8472 as the port. The first time flanneld starts, it gets the configured PD segment information ...

Added by washbucket on Sun, 17 Nov 2019 23:23:28 +0200

007.Kubernetes binary deployment Flannel

I. deployment of flannel 1.1 installation of flannel kubernetes requires that all nodes in the cluster (including the master node) can be interconnected through the Pod network segment. flannel uses vxlan technology to create an interoperable Pod network for each node. The port used is UDP 8472. When flanneld is started for the first time, ...

Added by PHPycho on Fri, 15 Nov 2019 14:41:54 +0200

ARTS Revamped, Moving Forward in Change

This time, a slight revision was made, and the algorithm and the English document were split. The specific content has been output in the previous two days'articles, so a summary of these two parts is made in this article. Of course, the technical aspects are output here first, then consider the rectification.Step by step, and break up the cont ...

Added by kotun on Fri, 08 Nov 2019 03:48:29 +0200

Examples of recursive function calls and anonymous function lambda's summation of 1-100 and calculation factorial examples in Python

1. Script example of recursively listing files in directoryTo list the files in the directory, you can do the following: os.listdir() In [1]: import os In [4]: os.listdir('/root') Out[4]: ['.tcshrc', '.bash_history', '.bashrc', 'ENV', '.cache', '.config', '.cshrc', '.bash_logout', 'python', '.ssh', 'shell', '.bash_profile', '.ip ...

Added by thesimon on Fri, 01 Nov 2019 06:26:20 +0200

SSH autologin | SSH management tool

sshAutoLogin It can make your ssh login simply as well as efficiently on Mac or Linux. we are frequently using ssh login remote server by terminal. We will find a headache that is often entering a repetitive command line. Fuck~ it's a waste of time!Maybe you cloud write configure of alias on profile. enenen~ Finally, I determined to write a tim ...

Added by garcon on Thu, 31 Oct 2019 16:14:03 +0200