Obsidian/Recognition/Programing/Linux/Ubuntu/Vino 셋팅.md

33 lines
899 B
Markdown
Raw Normal View History

2023-08-14 16:19:25 +00:00
```bash
sudo apt-get install -y vino dconf-editor
# dconf-editor 실행
# 경로 : [/org/gnome/desktop/remote-access/ using dconf-edito]
# 커맨드에서 설정하는 경우
gsettings set org.gnome.Vino prompt-enabled false
gsettings set org.gnome.Vino require-encryption false
# Port 변경
alternative-port : 9030
user-alternative-port : true
# 외부 로그인시 패스워드 입력
authentication-methods : ['vnc']
vnc-password : (base64로 인코딩 한 패스워드 입력)
※ https://www.convertstring.com/ko/EncodeDecode/Base64Decode
# 부팅시 자동 실행 등록
시스템 설정 - 시작 프로그램 기본 설정 - 추가
이름 : vino-server
명령 : /lib/vino/vino-server
# 부팅시 자동 로그인 설정
시스템 설정 - 로그인 창 - 사용자탭 - 자동 로그인 내용 입력
사용자 이름 : odroid
연결될 때까지의 대기시간 : 10
```