Jun 15, 2023

VNC

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

Kubernetes

kubectl installation $ curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl...