Virtual Linux Remote Desktop
technicalsourcery.net
Virtual Linux Remote Desktop
1–10 of 13 posts
Re: Virtual Linux Remote Desktop
#2Re: Virtual Linux Remote Desktop
#3 echo mynewuser:mynewpassword | sudo chpasswd
If you set the password using echo like this it will log the plaintext password in the current user's .bash_history file.Re: Virtual Linux Remote Desktop
#4Cool guide but I'd change one thing: echo mynewuser:mynewpassword | sudo chpasswd If you set the password using echo like this it will log the plaintext password in the current user's .bash_history file.
Re: Virtual Linux Remote Desktop
#5Re: Virtual Linux Remote Desktop
#6That's a bad advice and it really has no place in this article. Please leave your automatic update in place.
Re: Virtual Linux Remote Desktop
#7Re: Virtual Linux Remote Desktop
#8personally I found xrdp server w/ RDP client works great.
Re: Virtual Linux Remote Desktop
#9* Start with an Ubuntu Server base
* Install tasksel: sudo apt install tasksel
* Install the Xubuntu core desktop: sudo tasksel install xubuntu-core
* Install XRDP: sudo apt install xrdp
Then two small changes to make XRDP work:
* sed -i 's/allowed_users=console/allowed_users=anybody/g' /etc/X11/Xwrapper.config
* echo "startxfce4" > ~/.Xclients
Give the machine a reboot and you're good to go. You can log in with an RDP client and continue configuring as you see fit.