xxxxxxxxxx
11- 所有版本首页all in one
https://docs.haudi.top/python/3.7/
xxxxxxxxxx
11--Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language.
https://docs.haudi.top/mysql/5.7/
xxxxxxxxxx
61mysql
2- https://docs.oracle.com/cd/E17952_01/index.html all in one 直接下载或在线查看
3- https://dev.mysql.com/doc/
4
5- https://docs.haudi.top/mysql/5.7/
6- https://docs.haudi.top/mysql/8.0/
https://docs.haudi.top/v18.09/
xxxxxxxxxx
41docker
2根目录为版本号对应的的位置。
3https://docs.haudi.top/v18.09/
4https://docs.haudi.top/v18.09/get-started/
Download http://123.206.95.170/curl/base_epel.repo
151cp -ap /etc/yum.repos.d /etc/yum.repos.d_bakup
2rm -fr /etc/yum.repos.d/*
3
4cat << EOF > /etc/yum.repos.d/local.repo
5[base]
6name=CentOS-7 Base
7#baseurl=https://10.35.32.22:8080/CentOS-7-x86_64-Everything
8baseurl=http://10.233.72.178:8280/all
9#baseurl=file:///tmp/tmp-iso
10gpgcheck=0
11gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
12EOF
13sed -i "s/CentOS.*/CentOS\ Linux\ release\ 7.8.2003\ \(Core\)/g" /etc/redhat-release;
14yum install lvm2 kernel -y
15history -r
Download http://123.206.95.170/curl/base_epel.repo
1801base_epel 7
2--------------------------------------------------------------------------------
3#CentOS-Base.repo
4#
5# The mirror system uses the connecting IP address of the client and the
6# update status of each mirror to pick mirrors that are updated to and
7# geographically close to the client. You should use this for CentOS updates
8# unless you are manually picking other mirrors.
9#
10# If the mirrorlist= does not work for you, as a fall back you can try the
11# remarked out baseurl= line instead.
12#
13#
14[base]
15name=CentOS-$releasever - Base
16baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/$releasever/os/$basearch/
17#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
18gpgcheck=1
19gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
20
21#released updates
22[updates]
23name=CentOS-$releasever - Updates
24baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/$releasever/updates/$basearch/
25#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
26gpgcheck=1
27gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
28
29#additional packages that may be useful
30[extras]
31name=CentOS-$releasever - Extras
32baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/$releasever/extras/$basearch/
33#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
34gpgcheck=1
35gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
36
37
38#additional packages that extend functionality of existing packages
39[centosplus]
40name=CentOS-$releasever - Plus
41baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/$releasever/centosplus/$basearch/
42#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
43gpgcheck=1
44enabled=0
45gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
46
47####################################################################################
48# epel
49# help https://mirrors.tuna.tsinghua.edu.cn/help/epel/
50# help https://developer.aliyun.com/mirror/epel
51
52####################################################################################
53[epel]
54name=Extra Packages for Enterprise Linux 7 - $basearch
55baseurl=https://mirrors.tuna.tsinghua.edu.cn/epel/7/$basearch
56#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
57failovermethod=priority
58enabled=1
59gpgcheck=0
60gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
61
62[epel-debuginfo]
63name=Extra Packages for Enterprise Linux 7 - $basearch - Debug
64baseurl=https://mirrors.tuna.tsinghua.edu.cn/epel/7/$basearch/debug
65#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-7&arch=$basearch
66failovermethod=priority
67enabled=0
68gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
69gpgcheck=0
70
71[epel-source]
72name=Extra Packages for Enterprise Linux 7 - $basearch - Source
73baseurl=https://mirrors.tuna.tsinghua.edu.cn/epel/7/SRPMS
74#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch
75failovermethod=priority
76enabled=0
77gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
78gpgcheck=0
79
80####################################################################################
81# docker-ce-stable
82# help https://mirrors.tuna.tsinghua.edu.cn/help/docker-ce/
83#
84# curl -Ok https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/centos/7/x86_64/stable/Packages/docker-ce-17.12.0.ce-1.el7.centos.x86_64.rpm
85####################################################################################
86
87[docker-ce-stable]
88name=Docker CE Stable - $basearch
89baseurl=https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/centos/7/$basearch/stable
90enabled=1
91gpgcheck=1
92gpgkey=https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/centos/gpg
93
94
95####################################################################################
96# kubernetes k8s
97# help tsinghua repo nothing
98# help https://developer.aliyun.com/mirror/kubernetes
99#
100#
101####################################################################################
102
103[kubernetes]
104name=aliyun Kubernetes
105baseurl=https://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-x86_64/
106enabled=1
107gpgcheck=1
108repo_gpgcheck=1
109gpgkey=https://mirrors.aliyun.com/kubernetes/yum/doc/yum-key.gpg https://mirrors.aliyun.com/kubernetes/yum/doc/rpm-package-key.gpg
110
111
112
113####################################################################################
114# elrepo-kernel
115# help tsinghua repo nothing
116# help https://developer.aliyun.com/mirror/kubernetes
117#
118#
119####################################################################################
120
121[elrepo-kernel]
122name=ELRepo.org Community Enterprise Linux Repository - el7
123baseurl=https://mirrors.tuna.tsinghua.edu.cn/elrepo/kernel/el7/x86_64/
124#elrepo为kernel包专门做了目录,其它的包放在其它的位目录。
125enabled=1
126gpgcheck=0
127gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
128protect=0
129
130####################################################################################
131# nginx
132# help http://nginx.org/en/linux_packages.html
133#
134#
135####################################################################################
136
137[nginx-stable]
138name=nginx stable repo
139baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
140gpgcheck=1
141enabled=0
142gpgkey=https://nginx.org/keys/nginx_signing.key
143module_hotfixes=true
144
145[nginx-mainline]
146name=nginx mainline repo
147baseurl=http://nginx.org/packages/mainline/centos/$releasever/$basearch/
148gpgcheck=1
149enabled=1
150gpgkey=https://nginx.org/keys/nginx_signing.key
151module_hotfixes=true
152
153--------------------------------------------------------------------------------
154https://mirrors.tuna.tsinghua.edu.cn/remi/ php及mysql第三方源
155
156remi源的使用方法
157rpm安装后,启用remi.repo
158
159https://mirrors.tuna.tsinghua.edu.cn/remi/enterprise/7/remi/x86_64/
160
161[remi]
162# php74的其它大量库依赖
163name=Remi's RPM repository for Enterprise Linux 7 - $basearch
164#baseurl=http://rpms.remirepo.net/enterprise/7/remi/$basearch/
165#mirrorlist=https://rpms.remirepo.net/enterprise/7/remi/httpsmirror
166baseurl=https://mirrors.tuna.tsinghua.edu.cn/remi/enterprise/7/remi/x86_64/
167enabled=0
168gpgcheck=1
169gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
170
171[remi-php74]
172# 仅php74
173name=Remi's PHP 7.4 RPM repository for Enterprise Linux 7 - $basearch
174baseurl=https://mirrors.tuna.tsinghua.edu.cn/remi/enterprise/7/php74/x86_64
175# get from https://mirrors.tuna.tsinghua.edu.cn/remi/enterprise/7/
176#mirrorlist=https://rpms.remirepo.net/enterprise/7/php74/httpsmirror
177#mirrorlist=http://cdn.remirepo.net/enterprise/7/php74/mirror
178enabled=1
179gpgcheck=0
180gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
Example:
xxxxxxxxxx
101# socat /tmp/sock1 -
2prompt
3
4> add map #-1 <<
5+ key1 value1
6+ key2 value2 with spaces
7+ key3 value3 also with spaces
8+ key4 value4
9
10>
191## svn mkdir
2svn --username svnusername --password svnpassword mkdir svn://172.31.250.127/some/svn/dir/abc -m 'svn commit info'
3svn --username svnusername --password svnpassword mkdir svn://172.31.250.127/some/svn/dir/bcd -m 'svn commit info'
4svn --username svnusername --password svnpassword mkdir svn://172.31.250.127/some/svn/dir/folder -m 'svn commit info'
5
6## svn delete
7svn delete svn://172.31.250.127/some/svn/dir/abc -m 'svn commit info'
8svn delete svn://172.31.250.127/some/svn/dir/bcd -m 'svn commit info'
9svn delete svn://172.31.250.127/some/svn/dir/folder -m 'svn commit info'
10
11
12## svn import
13svn import /data/webapps_temp/abc svn://172.31.250.127/some/svn/dir/abc -m 'svn commit info'
14svn import /data/webapps_temp/bcd svn://172.31.250.127/some/svn/dir/bcd -m 'svn commit info'
15svn import /data/webapps_temp/folder svn://172.31.250.127/some/svn/dir/folder -m 'svn commit info'
16## quiet import
17svn import -q /data/webapps_temp/abc svn://172.31.250.127/some/svn/dir/abc -m 'svn commit info'
18svn import -q /data/webapps_temp/bcd svn://172.31.250.127/some/svn/dir/bcd -m 'svn commit info'
19svn import -q /data/webapps_temp/folder svn://172.31.250.127/some/svn/dir/folder -m 'svn commit info'
xxxxxxxxxx
11- 所有版本首页all in one
https://docs.haudi.top/haproxy/