일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 빅데이터실무자격증
- 클라우데라자격증
- AWSCloudPractitioner
- 클라우드자격증
- EC2
- 하둡
- 파이썬
- programmers
- RDBMS
- 프로그래머스
- AWS자격증
- sql자격증
- 쉘스크립트
- MFA
- CLF-01
- 빅데이터
- CCA131
- hadoop
- IAM
- 리눅스
- Multi Factor Authentication
- CCAAdministrator
- hive
- SQL
- 데이터베이스
- 클라우드컴퓨팅
- Identity and access management
- 코딩테스트
- mysql
- SQLD
- Today
- Total
목록IT World (106)
Sherry IT Blog
*docker compose는 여러개의 컨테이너를 관리하기위해 사용 *https://github.com/docker/composr/releases 에서 리눅스용 최신버전 다운로드 (파일명 : docker-compose-linux-x86_64) *설치파일 위치 : /home/user/docker-install 하위에 있음 $ cd /home/user/docker-install $ mv docker-compose-linux-x86_64 docker-compose $ mv docker-compose /usr/local/bin $ chmod +x /usr/local/bin/docker-compose *docker compose 사용확인 $ docker-composr --version Docker Compose ..
*Docker engine은 3개월마다 안정화된 버전으로 릴리즈된 EE(docker enterprise Edition)버전과 stable, edge 버전으로 구분해 3개월, 1개월 단위로 릴리즈 되는 CE(Commuity Edition)무료버전으로 제공되고 있음 *우리는 인터넷 연결이 안되는 금융권 오프라인 환경이라 docker ce stable버전 기준으로 dependency관련된 설치파일들까지 일괄 다운받아서 반입해서 설치한다 . * OS version : CentOS7.9 * docker version : 20.10.9 *명령어(순서 상관있음) yum localinstall container-selinux-2.119.2-1.911c772.el7_8.noarch.rpm yum localinstall ..
https://www.suse.com/suse-rke2/support-matrix/all-supported-versions/rke2-v1-24/ 참고 url Support matrix | SUSE www.suse.com
1. RPM 설치파일 다운로드 OS 버전 : centos 7.9 https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ Index of linux/centos/7/x86_64/stable/Packages/ download.docker.com 파일명 : containerd.io-1.6.6-3.1.el7.x86_64.rpm docker-ce-20.10.9-3.el7.x86_64.rpm docker-ce-cli-20.10.9-3.el7.x86_64.rpm docker-ce-rootless-extras-20.10.9-3.el7.x86_64.rpm docker-scan-plugin-0.9.0-3.el7.x86_64.rpm docker-compose-..
### 0. 설치 전 확인 $ nproc #코어 확인 $ free -h #메모리 확인 $ ifconfig -a #Mac 확인 $ sudo cat /sys/class/dmi/id/product_uuid #product_uuid 확인 ### 1. swap 메모리 비활성화 $ swapoff -a $ free -m #swap 메모리가 0인지 확인 ### 2. 방화벽 설정 $ yum install firewalld $ systemctl start firewalld $ systemctl enable firewalld $ firewall-cmd --permanent --add-service=http $ firewall-cmd --permanent --add-service=https ### master node $ f..
google dns 공개 ip 로 확인 8.8.8.8 또는 8.8.4.4 [root@localhost ~]# ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=49 time=39.6 ms 64 bytes from 8.8.8.8: icmp_seq=2 ttl=49 time=39.3 ms 64 bytes from 8.8.8.8: icmp_seq=3 ttl=49 time=40.5 ms 64 bytes from 8.8.8.8: icmp_seq=4 ttl=49 time=40.9 ms ^C --- 8.8.8.8 ping statistics --- 4 packets transmitted, 4 rec..
*환경(virtual box) os : centos 7.9 Server node(master node) 1대 (19*.***.54.80) agent node (worker node) 1대(19*.***.54.133) *회사는 폐쇄망이라서 offline 설치로 실행해야함 First , RKE2 패키지 설치 #####master node 먼저 설치############## 1. RKE2설치파일이 생길 디렉토리 만들어 주기 mkdir rke2-artifacts cd rke2-artifacts/ 2. RKE2 설치파일 다운로드( 이때는 온라인 환경이어야함) curl -OLs https://github.com/rancher/rke2/releases/download/v1.24.6%2Brke2r1/rke2-image..
*환경(virtual box) os : centos 7.9 Server node(master node) 1대 agent node (worker node) 1대 *사전작업 1) 메모리 swap off 2) vi /etc/yum.repos.d/rke2.repo 만들기 1. Rke2 서비스 다운로드 curl -sfL https://get.rke2.io | INSTLL_RKE2_TYPE="server" sh - #설치하면 기본적으로 /etc/rancher/rke2 하위에 rke2.yml파일이 생성됨 2.Systemd 를 통해서 RKE2 서비스 구동 systemctl enable rke2-server.service systemctl start rke2-server.service systemctl status rk..
*tensorflow GPU사용을 위한 CUDA,CUDNN버전 메트릭 Version Python version Compiler Build tools cuDNN CUDA tensorflow_gpu-2.11.0 3.7-3.10 MSVC 2019 Bazel 5.3.0 8.1 11.2 tensorflow_gpu-2.10.0 3.7-3.10 MSVC 2019 Bazel 5.1.1 8.1 11.2 tensorflow_gpu-2.9.0 3.7-3.10 MSVC 2019 Bazel 5.0.0 8.1 11.2 tensorflow_gpu-2.8.0 3.7-3.10 MSVC 2019 Bazel 4.2.1 8.1 11.2 tensorflow_gpu-2.7.0 3.7-3.9 MSVC 2019 Bazel 3.7.2 8.1 11...
* NVIDIA driver버전에 따른 cuda 설치버전 https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html CUDA 12.1 Release Notes 3.1. Notice This document is provided for information purposes only and shall not be regarded as a warranty of a certain functionality, condition, or quality of a product. NVIDIA Corporation (“NVIDIA”) makes no representations or warranties, expressed docs.nvidia.com