일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- run()
- overload
- hamobee
- Vector
- override
- fuction
- arguments
- value
- 추상클래스
- eclipse
- 생성자
- 콘크리트클래스
- object
- start()
- string
- concreteclass
- methodArea
- 객체형변환
- hashCode
- Hashtable
- ALTER
- Polymorphism
- super
- Eureka
- constantnumber
- garbagecollection
- reference
- abstractclass
- class
- MSA
- Today
- Total
목록분류 전체보기 (259)
뇌운동일지
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cqwLu2/btriq63mbRQ/sWgjBCTxILVNzbZmZgvUR0/img.png)
docker에서 jboss/keycloak dockerhub image https://hub.docker.com/r/jboss/keycloak/ -> creating admin account 까지 하고, 그 뒤는 console에 들어가서 알아보았다 1. keycloak restapi 요청, 응답을 postman 으로 테스트해본다. console을 통해 realm 생성, user 생성 권한 설정. restapi로 access token 발급받고, 해당 realm의 user 목록 가져오는 tutorial https://www.youtube.com/watch?v=jjHBJNlBLBU&t=278s Troubleshooting) acess_token 발급 시, Account is not fully set up 응..
리눅스 서버 관리 원격 접속 (SSH 사용) 에이전트 설치 필요 없음 멱등성 : 동일한 작업을 수행할 필요가 없다. master1(Ansible 서버), worker1(관리대상서버), worker2(관리대상서버) Ansible 설치 -> 인벤토리 설정 -> Known Hosts 등록 -> 신규 인벤토리 설정 설치 https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-ansible-on-rhel-centos-or-fedora 인벤토리 설정 CentOS7 에 SSH 설치 https://blog.miyam.net/56 failed to connect to the host via ssh https:..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bccnNZ/btrikLdjfbX/A7nI4hyLmvKYGQdGwjT2T1/img.png)
docker hub centOS https://hub.docker.com/_/centos docker run -i -t centos:7 /bin/bash -> 다운받은 image run 해서 container 실행 container 안에서 yum install 및 필요한 설정하기 초기 세팅 참고 https://firework-ham.tistory.com/78
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cewwR8/btrigJ11qlz/Pfa3YyC4MOoUIWA79D0Wk1/img.png)
git push origin +master -> 어떤 원리로 해결되는지는 연구가 필요하다
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cIl4Bq/btrigrGwZSS/GY1yA37HbyCN17uqIltn3k/img.png)
terraform 기본지식 https://www.youtube.com/watch?v=SGH0uDni-WY terraform tutorial https://learn.hashicorp.com/tutorials/terraform/infrastructure-as-code?in=terraform/aws-get-started 원하는 dir 에서 terraform init terraform plan (테스트) terraform apply (적용) terraform destroy (삭제) code 파일명.tf terraform 문서 https://registry.terraform.io/providers/hashicorp/aws/latest TroubleShooting)