Windows Command Line

Windows Terminal, Console and Command Line, Windows Subsystem for Linux, WSL, Windows Package Manager

Latest posts

Tips and Tricks for Linux development with WSL and Visual Studio Code
Aug 14, 2019
2
0

Tips and Tricks for Linux development with WSL and Visual Studio Code

Craig Loewen
Craig Loewen

In an earlier blog post, An In Depth Tutorial on Linux development on Windows with WSL and Visual Studio Code, we showed you how to set up Windows Subsystem for Linux (WSL) and Visual Studio Code for Linux development. In this post, we'll go into more detail and provide tips and tricks to further enhance Linux development on Windows. Remote - WSL extension The features described below are provided by the VS Code Remote – WSL extension. If you don't have the extension already installed, open the Extensions view in VS Code (Ctrl+Shift+X) and search for "wsl". Choose the Remote – WSL extension as seen below (it sh...

Windows Terminal Preview v0.3 Release
Aug 2, 2019
21
0

Windows Terminal Preview v0.3 Release

Kayla Cinnamon
Kayla Cinnamon

Windows Terminal Preview v0.3 has been published to the Microsoft Store! If you have previously installed the Terminal from the Store, you will receive this update automatically. If you've not yet installed Terminal from the Microsoft Store, now would be a great time because it contains some MAJOR improvements and updates! ⭐ If you are unable to access the Microsoft Store, you can also download the Terminal from GitHub on our Releases page! Installations from GitHub will have to be manually updated each time a new release is published. Updated UI Draggable Title Bar! The Terminal is now DRAGGABLE FROM ANYWHE...

The Azure Cloud Shell Connector in Windows Terminal
Aug 2, 2019
11
0

The Azure Cloud Shell Connector in Windows Terminal

Pankaj Bhojwani
Pankaj Bhojwani

The Windows Terminal can now connect you to the Azure Cloud Shell! We have a new default profile - the Azure Cloud Shell, which will allow you to access your Azure directories/tenants through the Windows Terminal app itself. If you already have Windows Terminal installed Your settings will not automatically update with the new default profile (since the file does not regenerate every time you open up Windows Terminal), so here's how you can manually add it in. Once you've done this, you will see a new tab option for the Azure Cloud Shell. How to use the connector Here's what the full logi...

What’s new for WSL in Insiders Preview Build 18945
Jul 26, 2019
20
0

What’s new for WSL in Insiders Preview Build 18945

Craig Loewen
Craig Loewen

A new Windows insiders build has just released, and it contains some hot off the press features for the Windows Subsystem for Linux (WSL)! We’ve added the ability to access Linux networking applications in a WSL 2 distro from Windows with , as well as global configuration options that will give you greater control over your Linux distros, such as specifying a custom kernel for the WSL 2 Virtual Machine (VM). You can find the full release notes for the WSL updates in this build here and you can view all of the updates in this build here. Use to connect to your Linux applications from Windows In the first releas...

An In Depth Tutorial on Linux Development on Windows with WSL and Visual Studio Code
Jul 22, 2019
6
0

An In Depth Tutorial on Linux Development on Windows with WSL and Visual Studio Code

Craig Loewen
Craig Loewen

In an earlier blog post, Take your Linux development experience in Windows to the next level with the Windows Subsystem for Linux (WSL) and Visual Studio Code Remote, we introduced an overview of the VS Code Remote - WSL extension, which simplifies Linux development on Windows Subsystem on Linux (WSL). Put on your SCUBA gear, because in this follow up we'll give you a deep dive tutorial on how to setup WSL and VS Code for Python development by creating a Python "Hello World" application. Windows: A great platform for building Linux Apps Windows is the most popular operating system in the world, with almost 50% ...

Take your Linux development experience in Windows to the next level with WSL and Visual Studio Code Remote
Jul 1, 2019
10
0

Take your Linux development experience in Windows to the next level with WSL and Visual Studio Code Remote

Craig Loewen
Craig Loewen

Using VS Code Remote and the Windows Subsystem for Linux (WSL) gives you a fully featured Linux development environment on a Windows laptop or desktop. Let’s look at how using these tools will completely change how you develop with Linux tools in Windows. First things first: Installing what you need You will need WSL and VS Code with the VS Code Remote - WSL extension installed to complete the content in this blog post. We’ll quickly go over what both of those are, and how to install them. The Windows Subsystem for Linux Commonly abbreviated down to WSL, this tool lets you run unmodified Linux binaries dire...

Windows Terminal Microsoft Store Preview Release
Jun 21, 2019
36
0

Windows Terminal Microsoft Store Preview Release

Kayla Cinnamon
Kayla Cinnamon

The Windows Terminal preview is now in the Microsoft Store! The Windows Terminal is the new, powerful, open source terminal application that was announced at Build 2019. Its main features include multiple tabs, Unicode and UTF-8 character support, a GPU accelerated text rendering engine, and custom themes, styles, and configurations. https://www.youtube.com/watch?v=8gw0rXPMMPE You can now download the preview version of the Windows Terminal from the Microsoft Store if you have Windows 10 version 18362.0 or higher. Please keep in mind that this is an early preview and will be regularly updated with feature i...

WSL 2 is now available in Windows Insiders
Jun 12, 2019
69
0

WSL 2 is now available in Windows Insiders

Craig Loewen
Craig Loewen

We’re excited to announce starting today you can try the Windows Subsystem for Linux 2 by installing Windows build 18917 in the Insider Fast ring! In this blog post we’ll cover how to get started, the new wsl.exe commands, and some important tips. Full documentation about WSL 2 is available on our docs page. Getting Started with WSL 2 We can’t wait to see how you start using WSL 2. Our goal is to make WSL 2 feel the same as WSL 1, and we look forward to hearing your feedback on how we can improve. The Installing WSL 2 docs explains how to get up and running with WSL 2. There are some user experience changes th...

A Deep Dive Into How WSL Allows Windows to Access Linux Files
May 30, 2019
12
1

A Deep Dive Into How WSL Allows Windows to Access Linux Files

Craig Loewen
Craig Loewen

Three months ago, we announced that the Windows Subsystem for Linux will be able to access Linux files from Windows in the blog post: What’s new for WSL in Windows 10 version 1903, and in today’s post we will be showing you how we made these changes possible. Let's jump in! We’re continuing our whiteboard series of deep dives (you can find the full list here) with a new video where Sven Groot and Craig Loewen explain the full architecture behind this new feature. You can expect to learn about how WSL currently accesses Linux files, how we’ve added a 9P file server into the init process of each Linux distro, and...