Город МОСКОВСКИЙ
00:06:57

Install GNOME Desktop on Oracle 8 Linux and Configure VNC Server.

Аватар
MySQL Подсказка
Просмотры:
22
Дата загрузки:
08.12.2023 19:23
Длительность:
00:06:57
Категория:
Технологии и интернет

Описание

In this video I will show you how to install GNOME Desktop Environment on Always Free Oracle 8 Linux instance on OCI, and how to install and configure VNC Server so you can Screenshare to your server via encrypted ssh tunnel.

? SUBSCRIBE: If you find my videos helpful, you can support me by subscribing and leaving a comment. https://www.youtube.com/channel/UCShZSSu3SpUuwRO1zTd43qQ?sub_confirmation=1


List of commands used in the video:

sudo yum groupinstall "Server with GUI"

sudo systemctl set-default graphical

reboot

#Go to /etc/gdm/custom.conf and uncomment WaylandEnable=False

sudo yum install -y tigervnc-server tigervnc-server-module

#Set user password
vncpasswd

#Go to /etc/tigervnc/vncserver.users add your user to the list


#Go to /etc/tigervnc/vncserver-config-defaults gongig screen resolution
geometry=1280x1024 (this works best on my MBP)


sudo systemctl daemon-reload
sudo systemctl enable --now vncserver@:1.service

ssh -L 5901:localhost:5901 -i privkey.pem user@serverIP

Рекомендуемые видео