mac vnc
Last updated on November 20, 2024 am
🧙 Questions
☄️ Ideas
vnc Viewer 安装
brew install --cask vnc-viewer
sudo yum groupinstall GNOME Desktop Environment -y
sudo yum install tigervnc-server -y
sudo vncserver :0
sudo netstat -anlpt | grep vnc
5901
6001
which vncserver
vim /usr/bin/vncserver
/5900
188 $vncPort = 5900 + $displayNumber;
536 if (!bind(S, pack('S n x12', $AF_INET, 5900 + $n))) {
apt install tightvncserver
apt install gnome-panel
vncserver :1
ufw disable
vncserver -kill :1
🔗 Links
mac vnc
https://ispong.isxcode.com/os/mac/mac vnc/