Install VNC server
$ sudo apt-get install tightvncserver -y
Create display
$ vncserver -geometry 1920x1080
5901 - display 1
5902 - display 2
Check port
$ netstat -an | grep 5901
Kill display
$ vncserver -kill :1
kubectl installation $ curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl...
No comments:
Post a Comment