Skip to content

DBASco

Database & System Engineering Blog

  • Home
  • SQL Server
    • MSSQL Scripts
  • PowerShell
    • PowerShell Scripts
  • DBA Cheat Sheet
  • Other Posts
  • About
Downgrading WSL Distributions: Going from WSL 2 to WSL 1
WSLTagged Windows Subsystem for LinuxLeave a Comment on Downgrading WSL Distributions: Going from WSL 2 to WSL 1

Downgrading WSL Distributions: Going from WSL 2 to WSL 1

January 15, 2024January 19, 2024

Windows Subsystem for Linux (WSL) offers two versions: the latest iteration (WSL 2) and the original version (WSL 1). There may be instances where downgrading a WSL distribution becomes necessary, whether for tool compatibility or workflow preferences. In this post, […]

How to Install WSL on Windows
WSLTagged WSL Install3 Comments on How to Install WSL on Windows

How to Install WSL on Windows

January 7, 2024March 3, 2024

In this guide, we’ll walk you through installing Windows Subsystem for Linux (WSL) on Windows. This post also includes tips on managing your WSL environment with multiple Linux Distros installed. WSL empowers Windows users to develop and run applications within […]

Restarting WSL Linux Distributions
WSLTagged Windows Subsystem for Linux1 Comment on Restarting WSL Linux Distributions

Restarting WSL Linux Distributions

December 28, 2023March 3, 2024

While using Windows Subsystem for Linux (WSL), you may need to restart your WSL Linux distribution to make changes to the WSL config, or due to another random issues. To do this, we can simply run the wsl –shutdown -d […]

WSL: Basic Commands
WSLTagged Windows Subsystem for Linux, WSL Tips1 Comment on WSL: Basic Commands

WSL: Basic Commands

December 26, 2023March 3, 2024

Windows Subsystem for Linux (WSL) is a feature released by Microsoft in 2016 that allows us to install and manage multiple Linux distributions on our local Windows computer with ease. The latest versions of Windows comes with a set of […]

WSLTagged Windows Subsystem for LinuxLeave a Comment on How to Install Windows Subsystem for Linux (WSL)

How to Install Windows Subsystem for Linux (WSL)

November 8, 2023January 22, 2024

If you’re a developer or someone who prefers to work with Linux tools, but you’re stuck using a Windows operating system, then Windows Subsystem for Linux (WSL) is an excellent solution for you. WSL is a feature in Windows 10 […]

Posts pagination

Previous 1 2

Popular Posts

DBASco (SQL DBA Blog) - 2024