🧑🏻💻/42(2)
-
[inception] 42 subject/ docker / EC2 ubuntu에서 GUI환경 해결 과정
ec2 instance에서 진행 절차 0. inception subject 정독 1. subject요구 사항 리스트업 더보기 Container: NGINX with TLSv1.3 only. Container: WordPress + php-fpm (it must be installed and configured) only without nginx. Container: MariaDB only without nginx. Volume: WordPress database. Volume: WordPress website files. A docker-network that establishes the connection between my containers. Makefile $> ls -alR total XX dr..
2023.11.28 -
클러스터 Mac에 Brew 다운로드
goinfre에 다운로드 brew --version || echo "export PATH=/goinfre/$USER/.brew/bin:$PATH" >> ~/.zshrc && brew --version || git clone --depth=1 https://github.com/Homebrew/brew /goinfre/$USER/.brew && export PATH=/goinfre/$USER/.brew/bin:$PATH && brew update && ln -s /goinfre/$USER/.brew ~/.brew Home 디렉토리의 brew를 지우고 Home 디렉토리로 다시 다운로드 rm -rf $HOME/.brew && git clone --depth=1 https://github.com/Homebrew/..
2023.08.09