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 |
Tags
- multipart테스트
- 친절한 SQL 튜닝
- ksql
- vue.js
- aws
- intellij favorites
- 자바 ORM 표준 JPA 프로그래밍 정리
- CompletableFuture
- @Transactional Propagation
- @TransactionalEventListener
- Linux
- 백명석님
- git
- ksqldb
- Stream
- 리눅스
- #docker compose
- java
- 원격 브랜 삭제
- HandlerMethodArgumentResolver
- 마이크로 서비스
- intellij 즐겨찾기
- IntelliJ
- Spring Cloud Netflix
- JPA
- findTopBy
- javascript case
- 리팩토링 2판
- intellij 핵심 단축키
- 자바 ORM 표준 JPA 프로그래밍
Archives
- Today
- Total
목록Dig (1)
시그마 삽질==six 시그마
dig 명령어 (DNS lookup utility.)
터미널에서 1. 도메인 조회 dig [@server] [domain] [ query type] server : 네임 서버를 넣어주면 되는데 안 넣으면 etc/resolv.conf 에 있는 걸 바라본다 The name or IP address of the name server to query. If no server argument is provided, the dig command consults the /etc/resolv.conf file and queries the name servers listed there. () domain: 찾고자하는 리소스 네임 The name of the resource record that is to be looked up. type: 조회할 레코드 타입을 넣어준다. ..
프로그래밍/Linux
2021. 5. 2. 23:42