2
I have a dual boot setup with Windows 10 and Ubuntu 16.04. I'm usually working on Intellij IDEA and Bash on Ubuntu. I'm however interested in using my Windows. Can I switch now?
Update:
I develop Spring Boot, Nodejs and Android applications. I'm not interested to use the Windows natively.
2What are your requirements? What are you developing? Anything that involves just the terminal and a few libraries should work fine. Don't expect any special hardware to be usable at all. – GiantTree – 2017-01-03T09:18:13.880
There is a Windows version for Intellij (independant of WSL), and other "classic" bash utilities work very well on it (
sed
,awk
,git
,ssh
...). However, servers and X applications are known to have issues and/or necessit workarounds to run. – Aserre – 2017-01-03T10:56:00.630@GiantTree updated! – Alex – 2017-01-03T11:03:31.763
@Aserre I'm going to use Tomcat. Is that what you mean by "servers"? – Alex – 2017-01-03T11:04:03.603
Regarding tomact, I've not tried it myself on wsl, but I've read several reports of users struggling to set it up. However, you can use the windows release and it should work without issue. – Aserre – 2017-01-03T11:17:51.393
WSL is still a Beta feature – Ramhound – 2017-01-03T12:39:58.453