일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 원격 브랜 삭제
- JPA
- intellij favorites
- Linux
- Spring Cloud Netflix
- intellij 핵심 단축키
- HandlerMethodArgumentResolver
- ksql
- aws
- ksqldb
- javascript case
- java
- 백명석님
- 리팩토링 2판
- intellij 즐겨찾기
- Stream
- findTopBy
- 친절한 SQL 튜닝
- 리눅스
- git
- #docker compose
- CompletableFuture
- multipart테스트
- @TransactionalEventListener
- @Transactional Propagation
- 마이크로 서비스
- vue.js
- 자바 ORM 표준 JPA 프로그래밍 정리
- IntelliJ
- 자바 ORM 표준 JPA 프로그래밍
- 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 ..