Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Modified Date
- List
- 알고리즘
- 알고리즘 풀이
- zip()
- homebrew-core is a shallow clone.
- list to set
- Python 몫
- cask
- Unknown command: cask
- List to String
- Algorithm
- string
- list.sorted()
- index
- Python 나머지
- COUNT
- List 초기화
- python3
- RecursionError
- sort()
- Python
- Split
- 프로그래머스
- 피보나치 수
- permutations
- set to list
- sting position
- list.pop(0)
- Boto3
Archives
- Today
- Total
데이터와 코드로 세상을 바라봅니다.
[Linux 명령어] nslookup : 도메인(ip) 확인 본문
nslookup 은 name server 관련한 조회를 할 수 있는 명령어이다. 서버의 네트워크가 제대로 설정되었는지 확인하는 용도로도 사용하는데 자주 쓰는 명령어가 아니다 보니 사용법을 잊어버려서 용도별 nslookup 명령을 정리해 본다.
사용 방법 :
nslookup (입력하고자 하는 도메인)
결과가 정상적으로 나오지 않았을 때, hosts 파일에 해당 도메인을 등록해 보는 것을 권장함.
www.lesstif.com/system-admin/nslookup-20775988.html
nslookup 명령어 사용법 및 예제 정리
www.lesstif.com