Showing category results for Windows Subsystem for Linux (WSL)

Mar 5, 2018
Post comments count1
Post likes count1

Kali Linux for WSL now available in the Windows Store

Tara Raj

We’re excited to announce that you can now download & install Kali Linux via the Windows Store! Our community expressed great interest in bringing Kali Linux to WSL in response to a blog post on Kali Linux on WSL. We are happy to officially introduce Kali Linux on WSL 😊. Introducing Kali Linux running on WSL: Background First, a little ...

Windows Subsystem for Linux (WSL)DistrosKali
Feb 28, 2018
Post comments count2
Post likes count2

Per-directory case sensitivity and WSL

Sven Groot

If you have used the Windows Subsystem for Linux, you’re probably aware that it allows you to treat your Windows file systems (mounted under /mnt/c, /mnt/d, etc.) as case sensitive. This means, among other things, that you can create files whose names differ only by case (e.g. foo.txt and FOO.TXT). However, using those files in Windows was not rea...

Windows Subsystem for Linux (WSL)
Feb 7, 2018
Post comments count4
Post likes count0

Automatically Configuring WSL

Craig Wilhite

Beginning with Insider Build 17093, we added a method for you to automatically configure certain functionality in WSL that will be applied every time you launch the subsystem. This includes automount options and network configuration. We're introducing a file called wsl.conf to handle these configurations. For example, we released a blog post in t...

Windows Subsystem for Linux (WSL)
Feb 7, 2018
Post comments count1
Post likes count2

Windows/WSL Interop with AF_UNIX

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
Post comments count0
Post likes count0

OpenSSH in Windows 10!

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
Post comments count3
Post likes count2

Tar and Curl Come to Windows!

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
Post comments count8
Post likes count1

Chmod/Chown WSL Improvements

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
Post comments count2
Post likes count3

Share Environment Vars between WSL and Windows

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
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)