Showing results for Windows Subsystem for Linux (WSL) - Windows Command Line

Nov 10, 2016
0
0

ifconfig and network connection enumeration support in Windows 10 Insider build 14965

Rich Turner
Rich Turner

Enable network connection enumeration is currently the most-requested idea in our command-line User Voice. Or at least it was, until Windows 10 Insider build #14965 was released, which support for network connection enumeration: Below is a screenshot of Bash on Windows running ifconfig: This new feature should unblock tools/languages/fe...

Windows Subsystem for Linux (WSL)
Oct 19, 2016
0
0

WSL adds Ubuntu 16.04 Xenial support

Rich Turner
Rich Turner

Not only does Windows 10 Insider build #14951 introduce Bash Windows interop, it also delivers support for Ubuntu 16.04 (Xenial). While many of our more intrepid early-adopters have manually upgraded their Ubuntu 14.04 instances to Ubuntu 16.04, as of Windows 10 Insider build #14951, if you clean-install a new Linux instance or uninstall and rein...

Windows Subsystem for Linux (WSL)Command Line
Oct 19, 2016
0
0

Interop between Windows and Bash

Rich Turner
Rich Turner

Note: Also be sure to read the follow-up to this post that covers a subsequent improvement in that you no longer have to specify the absolute path to Windows executables if they exist on your path! Content below updated to reflect this change! Windows 10 Insider build #14951 has just landed and includes a very exciting new feature that we know...

Windows Subsystem for Linux (WSL)
Oct 7, 2016
4
0

WSL adds inotify & filesystem change notification support

Rich Turner
Rich Turner

Over the last few weeks, the Windows Subsystem for Linux team have been cranking away, fixing lots of issues, completing several scenarios that we were unable to complete before shipping Windows 10 Anniversary Update, and adding support for new capabilities that light-up additional tools and scenarios. A key capability that many developer have b...

Windows Subsystem for Linux (WSL)
Sep 22, 2016
4
1

24-bit Color in the Windows Console!

Rich Turner
Rich Turner

One of the most frequent requests we receive is to increase the number of colors that the Windows Console can support. We love nothing more than to deliver features you ask for! But rather than just add a few more colors, or limit our console to a mere 256 colors, in Windows 10 Insiders Build #14931,  we've updated the Windows Console to support ...

Windows Subsystem for Linux (WSL)Windows Console
Jul 1, 2016
0
0

Hanselman takes a tour around Bash on Windows

Rich Turner
Rich Turner

If you're anything like me, you're already overloaded with work/studies & life, and there's just never enough time to go and dig into all the awesome new open-source projects, cool new tools, exciting new languages & platforms, and any amount of other technology that appears almost hourly these days. Wouldn't it be great if someone could g...

Windows Subsystem for Linux (WSL)Windows ConsoleCommand Line
Jun 15, 2016
0
0

New post and video on WSL filesystem features

Rich Turner
Rich Turner

One of the most frequent questions we get about Bash/WSL is how WSL provides a Linux-compatible filesystem atop NTFS and how filesystem interop works. Well, wonder no more dear reader - in this new blog post and the video below, Sven Groot explains to Seth Juarez how WSL's filesystem support works.  

Windows Subsystem for Linux (WSL)
Jun 8, 2016
0
0

New post & video on how WSL System Calls work

Rich Turner
Rich Turner

One of the most interesting things about the Windows Subsystem for Linux (WSL) is its ability to run unmodified Linux ELF64 binaries atop the Windows Kernel. "How?" is a question we receive regularly from many of you. Ask and ye shall receive :) In this new post, Stephen Hufnagel explains to Seth Juarez how WSL System Calls (syscalls) work, trans...

Windows Subsystem for Linux (WSL)
Jun 8, 2016
0
0

Huge improvements to Bash on Ubuntu on Windows in Build 14361

Rich Turner
Rich Turner

Dona Sarkar, the new owner of the Windows Insider Big Red Release Button has just announced the release of Windows 10 Anniversary Update Insiders Build 14361 to the fast-ring: Start your download engines - this is a release filled with huge improvements, too numerous to list here, but which are nicely summarized in the release email. Also included...

Windows Subsystem for Linux (WSL)
Jun 8, 2016
1
1

Tmux support arrives for Bash on Ubuntu on Windows

Rich Turner
Rich Turner

In Windows 10 build 14361, available now to Windows Insiders fast-ring users, we've added Pseudo Terminal support to Windows Subsystem for Linux (WSL) which, along with improvements to Windows Console's much improved support for rendering VT control sequences, enables Tmux support to light-up your console! For those not familiar with it, Tmux is a...

Windows Subsystem for Linux (WSL)Windows Console