Showing results for Linux - Windows Command Line

Sep 7, 2018
0
0

Using WSL in an Enterprise

Craig Loewen
Craig Loewen

Recently, customers in an enterprise environment have asked if there is a way to install WSL without an internet connection. These companies had some machines that would benefit from having WSL, but don't have an internet connection for security, logistics, or other reasons. Enter: The Microsoft Store for Business We (the WSL team) took a look ...

Windows Subsystem for Linux (WSL)Windows StoreDistros
Jun 27, 2018
4
2

Windows Command-Line: The Evolution of the Windows Command-Line

Rich Turner
Rich Turner

Welcome to the second post in this "Windows Command-Line" series. In this post we'll discuss some of the background & history behind the Windows Command-Line. Specifically, we’ll explore its humble origins in MS-DOS, to its modern-day incarnation supporting tools like PowerShell and Windows Subsystem for Linux.

Command-LineWindows Subsystem for Linux (WSL)Windows Console
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 ...

Windows Subsystem for Linux (WSL)Command-LineLinux tools
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 ...

Windows Subsystem for Linux (WSL)Windows ConsoleCommand Line
Feb 9, 2017
0
0

Haskell on Bash/WSL

Rich Turner
Rich Turner

I've recently received a couple of questions asking when Haskell support would be added to WSL, and was surprised since I thought Bash/WSL users were aware of the fact that Haskell has been working for the last few weeks, ever since #14986 in fact, but it appears that we'd not explicitly communicated the fact, so ... here we are! :) Haskell ...

Windows Subsystem for Linux (WSL)
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 ...

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

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

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/...

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

Windows Subsystem for Linux (WSL)Windows ConsoleCommand Line

Feedback