Tx11nVNC
Dual connection screen to display via Termux x11 on VNC ✧◝(⁰▿⁰)◜✧
파일 탐색기
- banner.png
- screenshot0.png
- screenshot1.png
- screenshot2.png
- screenshot3.png
- screenshot4.png
- screenshot5.png
- test
- README.md
- termux_x11.sh
- vnc.sh
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
pkg
설명 보기 ▼
pkg
Termux용 패키지 관리 유틸리티.
더 많은 정보: <https://wiki.termux.com/wiki/Package_Management>.
pkg {{[up|upgrade]}}
설치됨 모든 패키지 업그레이드:
pkg install {{package}}
새 패키지 설치:
tldr pkg_add
패키지 설치/업데이트에 대한 설명서 보기:
apt install
설명 보기 ▼
apt install
Install packages for Debian-based distributions.
sudo apt install {{package}}
Install a package, or update it to the latest version:
sudo apt install {{[-V|--verbose-versions]}} {{package}}
Display verbose package version information during installation or update:
pacman -S
설명 보기 ▼
pacman -S
This command is an alias of `pacman --sync`.
tldr pacman sync
View documentation for the original command:
