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 | 31 |
Tags
- cask
- string
- sort()
- RecursionError
- Modified Date
- zip()
- 피보나치 수
- COUNT
- 알고리즘
- Split
- list.pop(0)
- Python
- sting position
- list to set
- index
- set to list
- 프로그래머스
- Algorithm
- List to String
- Python 나머지
- Unknown command: cask
- python3
- List
- Boto3
- List 초기화
- list.sorted()
- 알고리즘 풀이
- homebrew-core is a shallow clone.
- permutations
- Python 몫
Archives
- Today
- Total
데이터와 코드로 세상을 바라봅니다.
[Linux 명령어] nslookup : 도메인(ip) 확인 본문
nslookup 은 name server 관련한 조회를 할 수 있는 명령어이다. 서버의 네트워크가 제대로 설정되었는지 확인하는 용도로도 사용하는데 자주 쓰는 명령어가 아니다 보니 사용법을 잊어버려서 용도별 nslookup 명령을 정리해 본다.
사용 방법 :
nslookup (입력하고자 하는 도메인)
결과가 정상적으로 나오지 않았을 때, hosts 파일에 해당 도메인을 등록해 보는 것을 권장함.
www.lesstif.com/system-admin/nslookup-20775988.html