I still have a hard time with bash-backwards name: "Windows Subsystem for Linux". Its a Linux subsystem for Windows.
"Windows Subsystem for Linux", though a confusing name, is still better than "Linux On Windows", because the later would lead to LOW, which is unfortunately very true, in terms of performance, they just don't want you to ever think in that way. Edit: seriously, I'm just kidding
Testing the Windows Subsystem for Linux
91–100 of 142 posts
Re: Testing the Windows Subsystem for Linux
#92Does anyone use this for work? Could I replace Ubuntu with Windows now?
I used it for a while, when Fedora 24 refused to work reliably on my 4k laptop (it worked under 23, and now works again under 25). It was OK. I mean, it's an amazing feat of engineering, but there's a ton of little (and not so little) quirks that made it painful. Sharing files across the two systems was (maybe still is?) disastrous. I've heard of total Linux system corruption, but I personally had files disappear (th…
I don't think this has ever been true. Just don't jump through the hoops it takes to modify Linux system files from Windows - that stuff is hidden from Windows apps for good reason.
If you need to access files from both, store them in a normal Windows place like "/mnt/c/...". E.g. in my WSL home directory I have symlinks to my Windows Documents, Downloads, Development, etc. folders. I constantly operate on the same files from both OSes simultaneously, and it's fine.
Re: Testing the Windows Subsystem for Linux
#93I still have a hard time with bash-backwards name: "Windows Subsystem for Linux". Its a Linux subsystem for Windows.
Re: Testing the Windows Subsystem for Linux
#94Earlier quoted context omitted.
Yes, but names starting with a trademark are a no-no. See [0] (bitcrazed works on WSL) and [1]. Also IANAL. [0]: https://news.ycombinator.com/item?id=13697918 [1]: https://www.andreas-jung.com/contents/dont-use-docker-in-git...
I thought that both "Windows" and "Linux" were trademarks?
Re: Testing the Windows Subsystem for Linux
#95Re: Testing the Windows Subsystem for Linux
#96Is anyone here using this for *Nix traditional tools? Mostly curious about Vim/Tmux, and having serve operations spit out the server into the actual Windows browser? I did read something about the creator update adding 24 color support.
Re: Testing the Windows Subsystem for Linux
#97Earlier quoted context omitted.
The interesting bit of WSL (what the article talks about) is a Linux syscall translation/emulation layer, as well as ELF64 binary support (not specific to Linux, but not specific to GNU either). You can certainly install the Linux versions/ports of GNU tools and run them under WSL, and that's what the stock setup looks like, but an important component of WSL is about emulating a Linux (the kernel) environment. If MS…
I think it is more significant from a user's perspective that they get the GNU tools to run on their NT machine with MS support. What's the use of Linux syscall -> NT syscall translation if not compatibility with developer tools, most of which are GNU software?
Re: Testing the Windows Subsystem for Linux
#98Is anyone here using this for *Nix traditional tools? Mostly curious about Vim/Tmux, and having serve operations spit out the server into the actual Windows browser? I did read something about the creator update adding 24 color support.
> having serve operations spit out the server into the actual Windows browser?
I'm unsure exactly what you mean. But you can absolutely run web servers in WSL and connect to them from any browser running on Windows.
In my experience, you can connect to any network services running on Windows from Linux (for example, I connect to the Docker for Windows daemon) and vice versa.
Re: Testing the Windows Subsystem for Linux
#99Recently tried to use WSL to do some pair-coding tests in an interview, with screen & tmux. The damned terminal kept making characters disappear! I actually thought my interviewer was inadvertently deleting characters, or maybe trolling me. I had to switch to using an actual Linux system. MS have a ways to go before getting this right. I daresay I'll be on OSX by the time that happens though.
Re: Testing the Windows Subsystem for Linux
#100Earlier quoted context omitted.
The interesting bit of WSL (what the article talks about) is a Linux syscall translation/emulation layer, as well as ELF64 binary support (not specific to Linux, but not specific to GNU either). You can certainly install the Linux versions/ports of GNU tools and run them under WSL, and that's what the stock setup looks like, but an important component of WSL is about emulating a Linux (the kernel) environment. If MS…
I think it is more significant from a user's perspective that they get the GNU tools to run on their NT machine with MS support. What's the use of Linux syscall -> NT syscall translation if not compatibility with developer tools, most of which are GNU software?
such as python, nodejs, elixir and PHP?