Warning: include_once(/www/wwwroot/wangfuchao.com/wp-content/plugins/wp-super-cache/wp-cache-phase1.php): failed to open stream: No such file or directory in /www/wwwroot/wangfuchao.com/wp-content/advanced-cache.php on line 22

Warning: include_once(): Failed opening '/www/wwwroot/wangfuchao.com/wp-content/plugins/wp-super-cache/wp-cache-phase1.php' for inclusion (include_path='.:') in /www/wwwroot/wangfuchao.com/wp-content/advanced-cache.php on line 22
福儿fule-行而思雨-第24页
福儿fule-行而思雨-第24页
解决类似ERROR: The certificate of `github.com’ is not trusted.的问题-行而思雨

解决类似ERROR: The certificate of `github.com’ is not trusted.的问题

近日,空白论坛又回来了,于是下载开心版宝塔专业版玩玩. 在安装的时候,出现了ERROR: The certificate of `xxxxx’ is not trusted.(xxxx为某个网站) 出现这个的原因是该网站的证书不被信任。 解...
5年前
04330
Debian安装sudo-行而思雨

Debian安装sudo

最近试用Debian,用root用户登录,执行sudo apt-get install ...时,居然提示:sudo: command not found 先su到root用户,输入su root,然后按照提示输入相应的root密码,就可登录到root权限下。...
5年前
07470
Debian 安装 yum-行而思雨

Debian 安装 yum

最近试用Debian,用root用户登录,执行yum命令时,居然提示:yum: command not found 可以用以下方法解决 sudo apt-get update sudo apt-get install build-essential sudo apt-get install ...
5年前
213921
VPS安装Curl-行而思雨

VPS安装Curl

如果运行脚本时提示 curl: command not found ,那是因为你的 VPS 没装 Curl. ubuntu/debian 系统安装 Curl 方法: apt-get update -y && apt-get install curl -y centos 系统安装 Cur...
5年前
07432