虚拟机里的Ubuntu sudo时卡住
https://serverfault.com/questions/38114/why-does-sudo-command-take-long-to-execute
今天装了一个虚拟机,其他都很快,但是执行sudo的时候却非常的卡,要等好几秒钟,搜了一下,是这么个解决法,把主机名加到 /etc/hosts
里,原因是安装过程中,hostname没有追加到 /etc/hosts
里。
那么为什么sudo要读取 /etc/hosts
呢?原因在这里:https://superuser.com/questions/429790/sudo-command-trying-to-search-for-hostname
更多文章
本站热门
- socks5 协议详解
- zerotier简明教程
- 搞定面试中的系统设计题
- frp 源码阅读与分析(一):流程和概念
- 用peewee代替SQLAlchemy
- Golang(Go语言)中实现典型的fork调用
- DNSCrypt简明教程
- 一个Gunicorn worker数量引发的血案
- Golang validator使用教程
- Docker组件介绍(一):runc和containerd
- Docker组件介绍(二):shim, docker-init和docker-proxy
- 使用Go语言实现一个异步任务框架
- 协程(coroutine)简介 - 什么是协程?
- SQLAlchemy简明教程
- Go Module 简明教程