Entries from 2018-11-01 to 1 month

Terminal does not start on Remote Desktop

changing the locale in /etc/default/locale back to the defaultc contents of that file to:LANG="en_US.UTF-8" LANGUAGE="en_US"

NordVPN_DNS

Open the Terminal and type in:suYou will be asked for your root password, please type it in and press enterrm -r /etc/resolv.conf nano /etc/resolv.confWhen the text editor opens, please type in these lines:nameserver 103.86.96.100 nameserv…

reverse vnc setups

xtightvncviewer -listen -encodings "tight" ssh user@192.168.19.yyy x11vnc -connect 192.168.19.xxx:5500 &

Find Server Public IP Address in Linux Terminal

https://www.tecmint.com/find-linux-server-public-ip-address/