Showing results for 2018 - Page 3 of 3 - Windows Command Line

Mar 5, 2018
Post comments count1
Post likes count0

Kali Linux for WSL now available in the Windows Store

Tara Raj
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 count1

Per-directory case sensitivity and WSL

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