apt 업데이트
apt update
apt upgrade
curl 설치
apt-get install -y curl
PPA
cd ~
curl -sL https://deb.nodesource.com/setup_14.x -o nodesource_setup.sh
bash nodesource_setup.sh
apt-get install -y nodejs
apt-get install -y build-essential
'DevOps' 카테고리의 다른 글
FileZilla 설치 및 사용법: 에러 해결, 파일 비교, 폴더 지정 팁 (0) | 2024.07.22 |
---|---|
시놀로지 나스(DS220+) 도커에 우분투 컨테이너 생성하기 (0) | 2021.06.13 |
시놀로지 나스(DS220+)에 도커 설치하기 (0) | 2021.06.13 |