TGTGInsighttelegram intelligenceLIVE / telegram public index
← 浅影随想
浅影随想 avatar

TGINSIGHT POST

Post #2877

@lightFantasy

浅影随想

Views1,650帖子阅读量
发布7月25日2023/07/25 10:59
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 没有记录。