일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 격파르타 후기
- java
- Your session has been terminated
- saltkey
- Java의정석
- Wordpress
- 격파르타 합격후기
- AWS Certified Cloud Practitioner
- 남궁성
- 고객지원실
- AWS시험
- [sqld] 자격증 합격
- 쿠버네티스
- 항해플러스
- 격파르타 장점
- 지하철분실
- SQL개발자
- modern java in action
- 모던 자바 인 액션
- 지하철분실물
- Foundational
- 항해플러스후기
- 객체지향의사실과오해
- 항해솔직후기
- 항해99
- 자바의정석
- AWS
- 항해플러스백엔드
- readony
- ARIadminer
- Today
- Total
목록Develop (36)
WorkaHolic
Vultr 클라우드 서버에 설치된 Centos7 서버 설치* 서버스펙- Cloud Compute, Seoul, CentOS7 x64 Without SELinux, 25GB SSD(1CPU, 1024MB Memory, 1000GB Bandwidth) root 접속 후, nginx 설치yum install nginx --downloadonly --downloaddir=./로 패키지를 다운받으려고 했지만,No package nginx available.라는 오류 노출 검색해보니, Centos에는 Base 레퍼지토리가 존재하지 않음EPEL 레퍼지토리를 설치하라는 조언에 따라 설치yum install epel-release===================================================..

api.wordpress.org/secret-key/1.1/salt * 임의의 솔트값(Salt Key)이 새로고침시마다 매번 새로이 자동생성됨 - 입력하는 곳 wp-config.php define('AUTH_KEY', 'put your unique phrase here'); define('SECURE_AUTH_KEY', 'put your unique phrase here'); define('LOGGED_IN_KEY', 'put your unique phrase here'); define('NONCE_KEY', 'put your unique phrase here'); define('AUTH_SALT', 'put your unique phrase here'); define('SECURE_AUTH_SALT',..
- master가 노예제도를 연상시킨다고 하여, main으로 변경됨 * 다른 변경 사항들이 push가 완료 되어 있다는 전제 하에 1. main로 checkout e.g. git checkout main 2. main에 branch 덮어쓰기 e.g. git reset --hard branch_name 3. 강제(-f) push e.g. git push -f origin main
The repository for this project is empty You can get started by cloning the repository or start adding files to it with one of the following options. 이 프로젝트의 저장소가 비어 있습니다. 저장소를 복제하여 시작하거나 다음 옵션 중 하나를 사용하여 저장소에 파일을 추가 할 수 있습니다. Command line instructions You can also upload existing files from your computer using the instructions below. 명령 줄 지침 아래 지침에 따라 컴퓨터에서 기존 파일을 업로드 할 수도 있습니다. - Git global se..