일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- multipart테스트
- #docker compose
- vue.js
- JPA
- ksql
- 마이크로 서비스
- ksqldb
- 리눅스
- @TransactionalEventListener
- HandlerMethodArgumentResolver
- 자바 ORM 표준 JPA 프로그래밍
- Spring Cloud Netflix
- CompletableFuture
- java
- git
- 원격 브랜 삭제
- aws
- Stream
- 자바 ORM 표준 JPA 프로그래밍 정리
- 백명석님
- intellij favorites
- 친절한 SQL 튜닝
- IntelliJ
- 리팩토링 2판
- Linux
- intellij 즐겨찾기
- findTopBy
- intellij 핵심 단축키
- javascript case
- @Transactional Propagation
- Today
- Total
목록리눅스 (2)
시그마 삽질==six 시그마
-디스크의 남은 용량을 확인 df (abbreviation for disk free) is a standard Unix command used to display the amount of available disk space for file systems on which the invoking user has appropriate read access. - 디렉토리별 사용량을 확인 du (abbreviated from disk usage) is a standard Unix program used to estimate file space usage—space used under a particular directory or files on a file system. wikipedia 지금은 도커를 통해 C..
/usr/share/zoneinfo: This directory contains timezone files. /etc/localtime: This file is symlink with timezone file. /etc/timezone: This file is holding timezone name on debian based systems. /etc/sysconfig/clock: This file is holding timezone name on RHEL based systems. - 타임존 확인 ls -al /etc/localtime ls -al /etc/localtime[ec2-user@ip-10-20-0-67 ~]$ ls -al /etc/localtime lrwxrwxrwx 1 root root ..