Live data from Hacker News

Virtual Linux Remote Desktop

technicalsourcery.net

11–13 of 13 posts

Re: Virtual Linux Remote Desktop

#11
post #9

I do this often but a little less complicated than what is proposed here. * 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…

What's the difference between "taskel install xubunutu-core" and "apt install xubuntu-core"?

Re: Virtual Linux Remote Desktop

#13
post #9

I do this often but a little less complicated than what is proposed here. * 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…

What's the difference between "taskel install xubunutu-core" and "apt install xubuntu-core"?

Really not sure. I've always just done it with tasksel. If "apt install xubuntu-core" gives the same result, then there's no need to install tasksel first.
Post reply on HN