Windows
Install neurocommand on Windows
WSL (w/ Ubuntu + LXDE)
For more information on WSL: https://docs.microsoft.com/en-us/windows/wsl
Setting up
- Setup WSL2 using the following instructions (Ubuntu 18.04 recommended)
https://docs.microsoft.com/en-us/windows/wsl/install-win10 Proceed until a Ubuntu bash shell is available from the Windows Host
Run the remaining commands in the Bash shell sudo apt-get install lxde
to install LXDE desktop in WSL- Reboot
sudo apt-get install xrdp
to install XRDP in WSL- Open
/etc/xrdp/xrdp.ini
Changeport=3389
toport=3390
and save - Run
echo startlxde > ~/.xsession
Running
sudo service xrdp start
to start xrdp server- Open Microsoft Remote Desktop Connection in Windows host
- Connect to
localhost:3390
- In the next login page, leave Session as
Xorg
. Enter your WSL username and password and clickOK
- This should open an LXDE Linux Desktop environment. Follow Linux guide from here on