Earlier quoted context omitted.
Works great for bioinformatics too. I've exited the Apple world (high prices etc.), and don't miss much now. No longer have to modify Powershell to make it more Unix-like. Jupyter notebook works fine, so I'm happy. No more bother with dual booting either; Ubuntu is gone as well.
It's funny how Windows 10 is rapidly becoming a better Unix than MacOS since everything that matters runs Linux.
File System Improvements to the Windows Subsystem for Linux
51–60 of 108 posts
Re: File System Improvements to the Windows Subsystem for Linux
#52Java still doesn't work properly though =(. "mvn clean package" on one of corporate projects takes about 5 to 8 minutes in native java on Windows or Mac and it takes more than one hour in WSL. I had so much hope for WSL that I would finally have only ONE device (surface), but no, we're not there yet.
Re: File System Improvements to the Windows Subsystem for Linux
#53Last time I tried to use the Windows Subsystem for Linux it was a mess. I thought I could access my files from windows and messed all the filesystem. Now it looks like I can freely exchange my files between the WSL and Windows. Is it true? Do I finally have a linux inside a windows machine where I can install things using apt-get (instead of cygwin setup.exe)? When will it goes into the official Windows 10 version?
Re: File System Improvements to the Windows Subsystem for Linux
#54Java still doesn't work properly though =(. "mvn clean package" on one of corporate projects takes about 5 to 8 minutes in native java on Windows or Mac and it takes more than one hour in WSL. I had so much hope for WSL that I would finally have only ONE device (surface), but no, we're not there yet.
Sorry, I have to ask. Why do you need to use Java with WSL? Native methods?
Re: File System Improvements to the Windows Subsystem for Linux
#55Re: File System Improvements to the Windows Subsystem for Linux
#56Java still doesn't work properly though =(. "mvn clean package" on one of corporate projects takes about 5 to 8 minutes in native java on Windows or Mac and it takes more than one hour in WSL. I had so much hope for WSL that I would finally have only ONE device (surface), but no, we're not there yet.
Have you reported it?
Re: File System Improvements to the Windows Subsystem for Linux
#57Java still doesn't work properly though =(. "mvn clean package" on one of corporate projects takes about 5 to 8 minutes in native java on Windows or Mac and it takes more than one hour in WSL. I had so much hope for WSL that I would finally have only ONE device (surface), but no, we're not there yet.
Five to eight minutes? That sounds horrible. Have you tried concurrent compilation with "mvn -T 1C"? Gets our build time down from 3 minutes to 1 minute, but we have lots of smaller projects.
Re: File System Improvements to the Windows Subsystem for Linux
#58Edit: What would be the nearest thing to WSL on a Mac? VirtualBox is a bit heavy-weight. Maybe something based on Hyperkit and Docker?
Re: File System Improvements to the Windows Subsystem for Linux
#59With the Creators update, can you now actually run a postgres service or apache in the linux subsystem?
In particular, they run Nginx 1.4.6 with 100% test coverage and postgresql-9.5.3 with 100% test coverage.
Oddly (very), they have a few projects, Cassandra, Coffescript that show better test pass rates with WSL than Native Ubuntu.
Re: File System Improvements to the Windows Subsystem for Linux
#60I wish there was a way to get lxss updates without being a Windows Insider. I turned on Insider on my brand new laptop last summer and it immediately overwrote some vendor-supplied drivers by newer-but-broken ones. Result: no sound. I didn't manage to fix it except through a full reinstall. Now that's exactly the sort of problem you need to prepared for when doing the Insider thing, but it sortof ruins the point. I w…