[Seek Help] V23中sudo为什么要等待很久
Tofloor
poster avatar
五趾
deepin
2024-03-25 12:37
Author

原先使用20.9,现在使用V23,性能方面感觉相差很多,一个简单的例子,使用sudo的时候,需要等待很长时间才提示输入密码,在20.9里是秒出的速度。为什么会有这么大的差别,是个案还是大家也一样?

Reply Favorite View the author
All Replies
👀偷偷观察
deepin
2024-03-25 12:43
#1
echo "127.0.0.1 $HOSTNAME" | sudo tee -a /etc/hosts

终端执行上面这句代码

Reply View the author
babyfengfjx
Super Moderator
CQA
2024-03-25 14:25
#2

你这个是在虚拟机里面用的吧?虚拟机里面现在是有这个问题,后面可能会针对性优化。

Reply View the author
豆浆包子
deepin
2024-03-25 20:54
#3
👀偷偷观察
echo "127.0.0.1 $HOSTNAME" | sudo tee -a /etc/hosts

终端执行上面这句代码

这行代码起什么作用?

Reply View the author
👀偷偷观察
deepin
2024-03-26 08:34
#4
babyfengfjx

你这个是在虚拟机里面用的吧?虚拟机里面现在是有这个问题,后面可能会针对性优化。

不只有虚拟机,只要配置了dns

Reply View the author
babyfengfjx
Super Moderator
CQA
2024-03-26 11:35
#5
👀偷偷观察

不只有虚拟机,只要配置了dns

这个具体配置DNS的过程,方便截图上来看看么?

Reply View the author
五趾
deepin
2024-03-26 14:29
#6
👀偷偷观察
echo "127.0.0.1 $HOSTNAME" | sudo tee -a /etc/hosts

终端执行上面这句代码

确实有用,执行后sudo速度快很多

Reply View the author