鸡汤 等我干 IT 发财了,我就跟你离婚!
“等我干 IT 发财了,我就买房和你结婚.” 他暖暖地说, 听完后,她心里拔凉拔凉的! 她想,这大概是最婉转的…
linux open-falcon监控mysql
如何安装 open-falcon 就不多说了,这里我们使用 mymon 获取 mysql 的数据 环境准备 g…
python python 网站连接检测脚本
【环境】:Python3 这个脚本可以检测网站 url 连接时间,状态码等信息。 加入传入参数,域名信息,适配…
python ImportError: pycurl: libcurl link-time ssl backend (nss) is different from compile-time ssl backend (openssl)
报错如下 ImportError: pycurl: libcurl link-time ssl backend…
软件工具 python学习之Dnspython模块,常见错误解决
今天在家里搞 Python3 学习 DNS 模块,中间研究出现了很多坑,不能说坑也是我自己作为一个新手犯得错误…
linux 解决ubuntu apt-get安装报错
问题 正在解析文件 ‘/var/lib/dpkg/updates/0033’ 第 0 …
软件工具 Mysql5.7报错 You must reset your password using ALTER USER statement before executing this statement.
mysql5.7 初始化进入 mysql 执行指令会报错 You must reset your passwo…
linux Nginx配置支持HTTP/2
原创文章,禁止转载! HTTP/2(超文本传输协议第 2 版,最初命名为 HTTP 2.0),是HTTP 协议…
linux 通过Google身份验证登录linux服务器
我们可以通过安装 Google 身份验证器登录服务器,这样即使密码泄露没有验证码别人也进入不了服务器 环境准备…
linux 解决nslookup命令找不到
解决方法 : yum install bind-utils -y
linux jenkins构建git插件报错处理
今天构建 jenkins 发现 git 插件报错内容如下 java.io.IOException: Could…
linux nginx加载ssl证书免输入密码
因为最近跟银行对接需要 https 属于银行 CA 颁发证书,生成的 key 每次 nginx -t ngin…
软件工具 MarkdownPad 2 注册码
邮箱 Soar360#live.com 授权秘钥 GBPduHjWfJU1mZqcPM3BikjYKF6xKh…
docker Ubuntu 16.4安装docker-ce
【内核】:4.4.0-66-generic 1. 安装基础软件 apt-get -y install apt-…
linux zabbix报错(Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.)
报错信息:(Not all processes could be identified, non-owned …
docker Centos7安装docker-ce
Docker 社区版 for CentOS 用于 CentOS 分发的 Docker CE 是在基于 Cent…
linux error: command ‘gcc’ failed with exit status 1
【系统】:centos7 安装 pillow-4.0.0 出现错误 error: command ‘…
软件工具 Chrome鼠标点击爱心插件
今天发现一个 chrome 插件点击可以显示爱心,还可以出现颜文字十分好玩,而且不卡。 在线安装: 点击传送 …
linux PHP编译安装curl模块
【系统】:centos7.2 【PHP】:php-5.6.22 1. 下载 curl curl 官网:http…