rsync and gitlab use, svn installation

rsync and gitlab use, svn installation 1. Introduction to Rsync rsync is a data image backup tool under linux system. Using the fast incremental backup tool Remote Sync, you can synchronize remotely, support local replication, or synchronize with other SSH and rsync hosts. 2.rsync features rsync supports many features: You can mirror a ...

Added by Justin98TransAm on Tue, 12 Oct 2021 01:34:45 +0300

Installation and use of rsync, gitlab, svn

Installation and use of rsync, gitlab, svn 1. Introduction to Rsync rsync is a data mirror backup tool for linux systems. Remote Sync, a fast incremental backup tool, allows remote synchronization, supports local replication, or synchronization with other SSH, rsync hosts. 2.rsync characteristics rsync supports many features: You can mirro ...

Added by sturoy on Mon, 11 Oct 2021 19:08:09 +0300

Detailed explanation of shell process control

When we write a program, we often need to judge the execution result of the previous step, so the judgment needs to be realized by using if statement. if statement is mainly used for judgment in our program. 1, if syntax 1.1 single branch if if condition;then Command to execute 1 Command to execute 2 Command to execute 3 . ...

Added by lukeurtnowski on Tue, 28 Sep 2021 22:54:18 +0300

Deep understanding of Linux file system and log analysis

catalogue 1, inode and block overview 1. block 2. inode (index node) 3. inode content 4. cp and inode 5. mv and inode 6. Structure after hard disk partition   7. Simple process of accessing files   8. inode size   9. Special role of inode 2, Hard link and soft link 1. Hard link 2. Soft link 3. The difference between ...

Added by weazy on Sat, 25 Sep 2021 09:01:38 +0300

Introduction to Linux Firewall

catalogue preface 1, Relationship between netfilter and iptables (1)netfilter (2)iptables 2, Four tables and five chains (1) Four tables (2) Five chain (3) Matching order between rule chains (4) Matching order within the rule chain 3, Installation and usage of iptables (1) Configuration method of iptables firewall (2) iptables comma ...

Added by fris on Tue, 21 Sep 2021 09:50:24 +0300

Boot process and repair of linux system

Disk boot mbr represents the master boot record, located in track 0 and sector 1, with a size of 446 bytes, as shown in the following figure: mbr function: Record the location of grub2 boot files When mbr data is lost, the system will stop starting because the boot partition cannot be found Problem simulation mode [root@localhost Desktop]# ...

Added by jimjack145 on Fri, 17 Sep 2021 21:57:47 +0300

Junzheng darwin Source Synchronization Tutorial

Environment: Ubuntu 18.04 1. Acquire license certification Get the document from darwin source, use "Alt+Ctrl+T" to open the command window, enter $ssh-keygen All the way back, back, back You can see that the generated id_rsa file, at / home/wangcen/.ssh/id_rsa location (different computer ...

Added by mridang_agarwal on Fri, 12 Jun 2020 04:25:17 +0300

Cloud Server ssh key management and github configuration

A word programmers often say is: Programming for github.Without github, programmers can see how important it is to them. The tool that works with github is git, in the previous chapter git installation and basic configuration on cloud servers There is also a basic introduction to it on the server.Although git can work on both ssh and https pro ...

Added by dev99 on Thu, 28 May 2020 05:35:54 +0300

Rendering host file written by ansible role

The hosts file is usually used when deploying a distributed cluster. We usually write in the ip address and host name. How to implement rendering when writing Ansible?Define the roles first [root@ansible kubeadm-high-install]# ls ansible.cfg group_vars hosts roles site-all.yml The first file takes the default etc/ansible cfg file and remov ...

Added by dutcbhboy83 on Wed, 27 May 2020 18:20:53 +0300

How to deal with the problem that the cloud server cannot access the database remotely after it is installed

Today, my colleague said that a new cloud server is installed, and it is normal to log in Using ssh, but the above service port of Dayun database cannot be accessed. Using netstat ANP to view the port is normal to listen, and the listening address is also allowed to be accessed by any ip And the firewall and iptables are both closed I was also ...

Added by Maskeeper on Sun, 24 May 2020 15:00:06 +0300