摘要:
vim /etc/sudoers 进入编辑模式,找到这一 行:"root ALL=(ALL) ALL"在起下面添加"xxx ALL=(ALL) ALL"(这里的xxx是你的用户名),然后保存退出。 阅读全文
摘要:
vim /etc/sysctl.conf --以下是阿里云的设置 阅读全文
摘要:
编辑文件/etc/sysctl.conf net.ipv6.conf.all.disable_ipv6 =1net.ipv6.conf.default.disable_ipv6 =1 sysctl -p编码 /etc/sysconfig/networkNETWORKING_IPV6=no重启网卡:s 阅读全文