728x90 전체 글181 쿠버네티스 설치(feat.Rocky9 설치하기) https://rockylinux.org/download/ Download Rocky | Rocky Linux Rocky Linux is an open enterprise Operating System designed to be 100% bug-for-bug compatible with Enterprise Linux. rockylinux.org 어차피 ova로 내보낼 것임~ 설치가 완료되면 ova로 내보내기~~ all nodes --- Kubernetes --- all nodes # dnf update -y # timedatectl set-timezone Asia/Seoul # systemctl disable --now firewalld # setenforce 0 # swapoff -a # sed -i .. 2024. 2. 1. 멀티 컨테이너 구현2 보호되어 있는 글 입니다. 2024. 1. 31. 멀티 컨테이너 구현1 보호되어 있는 글 입니다. 2024. 1. 31. 리눅스 시간 변경하기 미국 시간에서 한국 시간(서울)으로 변경 sudo timedatectl set-timezone Asia/Seoul 2024. 1. 31. SSH key 생성 & 서버 등록 & 접속 SSH Key 생성하기 ssh-keygen -t rsa SSH Key 등록하기 mkdir ~/.ssh touch ~/.ssh/authorized_keys chmod 755 ~/.ssh/authorized_keys SSH Key로 접속하기 2024. 1. 30. Docker 3 컨테이너 지우기 docker rm -f $(docker ps -a -q) wp-db 생성하기 my.cnf라는 환경구성 설정하기 # mkdir wordpress && cd $_ # vi my.cnf [mysqld] user = mysql pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock port = 3306 basedir = /usr datadir = /var/lib/mysql tmpdir = /tmp lc-messages-dir = /usr/share/mysql skip-external-locking bind-address = 0.0.0.0 여기서 관건은 bind-address = 0.0.0.0 wordpress를 실행할.. 2024. 1. 30. 이전 1 ··· 11 12 13 14 15 16 17 ··· 31 다음 728x90