Wednesday, April 22, 2026

vnc server install ubuntu

tight vnc server install
apt -y install  tightvncserver
 
service file for tightvnc 
https://gist.github.com/spinxz/1692ff042a7cfd17583b
 
tutorial ubuntu 20 tightvnc
https://www.youtube.com/watch?v=oHm7B3hRSP0 

vnc on ubuntu 24
https://www.reddit.com/r/Ubuntu/comments/1i45x1u/how_to_set_up_vnc_server_on_ubuntu_2404_with/
 
various vnc on ubuntu 22
https://help.ubuntu.com/community/VNC/Servers
 
 

Sunday, April 12, 2026

telnetd installation on linux


install with
sudo apt -y install telnetd

if not started automatically on install check
/etc/inetd.conf 
for telnet enabled being commented out.

remove commenting which disables inetd handling the service and run

sudo systemctl restart inetutils-inetd.service

example discussed for raspberrypi os