intellij 에서 commit을 하려 할 때, 아래와 같이 문구가 나온다면, *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. empty ident name (for ) not allowed intellij 의 터미널에서 위 명령어를 실행해준다. ui-MacBookPro:tubelife tube.hong$ git config --global user.e..
블로그의 서버 환경 - Ubuntu 16.04.6 LTS - AWS EC2 - mysql apt-get으로 설치 (sudo apt-get install mysql-server) mysql 5.5 버전 이상 sudo vi /etc/mysql/my.cnf 맨밑에 아래 문구를 추가 [mysqld] character-set-server = utf8mb4 collation-server = utf8mb4_unicode_ci skip-character-set-client-handshake 서버 재시작 sudo service mysql restart 변경된 상태 확인 ubuntu@localhost:~$ sudo mysql -u root -p Enter password: Welcome to the MySQL monito..
mysql 을 콘솔에서 접속할 때 확인하기 ubuntu@localhost :~$ sudo mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 6 Server version: 5.7.28-0ubuntu0.16.04.2 (Ubuntu) Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trade..
서버 삭제에 대해 기술합니다. sudo gitlab-ctl cleanse ******************************************************************* * * * * * * * * * * * STOP AND READ * * * * * * * * * * ******************************************************************* This command will delete *all* local configuration, log, and variable data associated with gitlab. You have 60 seconds to hit CTRL-C before configuration, logs, and ..
4G 정도의 swapfile 생성하겠습니다. sudo dd if=/dev/zero of=/data/swap/swapfile bs=1M count=4096 swap 파일로 포맷합니다. sudo mkswap /data/swap/swapfile 아래와 같은 로그를 반환해주는것을 확인할 수 있습니다. mkswap: /data/swap/swapfile: insecure permissions 0644, 0600 suggested. 권한을 644에서 600으로 변경합니다. sudo chmod 600 /data/swap/swapfile free 명령어로 정상적으로 등록 되었는지 확인합니다. 등록이 안되었어도 아래의 절차를 진행한 뒤 재부팅을 하면 정상 등록됩니다. 재부팅이 되어도 swap 정보가 잡히도록 설정을 해줍니..
- Total
- Today
- Yesterday
- utf8mb4
- EC2
- ubuntu
- SqlSessionFactory
- 알고리즘
- 백준
- 백준15552
- 백준11022
- 11022
- 백준2438
- @MapperScan
- 백준11021
- gitlab
- SpringBoot
- 2438
- Lombok
- 백준2439
- swap
- tomcat
- AWS
- 백준2742
- sqlSessionTemplate
- gitlab삭제
- intellij
- Oracle
- gradle
- Jenkins
- 백준4673
- Java
- 언어셋
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |