TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
帖子内容
#Linux#tips#Ubuntu#吐槽 Ubuntu Server sudo 很慢的解决办法: 把 127.0.0.1 hostname 添加到 /etc/hosts ,例如 sudo sh -c "echo \"127.0.0.1 `hostname`\n::1 `hostname`\" >> /etc/hosts" P.S. 大概是改过 hostname,/etc/hosts 没有记录。