========== Version 03/22/2026 apt install xfce4 xfce4-goodies xterm apt install tightvncserver dbus-x11 libsdl2-dev # Create the user account adduser cnetowner su - cnetowner vncserver # To change password use vncpasswd # Shut down the vnc: vncserver -kill :1 mv ~/.vnc/xstartup ~/.vnc/xstartup.bak nano ~/.vnc/xstartup # Add these lines: ------ #!/bin/bash xrdb $HOME/.Xresources startxfce4 & ------ chmod +x ~/.vnc/xstartup vncserver # ssh -L 59000:localhost:5901 -C -N -l cnetowner your_server_ip vi /etc/systemd/system/vncserver@.service ----- [Unit] Description=Start TightVNC server at startup After=syslog.target network.target [Service] Type=forking User=root Group=root WorkingDirectory=/home/macos/data PIDFile=/root/.vnc/%H:%i.pid ExecStartPre=-/usr/bin/vncserver -kill :%i > /dev/null 2>&1 ExecStart=/usr/bin/vncserver -depth 24 -geometry 1024x768 :%i ExecStop=/usr/bin/vncserver -kill :%i [Install] WantedBy=multi-user.target ----- systemctl daemon-reload systemctl enable vncserver@1.service vncserver -kill :1 systemctl start vncserver@1 systemctl status vncserver@1 # To edit the startup settings edit this file: vi /etc/alternatives/vncserver # CHange the ports here === fs-uae install: echo 'deb http://download.opensuse.org/repositories/home:/FrodeSolheim:/stable/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:FrodeSolheim:stable.list curl -fsSL https://download.opensuse.org/repositories/home:FrodeSolheim:stable/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_FrodeSolheim_stable.gpg > /dev/null apt update apt install fs-uae fs-uae-launcher fs-uae-arcade fs-uae-launcher