ubuntu install



1. apt update


$ sudo apt update




2. nodejs install

$ sudo apt install nodejs




3. git install

$ sudo apt install git-all




4. nvm install

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash

or

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash


After you install your nvm, you have to restart the instance.



4-1. install nvm version(node version)

$ nvm install 16.4.2



5. mysql

If you use RDS

$ sudo apt-get install mysql-client

6. chrome

$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

$ sudo apt install ./google-chrome-stable_current_amd64.deb

7. visualstudio

Download .deb from Visual Studio Code

https://code.visualstudio.com/download

run terminal in current .deb directory

$ sudo dpkg -i code_1.40.2-1574694120_amd64.deb


8. install Hangal Keyboard

link : https://pstudio411.tistory.com/entry/Ubuntu-2004-%ED%95%9C%EA%B8%80-%EC%9E%85%EB%A0%A5-%EB%B0%A9%EB%B2%95







댓글

이 블로그의 인기 게시물

Lesson 12_1 프로퍼티 노드(Property Node)

DAQ로 전압 측정하기-2

Lesson 12_2 참조를 이용한 프로퍼티노드(Property Node)