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

Feb 7, 2018
1
1

Windows/WSL Interop with AF_UNIX

Craig Wilhite
Craig Wilhite

Starting in Windows Insider build 17093, a WSL application can communicate with a Windows application over Unix sockets. Back in December, we blogged about bringing AF_UNIX to Windows. Now, we're building on that functionality. Consider a requirement where you want to run some kind of service as a Windows application. Additionally, you would like t...

Windows Subsystem for Linux (WSL)
Jan 22, 2018
0
0

OpenSSH in Windows 10!

Rich Turner
Rich Turner

SSH is one of the most important tools in the *NIX world, through which users communicate with shells, applications, and services running on remote machines, devices, VM's and containers. Windows users most often remotely access Windows machines, devices, VM's and Containers via the amazingly powerful Remote Desktop Protocol (RDP) which, as the nam...

Windows Subsystem for Linux (WSL)Windows ConsoleWindows 10
Jan 18, 2018
3
2

Tar and Curl Come to Windows!

Rich Turner
Rich Turner

One of the most frequent asks we hear across the entire Windows command-line spectrum is "I need curl" and/or "I need tar". If you're one of these people - HAPPY NEW YEAR! :) Windows 10 Insider build 17063 and later now include the real-deal and executables that you can execute directly from Cmd or PowerShell. Our sincere thanks to the LibArc...

Windows Subsystem for Linux (WSL)Command-LineWindows Console
Jan 12, 2018
8
1

Chmod/Chown WSL Improvements

Craig Wilhite
Craig Wilhite

We've added new file system features to WSL in Insider Build 17063. You can now set the owner and group of files using chmod/chown and modify read/write/execute permissions in WSL. You can also create special files like fifos, unix sockets, and device files. We're introducing new mounting options with DrvFs for projecting permissions onto files alo...

Windows Subsystem for Linux (WSL)
Dec 22, 2017
2
1

Share Environment Vars between WSL and Windows

Craig Wilhite
Craig Wilhite

Hey WSL users—we have more features to share with you! Our latest Windows Insider build lets you share environment variables between WSL and Windows. Starting with Build 17063, let’s look at how you can leverage the new “WSLENV” to enhance environmental variable interop between Win32/WSL. Summary For the pros who’ve already heard about WSLENV and...

Windows Subsystem for Linux (WSL)Command-LineWindows 10
Dec 19, 2017
5
2

AF_UNIX comes to Windows

sarah_cooley[msft]
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
0
1

[Cross Post] WSL Interoperability with Docker

Craig Wilhite
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
1
2

Background Task Support in WSL

Tara Raj
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
1
0

A Guide to Invoking WSL

Craig Wilhite
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 27, 2017
0
0

Running Node.js on WSL from Visual Studio Code

Bartosz Sosnowski
Bartosz Sosnowski

Starting with the October Insiders Build of Visual Studio Code we have added an easy way to run your Node.js applications on top of the Windows Subsystem for Linux (WSL). This is useful for developers targeting Linux or multiplatform production environments, making it possible to develop on Windows without relying on external systems or virtual mac...

Windows Subsystem for Linux (WSL)