우분투 설치시에 hostname(컴퓨터 이름)을 기재하는데 중복되게 적는 바람에
/etc/hostname에 있는 녀석만 바꾸었더니
sudo 명령을 수행할때 마다 경고가 뜬다 -_-
검색 결과.. hostname 뿐만 아니라 hosts 까지 수정을 해주어야 하는 듯.
$ cat /etc/hostname devmini |
$ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 devmini # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters |
'Linux > Ubuntu' 카테고리의 다른 글
ubuntu mate (0) | 2015.07.28 |
---|---|
Ubuntu 12.04 LTS G1610 CPU 지원 종료 (0) | 2015.04.10 |
xming / gconf / putty 실행불가 (2) | 2015.02.24 |
apt-file (0) | 2015.02.13 |
ubuntu 10.04 32bit / PAE (0) | 2015.02.13 |