Autonomous Driving & Mobility/setup

Ubuntu 22.04 setup 정리

onsemiro 2024. 7. 26. 11:51

Chrome 설치

  1. wget 명령어로 rpm 패키지 다운
wget <https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb>
  1. apt명령어로 크롬 패키지 설치
sudo apt install ./google-chrome-stable_current_amd64.deb

cursor ai 설치

https://www.cursor.com/

  1. 위 링크 들어가서 image 설치
  2. 실행가능하도록 명령
cd Downloads
chmod +x <cursor AppImage name>

 

3. 실행되는지 확인

./<cursor AppImage name>
  1. 앱형태로 만들기 위해 fuse 설치
sudo apt-get install fuse
chmod +x <cursor AppImage name>
  1. 앱 리스트에 추가
sudo mv <cursor AppImage name> /opt/cursor.appimage
sudo nano /usr/share/applications/cursor.desktop

5-1. 아래 문구 cursor.desktop에 추가

[Desktop Entry]
Name=Cursor
Exec=/opt/cursor.appimage
Icon=/opt/cursor.png
Type=Application
Categories=Development;

ctl + x

press y

press enter

 

6. cursor.png 추가 해주기

아래 cursor.png 파일 다운후

cursor.png
0.05MB

sudo mv Downloads/cursor.png /opt/cursor.png

Terminator 설치

sudo apt install terminator

한글 영어 변환 setting

https://sansan2.tistory.com/5

위 링크 참고

안 보일 시 껐다 키기

[Hangul] 이 추가돼야함.

caps lock으로 변환하게 하기 위해서는

setting→keyboard→Special Character Entry → Compose Key를 CapsLock으로 바꿔야함.

그리고 Input Sources→Korean(Hangul)에 점 세개 클릭

Preferences 들어가서

Hangul Toggle Key 에 Caps Lock을 추가해주는데 추가하면 Multi_key로 보임. Apply → OK

이렇게하면 Caps Lock으로 한영변환 작동됨.


Ubuntu 20.04 Anydesk 설치(Installation)

Step 1: Update Ubuntu system.

sudo apt update

Step 2: Enable the AnyDesk repoistory.

wget -qO - <https://keys.anydesk.com/repos/DEB-GPG-KEY> | sudo apt-key add -
echo "deb <http://deb.anydesk.com/> all main" | sudo tee /etc/apt/sources.list.d/anydesk-stable.list

Step 3: Intstall the AnyDesk.

sudo apt update
sudo apt install anydesk

Step 4: Launching AnyDesk .

 

반응형