DEV Community

Sajid Javed
Sajid Javed

Posted on

2

How to Install Ubuntu 20.04 WL2 on Windows 11

WSL allows us to run Ubuntu commands inside Windows without virtual machine etc.

Follow below steps for installation

  1. Open Microsoft Store to install Ubuntu20 inside Windows11. Image description
  2. Search for "Ubuntu". Image description
  3. Install Ubuntu 20.04.4 LTS(Or any version which you need). It will take a while to download and install.Image description
  4. After downloading and installing, open the terminal. This is the place where we will do most of our work. Image description
  5. When you open the Ubuntu terminal first time, then it will ask you for the username and password. Image description
  6. Now you have a working Ubuntu operating system inside your Windows operating system.

Here is more detailed article: https://www.how2shout.com/how-to/how-to-install-ubuntu-20-04-wl2-on-windows-11.html

Thanks

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • --last-failed: Zero in on just the tests that failed in your previous run
  • --only-changed: Test only the spec files you've modified in git
  • --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • --ui --headed --workers 1: Debug visually with browser windows and sequential test execution

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Practical examples included!

Watch Video 📹ī¸

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

If you found this post useful, please drop a ❤ī¸ or a friendly comment!

Okay.