일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ksqldb
- 친절한 SQL 튜닝
- multipart테스트
- intellij 핵심 단축키
- 원격 브랜 삭제
- Linux
- JPA
- aws
- 자바 ORM 표준 JPA 프로그래밍
- IntelliJ
- HandlerMethodArgumentResolver
- findTopBy
- ksql
- intellij favorites
- intellij 즐겨찾기
- Stream
- vue.js
- @TransactionalEventListener
- javascript case
- git
- #docker compose
- 리눅스
- java
- 백명석님
- CompletableFuture
- Spring Cloud Netflix
- 마이크로 서비스
- @Transactional Propagation
- 자바 ORM 표준 JPA 프로그래밍 정리
- 리팩토링 2판
- Today
- Total
목록프로그래밍/Linux (11)
시그마 삽질==six 시그마
1. ifcfg-eth0 cat /etc/sysconfig/network-scripts/ifcfg-eth0 eth0장치에 설정된 네트워크 정보가 모두 들어 있는 파일이다. 2. network cat /etc/sysconfig/network 네트워크의 기본정보가 설정되어 있는 파일로 네트워크 사용여부가 써있다. 3. resolv.conf cat /etc/resolv.conf DNS 서버의 정보와 호스트 이름이 들어있는 파일이다 4. hosts cat /etc/hosts 현 컴퓨터의 호스트이름과 호스트이름이 들어있는 파일이다. 5. host.conf cat /etc/host.conf 도메인 요청시 검색순서 알려준다. multi 옵션은 /etc/hosts 파일에 여러 개의 IP 주소를 가질 수 있도록 허용여부..
1. SCP 정의 (위키피디아) Secure copy protocol (SCP) is a means of securely transferring computer files between a local host and a remote host or between two remote hosts. It is based on the Secure Shell (SSH) protocol 2.기본사용법 scp 1) 원격지 ->로컬 $ sudo scp -i key위치 원격지계정@원격서버주소:원격파일위치 로컬위치 key위치: 로컬에 저장된 원격지 퍼블릭 키 ~/.ssh/key.pem == /home/ec2-user/.ssh/key.pem ex) $ sudo scp -i /home/ec2-user/.ssh/key.pem e..
/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 ..