우분투 nslookup 설치

우분투 nslookup 설치
apt-get install dnsutils

1 확인[ | ]

Console
Copy
root@zetawiki:~# nslookup server
The program 'nslookup' is currently not installed. You can install it by typing:
apt-get install dnsutils

2 설치[ | ]

Console
Copy
root@zetawiki:~# apt-get install dnsutils
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  bind9-host libbind9-90 libdns100 libisc95 libisccc90 libisccfg90 liblwres90
Suggested packages:
  rblcheck
The following NEW packages will be installed:
  bind9-host dnsutils libbind9-90 libdns100 libisc95 libisccc90 libisccfg90
  liblwres90
0 upgraded, 8 newly installed, 0 to remove and 145 not upgraded.
Need to get 1,042 kB of archives.
After this operation, 3,507 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Console
Copy
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libisc95 amd64 1:9.9.5.dfsg-3ubuntu0.8 [147 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libdns100 amd64 1:9.9.5.dfsg-3ubuntu0.8 [645 kB]
... (생략)
Setting up bind9-host (1:9.9.5.dfsg-3ubuntu0.8) ...
Setting up dnsutils (1:9.9.5.dfsg-3ubuntu0.8) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...

3 확인 2[ | ]

Console
Copy
root@zetawiki:~# nslookup server
Server:		8.8.8.8
Address:	8.8.8.8#53

** server can't find server: NXDOMAIN

4 같이 보기[ | ]

  • 우분투 MySQL 설치
    이번에 처음 우분투를 설치하게 되었고 mysql을 설치하고자 합니다 덕분에 잘 따라하고 있었습니다만 netstat -ntlp | grep mysqld (not all processes could be identified, non-owned process info will not Qweqwe750
  • 우분투 MySQL 설치
    명령어를 실행한 계정이 root가 아닌 것 같군요. 아래와 같이 sudo를 붙여서 실행해보세요. sudo netstat -ntlp | grep mysqld "ERROR 1045 (28000): Access denied for user"는 아이디, 패스워드 확인 후에 아래와 같이 J Jmnote