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
- ksql
- JPA
- intellij 핵심 단축키
- @TransactionalEventListener
- 백명석님
- 리눅스
- git
- javascript case
- intellij favorites
- 리팩토링 2판
- aws
- ksqldb
- findTopBy
- multipart테스트
- CompletableFuture
- intellij 즐겨찾기
- 원격 브랜 삭제
- Spring Cloud Netflix
- Linux
- vue.js
- @Transactional Propagation
- HandlerMethodArgumentResolver
- 자바 ORM 표준 JPA 프로그래밍
- 자바 ORM 표준 JPA 프로그래밍 정리
- 친절한 SQL 튜닝
- 마이크로 서비스
- java
- Stream
- #docker compose
- IntelliJ
Archives
- Today
- Total
목록Dig (1)
시그마 삽질==six 시그마
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bgr8uO/btrHflOCErX/pJj7k0f5XtF9685NFdbQWK/img.png)
터미널에서 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