Showing results for WSL - Windows Command Line

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 12, 2017
0
0

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

Rich Turner
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
0
1

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

Rich Turner
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)Windows ConsoleCommand Line
Feb 8, 2017
0
0

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

Rich Turner
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)Windows ConsoleCommand Line
Nov 17, 2016
5
0

Do not change Linux files using Windows apps and tools

Rich Turner
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
0
0

More easily invoke Windows apps and tools from Bash on Windows

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