일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 파이썬 1712
- 역캡슐화
- 계층화
- 자바의 정석
- 남궁성
- 개발바닥
- 다형성
- AWS CLF
- 인프콘
- network
- 유선LAN
- 프로토콜
- 물리구성도
- 자바
- TCP/IP
- 논리구성도
- aws 자격증
- 상속
- java
- 데이터 송수신
- l3 스위치
- modifiers
- 파이썬
- 10866
- 테슬라폰
- 네트워크
- 백준 1712
- 인터페이스
- 1764
- 백준 2775
- Today
- Total
목록Computer (62)
병훈's Blog
A company collects data for temperature, *humidity, and *atmospheric pressure in cities across multiple *continents. The *average volume of data that the company collects *from each site daily is 500 GB. Each site has a *high-speed Internet connection. The company wants to *aggregate the data from all these global sites *as quickly as possible in a single Amazon S3 bucket. The solution must *min..
JOIN-IT Porting Manual Develop Environment 1.1 Front-End 1.2 Back-End 1.3 Infra Structure 1.4 DataBase Local Application Setting 2.1 Front-End 2.2 Back-End 2.3 DataBase Server Setting 3.1 EC2 준비 3.2 Domain Name Server Setting 3.3 기본 설정 3.4 Jenkins 3.5 Docker, Docker-Compose 3.6 S3 준비 Deployment Setting 4.1 Jenkins-Credentials 4.2 Jenkins PipeLine 4.3 Dockerfile 4.4 docker-compose.yml 4.5 SSL 적용 ..
Docker, Docker-Compose 인스턴스 기본 update $ sudo apt-get update 설치에 필요한 SW 설치 ca-certificates: 인증서 관련 모듈 curl: HTTP 등을 통해 파일을 내려받기 위한 모듈 gnupg: 디지털 서명을 사용하기 위한 모듈 lsb-release: 리눅스 배포판을 식별하는 데 이용되는 모듈Y/n 을 물어보면 Enter를 누른다. $ sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg \ lsb-release 서명키로 사용할 GPG 키를 추가 디렉토리를 만들고, 권한 부여 $ sudo mkdir -m 0755 -p /etc/apt/keyrings GPG 키 추가 $..
Jenkins 맨 처음 java --version 를 입력하면, 아직 jdk가 없기에 Command 'java' not found, but can be installed with: sudo apt install openjdk-11-jre-headless # version 11.0.19+7~us1-0ubuntu1~20.04.1, or sudo apt install default-jre # version 2:1.11-72 sudo apt install openjdk-16-jre-headless # version 16.0.1+9-1~20.04 sudo apt install openjdk-17-jre-headless # version 17.0.7+7~us1-0ubuntu1~20.04 sudo apt instal..
Server Setting 3.1 EC2 준비 AWS 계정을 생성한다. 계정 생성 직후 1년 동안 무료로 AWS 기능들을 사용할 수 있는 Free tier가 주어진다. EC2는 Free tier를 기준으로 설명한다. Lightsail은 유료다. AWS EC2를 사용하는 경우 AWS EC2 사이트에 접속한다. "인스턴스 시작" -> 인스턴스 이름 입력 -> OS에서 "Ubuntu" 선택 -> "20.04 LTS" 선택 인스턴스 유형은 프리티어를 지원해주는 유형으로 선택 새 "키 페어"를 생성하여 컴퓨터에 저장해 놓는다. 인스턴스 접속에 필요한 key다. 키 이름을 입력하고, RSA로 생성한다. Windows라면 ppk로 다운받아 Putty라는 어플리케이션을 사용하고, Mac이라면 pem을 다운받는다. Wi..