NVIDIA 젯슨 나노 nano, vscode, 프로그램삭제

BABY CAT·2023년 7월 16일
0

jetson

목록 보기
9/11

nano 설치

cd ai
sudo apt install nano

nano 사용

nano test.txt (만들 파일 이름은 test.txt)
파일 내용 입력
ctrl + O (write out)
파일이름 확인 후 enter
home/ai/test.txt 파일 생성 확인
ctrl + x (exit 로 나가기)

vscode 설치

https://code.visualstudio.com/Download

에서 .deb, arm64 버전 설치파일 다운로드
cd Downloads
sudo dpkg -i code_1.76.0-1677666269_arm64.deb (설치파일 실행)
터미널에서 code 치면 실행

한글 설치

마켓에서 korean Language 설치
ctrl + shift + p

누르고

display 입력 후

Configure Display laguage 클릭 후 한국어 클릭

재시작

프로그램삭제

dpkg --list|less|grep '삭제할 프로그램명' (설치 프로그램 중 삭제할 프로그램이 있는지 탐색)

sudo apt-get --purge remove '삭제할 프로그램명' (삭제)

vm접속

ssh ubuntu@아이피 -p 22
(chmode~ pem키)

0개의 댓글