解决类似ERROR: The certificate of `github.com’ is not trusted.的问题
近日,空白论坛又回来了,于是下载开心版宝塔专业版玩玩. 在安装的时候,出现了ERROR: The certificate of `xxxxx’ is not trusted.(xxxx为某个网站) 出现这个的原因是该网站的证书不被信任。 解...
Debian安装sudo
最近试用Debian,用root用户登录,执行sudo apt-get install ...时,居然提示:sudo: command not found 先su到root用户,输入su root,然后按照提示输入相应的root密码,就可登录到root权限下。...
Debian 安装 yum
最近试用Debian,用root用户登录,执行yum命令时,居然提示:yum: command not found 可以用以下方法解决 sudo apt-get update sudo apt-get install build-essential sudo apt-get install ...