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