NodeJS 11.x curl -sL https://rpm.nodesource.com/setup_11.x | bash - NodeJS 10.x curl -sL https://rpm.nodesource.com/setup_10.x | bash - NodeJS 8.x curl -sL https://rpm.nodesource.com/setup_8.x | bas ...
NodeJS 11.x curl -sL https://rpm.nodesource.com/setup_11.x | bash - NodeJS 10.x curl -sL https://rpm.nodesource.com/setup_10.x | bash - NodeJS 8.x curl -sL https://rpm.nodesource.com/setup_8.x | bas ...
基于saltstack配置管理方式:prometheus的自启动配置 cat init.sls /usr/local/prometheus/prometheus.yml: file.managed: - source: salt://200_111/prometheus/prometheus.yml prometheus_server_service_script: file ...
cp msyh.ttf /usr/local/lib/python3.6/site-packages/matplotlib/mpl-data/fonts/ttf/ vi /usr/local/lib/python3.6/site-packages/matplotlib/mpl-data/matplotlibrc font.sans-serif : Microsoft YaHei, ... ...
==SSHClient 封装Transport== import paramiko, socks sock = socks.socksocket() host, port = '103.67.206.10', 11113 sock.set_proxy(proxy_type=socks.SOCKS5,addr=host,port=port,username='lx',password='Qaz ...
1.下载 wget https://www.python.org/ftp/python/3.6.7/Python-3.6.7.tgz tar -zxvf Python-3.6.7.tgz 2.安装依赖 yum -y install sqlite-devel openssl-devel gcc libffi-devel 3.编译安装 cd Python-3.6.7/ ./configure # ...
最新评论