Showing tag results for WSL

Dec 19, 2017
Post comments count5
Post likes count4

AF_UNIX comes to Windows

sarah_cooley[msft]

Introduction:  Beginning in Insider Build 17063, you’ll be able to use the unix socket (AF_UNIX) address family on Windows to communicate between Win32 processes. Unix sockets allow inter-process communication (IPC) between processes on the same machine.  Overview:  Support for the unix socket has existed both in BSD and Linux for the longest ti...

Windows Subsystem for Linux (WSL)Windows 10Linux tools
Dec 8, 2017
Post comments count0
Post likes count1

[Cross Post] WSL Interoperability with Docker

Craig Wilhite

We frequently get asked about running docker from within the Windows Subsystem for Linux (WSL). We don’t support running the docker daemon directly in WSL. But what you can do is call in to the daemon running under Windows from WSL. What does this let you do? You can create dockerfiles, build them, and run them in the daemon—Windows or Linux, depen...

Windows Subsystem for Linux (WSL)
Dec 4, 2017
Post comments count1
Post likes count2

Background Task Support in WSL

Tara Raj

Starting in Windows Insiders Build 17046, WSL supports background tasks (including daemons). In the past, if you opened WSL and started sshd, httpd, screen, or tmux  you needed to have a console window open to keep those tools running. But, starting with 17046, these processes will continue running in the background even after the last console wind...

Windows Subsystem for Linux (WSL)Windows 10
Nov 28, 2017
Post comments count1
Post likes count0

A Guide to Invoking WSL

Craig Wilhite

There are a variety of ways to invoke the Windows Subsystem for Linux from Windows commandlines and they all behave a little differently. Let’s get to the bottom of it.    “wsl” The first (and recommended!) method will start up your default distro. Additionally, it starts the distro in the current working directory where you invoke the command. ...

Windows Subsystem for Linux (WSL)Command-LineLinux tools
Oct 12, 2017
Post comments count0
Post likes count0

WSL & Console team ch…ch…ch…chaaaaanges!

Rich Turner

Dear friends of WSL (Windows Subsystem for Linux, nee "Bash on [Ubuntu on] Windows") & Windows Console: I would like to share with you some changes to our org' that will benefit WSL, Windows Console and the Windows command-line in general moving forward. After shipping a major new release, Microsoft often shuffles teams and people around to...

Windows Subsystem for Linux (WSL)Command-LineWindows Console
Apr 11, 2017
Post comments count0
Post likes count1

Windows 10 Creators Update: What’s new in Bash/WSL & Windows Console

Rich Turner

When Windows 10 Anniversary Update (AU) was shipped, the Windows Subsystem for Linux (WSL) was still far from complete, and was known to have many incompatibilities, especially with popular developer tools like node.js, Java, etc. However, it was important to get this exciting new feature into the hands of real users so that we could learn from th...

Windows Subsystem for Linux (WSL)Command LineWindows Console
Feb 8, 2017
Post comments count0
Post likes count0

Use Visual C++ for Linux to build and debug C++ code on the Windows Subsystem for Linux

Rich Turner

I first learned about Visual C++ for Linux, which was released in March 2016, shortly before the Windows Subsystem for Linux (WSL) was first announced. I was immediately blown away by how VERY cool this feature of Visual Studio is! What's insanely cool about this feature is that when the project is built, VS opens an SSH channel to a target Linux ...

Windows Subsystem for Linux (WSL)Command LineWindows Console
Nov 17, 2016
Post comments count5
Post likes count0

Do not change Linux files using Windows apps and tools

Rich Turner

Update - May 2019 Windows 10 version 1903 has now been released and allows an important update to WSL that allows Windows applications and tools to access Linux files directly. To do this, WSL hosts a new 9P fileserver, which exposes distro filesystems to Windows apps and tools via ! You can read all about the feature in the blog post "What's ne...

Windows Subsystem for Linux (WSL)Windows 10Windows Store
Nov 10, 2016
Post comments count0
Post likes count0

More easily invoke Windows apps and tools from Bash on Windows

Rich Turner

Along with support for ifconfig & network connection enumeration, Windows 10 Insider Build 14965 delivers a small but important change was made which will enable you more easily invoke Windows tools & applications from within Bash: Your Windows user environment path is now appended to the WSL path by default. This means you can now type no...

Windows Subsystem for Linux (WSL)
Nov 10, 2016
Post comments count0
Post likes count0

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

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)