xxxxxxxxxx11- 所有版本首页all in one
https://docs.haudi.top/python/3.7/
xxxxxxxxxx11--Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language.
https://docs.haudi.top/mysql/5.7/
xxxxxxxxxx61mysql2- https://docs.oracle.com/cd/E17952_01/index.html all in one 直接下载或在线查看3- https://dev.mysql.com/doc/45- https://docs.haudi.top/mysql/5.7/6- https://docs.haudi.top/mysql/8.0/
https://docs.haudi.top/v18.09/
xxxxxxxxxx41docker2根目录为版本号对应的的位置。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_bakup2rm -fr /etc/yum.repos.d/*3 4cat << EOF > /etc/yum.repos.d/local.repo5[base]6name=CentOS-7 Base7#baseurl=https://10.35.32.22:8080/CentOS-7-x86_64-Everything8baseurl=http://10.233.72.178:8280/all9#baseurl=file:///tmp/tmp-iso10gpgcheck=011gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-712EOF13sed -i "s/CentOS.*/CentOS\ Linux\ release\ 7.8.2003\ \(Core\)/g" /etc/redhat-release;14yum install lvm2 kernel -y15history -r
Download http://123.206.95.170/curl/base_epel.repo
1801base_epel 72--------------------------------------------------------------------------------3#CentOS-Base.repo4#5# The mirror system uses the connecting IP address of the client and the6# update status of each mirror to pick mirrors that are updated to and7# geographically close to the client. You should use this for CentOS updates8# unless you are manually picking other mirrors.9#10# If the mirrorlist= does not work for you, as a fall back you can try the11# remarked out baseurl= line instead.12#13#14[base]15name=CentOS-$releasever - Base16baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/$releasever/os/$basearch/17#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os18gpgcheck=119gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-720 21#released updates22[updates]23name=CentOS-$releasever - Updates24baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/$releasever/updates/$basearch/25#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates26gpgcheck=127gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-728 29#additional packages that may be useful30[extras]31name=CentOS-$releasever - Extras32baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/$releasever/extras/$basearch/33#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras34gpgcheck=135gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-736 37 38#additional packages that extend functionality of existing packages39[centosplus]40name=CentOS-$releasever - Plus41baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/$releasever/centosplus/$basearch/42#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus43gpgcheck=144enabled=045gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-746 47####################################################################################48# epel49# help https://mirrors.tuna.tsinghua.edu.cn/help/epel/50# help https://developer.aliyun.com/mirror/epel51 52####################################################################################53[epel]54name=Extra Packages for Enterprise Linux 7 - $basearch55baseurl=https://mirrors.tuna.tsinghua.edu.cn/epel/7/$basearch56#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch57failovermethod=priority58enabled=159gpgcheck=060gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-761 62[epel-debuginfo]63name=Extra Packages for Enterprise Linux 7 - $basearch - Debug64baseurl=https://mirrors.tuna.tsinghua.edu.cn/epel/7/$basearch/debug65#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-7&arch=$basearch66failovermethod=priority67enabled=068gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-769gpgcheck=070 71[epel-source]72name=Extra Packages for Enterprise Linux 7 - $basearch - Source73baseurl=https://mirrors.tuna.tsinghua.edu.cn/epel/7/SRPMS74#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch75failovermethod=priority76enabled=077gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-778gpgcheck=079 80####################################################################################81# docker-ce-stable82# 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.rpm85####################################################################################86 87[docker-ce-stable]88name=Docker CE Stable - $basearch89baseurl=https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/centos/7/$basearch/stable90enabled=191gpgcheck=192gpgkey=https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/centos/gpg93 94 95####################################################################################96# kubernetes k8s97# help tsinghua repo nothing98# help https://developer.aliyun.com/mirror/kubernetes99# 100# 101####################################################################################102 103[kubernetes]104name=aliyun Kubernetes105baseurl=https://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-x86_64/106enabled=1107gpgcheck=1108repo_gpgcheck=1109gpgkey=https://mirrors.aliyun.com/kubernetes/yum/doc/yum-key.gpg https://mirrors.aliyun.com/kubernetes/yum/doc/rpm-package-key.gpg110 111 112 113####################################################################################114# elrepo-kernel115# help tsinghua repo nothing116# help https://developer.aliyun.com/mirror/kubernetes117# 118# 119####################################################################################120 121[elrepo-kernel]122name=ELRepo.org Community Enterprise Linux Repository - el7123baseurl=https://mirrors.tuna.tsinghua.edu.cn/elrepo/kernel/el7/x86_64/124#elrepo为kernel包专门做了目录,其它的包放在其它的位目录。125enabled=1126gpgcheck=0127gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org128protect=0129 130####################################################################################131# nginx132# help http://nginx.org/en/linux_packages.html133# 134# 135####################################################################################136 137[nginx-stable]138name=nginx stable repo139baseurl=http://nginx.org/packages/centos/$releasever/$basearch/140gpgcheck=1141enabled=0142gpgkey=https://nginx.org/keys/nginx_signing.key143module_hotfixes=true144 145[nginx-mainline]146name=nginx mainline repo147baseurl=http://nginx.org/packages/mainline/centos/$releasever/$basearch/148gpgcheck=1149enabled=1150gpgkey=https://nginx.org/keys/nginx_signing.key151module_hotfixes=true152 153--------------------------------------------------------------------------------154https://mirrors.tuna.tsinghua.edu.cn/remi/ php及mysql第三方源155 156remi源的使用方法157rpm安装后,启用remi.repo158 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 - $basearch164#baseurl=http://rpms.remirepo.net/enterprise/7/remi/$basearch/165#mirrorlist=https://rpms.remirepo.net/enterprise/7/remi/httpsmirror166baseurl=https://mirrors.tuna.tsinghua.edu.cn/remi/enterprise/7/remi/x86_64/167enabled=0168gpgcheck=1169gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi170 171[remi-php74]172# 仅php74173name=Remi's PHP 7.4 RPM repository for Enterprise Linux 7 - $basearch174baseurl=https://mirrors.tuna.tsinghua.edu.cn/remi/enterprise/7/php74/x86_64175# get from https://mirrors.tuna.tsinghua.edu.cn/remi/enterprise/7/176#mirrorlist=https://rpms.remirepo.net/enterprise/7/php74/httpsmirror177#mirrorlist=http://cdn.remirepo.net/enterprise/7/php74/mirror178enabled=1179gpgcheck=0180gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remiExample:
xxxxxxxxxx101# socat /tmp/sock1 -2prompt34> add map #-1 <<5+ key1 value16+ key2 value2 with spaces7+ key3 value3 also with spaces8+ key4 value4910>
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 import13svn 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 import17svn 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'
xxxxxxxxxx11- 所有版本首页all in one
https://docs.haudi.top/haproxy/