매일매일
article thumbnail
EC2 실습
CS 2023. 4. 1. 19:20

1. EC2 선택 2. 인스턴스 선택 3. 연결 선택 4. Session Manger 선택 5. 터미널에 입력 baah cd ~ bash는 shell의 한 종류이며 컴퓨터에게 텍스트로 명령은 내릴수 있는 프로그램이다. sudo apt update 터미널을 최신 상태로 업데이트 해준다. curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash 둘 중 하나 입력해서 nvm 설치하기 참고) https://github.com/nvm-sh/nvm GitHub - nvm-sh/nvm: N..