Earlier quoted context omitted.
Yeah it works. I can finally ping, do ifconfig etc. Even htop runs. I am amazed! http://imgur.com/7P2J64h
This alone made WSL way more useful for me. Only thing that's missing now is traceroute.
Bash and Windows Subsystem for Linux Demo [video]
311–316 of 316 posts
Re: Bash and Windows Subsystem for Linux Demo [video]
#312Earlier quoted context omitted.
Yeah, to be clear here: We worked with the networking team to enable Linux Ping to open a raw socket, but we've not enabled carte blanche raw-socket support for all Linux processes. We are, however, continuing to work on solving these and several other networking issues to close the gap in our networking support. As a work-around, you could always call Windows' tracert.exe via the interop feature ;) An if you're just…
Any chance we'll see a first-party X11 server at some point? XMing, VCXsrv, and Cygwin/X all have some warts when it comes to stuff like windows previewing, copy/paste, acceleration, and fonts. OS X has shipped with an optional X11 server forever, and it would be great to see that feature parity in Windows.
Re: Bash and Windows Subsystem for Linux Demo [video]
#313Earlier quoted context omitted.
Emacs has one flaw for me under WSL: the janky Windows console doesn't pass C-SPC. Meaning I have to bind set-mark-command to something else (like M-SPC), or download and use wsltty (fork of mintty). But other than that Emacs is fine, and a lot of Linux stuff (Node, mongo, etc.) works great. Who cares if Urbit doesn't work? :)
What do you use for colors/theme in emacs in WSL? I ran emacs with the default settings the other day and there was a lot of unreadable blue on black. Once the latest build filters out to Windows Update, I will probably only invoke the Windows build of emacsclientw, but it would be nice to have something habitable in WSL on occasion.
Re: Bash and Windows Subsystem for Linux Demo [video]
#314Earlier quoted context omitted.
What do you use for colors/theme in emacs in WSL? I ran emacs with the default settings the other day and there was a lot of unreadable blue on black. Once the latest build filters out to Windows Update, I will probably only invoke the Windows build of emacsclientw, but it would be nice to have something habitable in WSL on occasion.
I set TERM=vt100 and run it in stunning mono.
That's much easier on the eyes. org-mode folding doesn't seem to like it, but it should be no problem sticking to Windows Emacs for that.