摘要:
在Ubuntu上如果像cenos一样安装httpd会出错 #cenos安装命令 yum -y install httpd 报错:There are no enabled repos. Run “yum repolist all“ to see the repos you have.。。。。 所以说在 阅读全文
摘要:
当在终端执行sudo命令时,系统提示“kongbursi is not in the sudoers file”: 其实就是没有权限进行sudo,解决方法如下(用户名是kongbursi): 1.切换到超级用户:$ su 2.打开/etc/sudoers文件:$vim /etc/sudoers 3. 阅读全文