1.使用curl升级到最新版 2.重启Docker 3.设置Docker开机自启 4.查看Docker版本信息 5.查看Docker系统信息,包括镜像和容器数… ...
分类:
系统相关 时间:
2019-11-07 11:21:55
阅读次数:
73
一.安装node,这里安装9.0的版本,安装其它版本直接到https://deb.nodesource.com/setup_9.x找相应版本的更改既可 1.sudo apt-get remove nodejs --purge 2.curl -sL https://deb.nodesource.com ...
分类:
系统相关 时间:
2019-11-06 15:17:50
阅读次数:
102
动态刷新Prometheus配置,动态刷新Prometheusrule配置 ...
分类:
其他好文 时间:
2019-11-05 00:38:31
阅读次数:
274
sudo yum install -y curl policycoreutils-pythonopenssh-server sudo systemctl enable sshd sudo systemctl start sshd yum install firewalld systemd -y se ...
分类:
其他好文 时间:
2019-11-04 13:13:09
阅读次数:
81
1.1 no module named pycurl 解决办法 下载curl:http://curl.haxx.se/download/curl-7.21.3.tar.gz tar xzf curl-7.21.3.tar.gz ./configure make make install 下载pycu ...
分类:
Web程序 时间:
2019-11-04 11:53:08
阅读次数:
250
pip 是 Python 包管理工具,该工具提供了对Python 包的查找、下载、安装、卸载的功能。目前如果你在 python.org 下载最新版本的安装包,则是已经自带了该工具。Python 2.7.9 + 或 Python 3.4+ 以上版本都自带 pip 工具。pip 官网:https://p ...
分类:
编程语言 时间:
2019-11-03 18:14:07
阅读次数:
76
0、环境准备类: curl http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo -o /etc/yum.repos.d/docker-ce.repo wget -O /etc/yum.repos.d/epel.repo ht ...
分类:
其他好文 时间:
2019-11-03 14:30:17
阅读次数:
71
PHP技术交流QQ群(各个大佬在线解答技术问题): 953618831 ...
分类:
Web程序 时间:
2019-11-02 18:15:24
阅读次数:
114
一、实验环境准备 Centos:192.168.200.111 server.zabbix.com Centos:192.168.200.112 agent.zabbix.com Windows10:192.168.200.110 windows10 111: hostname server.zab ...
分类:
其他好文 时间:
2019-11-02 10:11:11
阅读次数:
87
参考文档https://github.com/nodesource/distributions curl -sL https://rpm.nodesource.com/setup_12.x | bash - yum install -y nodejs ...
分类:
Web程序 时间:
2019-11-01 20:36:48
阅读次数:
180