Ubuntu安装deb包遇到大量依赖错误
apt-get update && apt-get -f install -y
阅读全文
apt-get update && apt-get -f install -y
阅读全文
因为 /usr/libexec/git-core/ 路径没在 PATH 环境变量中解决办法1. 将所有的URL中的http、https 改成git2. 将 /usr/libexec/git-core 纳入 PATH,至少在使用 git 之前,设置一下PATHPATH=$PATH:/usr/libexec/git-core或直接在 /etc/profile 中修改另一种情况如果上述方法未能解决...
阅读全文
现象:vnstat访问不正常,浏览器打开后vps的cpu直接100%,页面没反应,然后等会就是502错误,停止访问之后cpu占用率回到正常php慢查询日志[10-Jun-2015 21:35:27] [pool www] pid 9492
script_filename = /home/wwwroot/default/vnstat/index.php
[0x0000000002df9838...
阅读全文