Git设置代理
设置代理 http git config –global http.proxy socks5://127.0.0.1:10808 https git config –global https.proxy socks5://127.0.0 … 阅读全文
设置代理 http git config –global http.proxy socks5://127.0.0.1:10808 https git config –global https.proxy socks5://127.0.0 … 阅读全文
from enum import Enum type object has no attribute ‘getitem‘ #如果已经安装过enum #使用pip uninstall enum #然后 pip install enum34
#!/bin/sh if [[ $# -ne 1 ]] then echo "Usage: chpw.sh password" exit 1 fi passwd=$1 echo "${passwd}" | passwd … 阅读全文
Centos7部署k8s k8sm 10.0.53.22 k8sn 10.0.53.32 1.安装docker-ce 1.1安装依赖包 yum install -y yum-utils device-mapper-persistent-data lvm2 1. … 阅读全文
作为一个追求简约的人,现在主流的网址导航对我而言是难以接受的,里面有很多东西都是我不想要的,建立最初是为了自用(我现在也在用,保持更新维护),后来收集的各种神奇的网站太多了,做个分享,希望能帮到需要帮助的programmer 一款高度可定制化的导航– … 阅读全文
select table_name,table_rows from information_schema.tables where TABLE_SCHEMA = ‘数据库名称’ order by table_rows desc; select sum(tabl … 阅读全文
部署harbor 2.0 ################################# 安装docker centos 7.6 yum update yum install -y yum-utils yum-config-manager –add-re … 阅读全文
配置nightingale centos7.6 0,基础包 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc perl-ExtUtils-MakeMake … 阅读全文
更改Nginx安装目录/conf/nginx.conf文件。 或者新建SSL.conf(ssl配置文件) 找到以下配置信息: # HTTPS server server { listen 443; server_name localhost; ssl on; … 阅读全文
zabbix.conf # # Zabbix monitoring system php web frontend # <VirtualHost zabbix.ituser.cn:443> ServerName zabbix.ituser.cn:4 … 阅读全文