最新发布第24页
修改linux服务器的root密码-行而思雨

修改linux服务器的root密码

使用putty等连接工具连接到服务器中,使用root账户登录 然后执行sudo passwd root 此时会提示输入新的密码。你输入新的密码,再确认输入一次密码回车,就可以完成root密码的修改。 如果你是debia...
福儿fule的头像-行而思雨福儿fule5年前
02290
-bash: passwd: command not found的解决办法-行而思雨

-bash: passwd: command not found的解决办法

在修改Linux服务器root账号的密码时,出现错误,并报:-bash: passwd: command not found,可以执行如下命令安装passwd #Debian apt-get install passwd #Ubuntu apt-get install passwd #Arch Lin...
福儿fule的头像-行而思雨福儿fule5年前
012320
解决类似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为某个网站) 出现这个的原因是该网站的证书不被信任。 解...
福儿fule的头像-行而思雨福儿fule5年前
04370
Debian安装sudo-行而思雨

Debian安装sudo

最近试用Debian,用root用户登录,执行sudo apt-get install ...时,居然提示:sudo: command not found 先su到root用户,输入su root,然后按照提示输入相应的root密码,就可登录到root权限下。...
福儿fule的头像-行而思雨福儿fule5年前
07540
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 ...
福儿fule的头像-行而思雨福儿fule5年前
214161
VPS安装Curl-行而思雨

VPS安装Curl

如果运行脚本时提示 curl: command not found ,那是因为你的 VPS 没装 Curl. ubuntu/debian 系统安装 Curl 方法: apt-get update -y && apt-get install curl -y centos 系统安装 Cur...
福儿fule的头像-行而思雨福儿fule5年前
07652