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 lxdeto install LXDE desktop in WSL- Reboot
sudo apt-get install xrdpto install XRDP in WSL- Open
/etc/xrdp/xrdp.iniChangeport=3389toport=3390and save - Run
echo startlxde > ~/.xsession
Running
sudo service xrdp startto 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