I stopped dual-booting Linux once Windows finally got the command line right


I’m mainly a Windows user, but I’ve always kept one foot in Linux. For years, that meant having at least one laptop set up to dual-boot Windows and Linux, just in case I needed a real Linux environment for a specific project, experiment, or troubleshooting job. I still use Linux that way in other places, too. Zorin OS and Linux Mint are great for keeping older Windows PCs useful long after Windows itself starts feeling too heavy for them.

But that’s different from needing Linux on my main machine every day. Most of the time, I didn’t need a whole separate Linux desktop. I wanted the tools that make Linux so useful for certain jobs. Dual-booting gave me that, but it also added reboots, partitions, boot menus, and a split workflow I didn’t always want to deal with.

That’s why WSL changed things for me. I still like Linux, and I still use it when it makes sense. I just don’t need to partition my main Windows laptop to keep Linux nearby anymore. With WSL available in Windows, the Linux tools I actually wanted are now part of my normal workflow instead of something I have to reboot into.

The terminal was the part I kept coming back for

The more I used Linux, the more I realized I wasn’t always booting into it because I wanted a completely different desktop. Sometimes I did, especially on older PCs where Linux made the machine feel usable again. But on my main Windows PC, the thing I kept reaching for was the Linux toolset. I wanted a real terminal environment, package managers, SSH, Git, scripts, and command-line utilities that made certain jobs faster and cleaner than they felt in Windows.

Quiz
8 Questions · Test Your Knowledge

Windows Subsystem for Linux (WSL) basics
Trivia challenge

Think you know your way around WSL? Put your Linux-on-Windows knowledge to the test.

SetupCommandsHistoryFeaturesCompatibility

In which year did Microsoft first officially release Windows Subsystem for Linux (WSL)?

Correct! WSL was first released in 2016 as part of the Windows 10 Anniversary Update. It was initially introduced as a beta feature aimed at developers who wanted to run Linux tools natively on Windows.

Not quite. WSL first arrived in 2016 with the Windows 10 Anniversary Update. It started as a beta feature and quickly gained traction among developers looking to bridge the gap between Windows and Linux workflows.

What is the key architectural difference between WSL 1 and WSL 2?

Correct! WSL 2 ships with a real Linux kernel running inside a lightweight, managed virtual machine, which dramatically improves system call compatibility and file I/O performance compared to WSL 1’s translation layer approach.

Not quite. WSL 2 introduced a genuine Linux kernel running inside a lightweight VM, replacing the system call translation layer used by WSL 1. This change brought much better compatibility with Linux software and improved I/O performance.

Which PowerShell or Command Prompt command is used to install WSL on a modern Windows 10 or Windows 11 system?

Correct! Running ‘wsl –install’ in an elevated PowerShell or Command Prompt window handles the full installation automatically, including enabling required features and installing Ubuntu as the default distribution.

Not quite. The correct command is ‘wsl –install’, which was introduced to simplify the setup process. It automatically enables the necessary Windows features and installs the default Ubuntu distribution in one step.

Which of the following Linux distributions is installed by default when you run ‘wsl –install’ without specifying a distro?

Correct! Ubuntu is the default distribution installed when you run ‘wsl –install’ without any additional flags. Microsoft and Canonical have maintained a close partnership, making Ubuntu the go-to choice for most WSL newcomers.

Not quite. Ubuntu is the default distribution that gets installed with a plain ‘wsl –install’ command. You can specify other distros using the ‘–distribution’ flag, but Ubuntu is the out-of-the-box choice thanks to Microsoft’s partnership with Canonical.

How do you list all installed WSL distributions and their current running state from the command line?

Correct! The command ‘wsl –list –verbose’ (or ‘wsl -l -v’) shows all installed distributions along with their state (Running or Stopped) and the WSL version they are using, making it very handy for managing multiple distros.

Not quite. The correct command is ‘wsl –list –verbose’ or its shorthand ‘wsl -l -v’. This output tells you each distro’s name, whether it is currently running or stopped, and which WSL version (1 or 2) it is configured to use.

What does WSLg add to the WSL experience, introduced broadly in Windows 11?

Correct! WSLg (Windows Subsystem for Linux GUI) allows you to run graphical Linux applications directly on your Windows desktop without needing a third-party X server. Apps appear in the taskbar and behave like native Windows windows.

Not quite. WSLg stands for Windows Subsystem for Linux GUI, and its purpose is to let you run graphical Linux applications natively on the Windows desktop. No external X server like VcXsrv or Xming is needed — it all works out of the box.

Which Windows 10 build was the minimum requirement to use WSL 2 when it first launched?

Correct! WSL 2 requires at minimum Windows 10 version 1903 (build 18362) for x64 systems. This build introduced the virtualization infrastructure that WSL 2’s lightweight VM depends on.

Not quite. WSL 2 requires at least Windows 10 version 1903, which corresponds to build 18362, for 64-bit systems. Earlier builds lacked the necessary virtualization support that WSL 2’s real Linux kernel relies on.

What is the recommended way to access Windows files from within a WSL distribution’s terminal?

Correct! Windows drives are automatically mounted inside WSL under /mnt/, so your C: drive is accessible at /mnt/c. This makes it easy to read and write Windows files directly from the Linux command line without any extra configuration.

Not quite. WSL automatically mounts your Windows drives under the /mnt/ directory. For example, your C: drive appears at /mnt/c, allowing seamless access to Windows files straight from the Linux terminal without manual setup.

Challenge Complete

Your Score

/ 8

Thanks for playing!

That made dual-booting feel like overkill. I wasn’t always looking to leave Windows behind. I just wanted the parts of Linux that fit into my workflow. Once I started looking at it that way, the appeal of WSL made a lot more sense. It gave me access to the Linux tools I actually wanted without forcing me to stop what I was doing, reboot into another OS, and pick up my work somewhere else.

WSL makes Linux instructions and remote access much easier

The two places WSL makes the biggest difference for me are remote access and Linux-based tutorials. If I need to connect to a home server, Raspberry Pi, NAS, VPS, or another remote machine, I can do it from a clean Linux environment inside Windows instead of adding another utility or rebooting into a different OS. It also makes technical guides easier to follow because so many of them assume Linux commands, package managers, Bash, and Linux-style paths. With WSL, I can follow those instructions much more directly from the Windows PC I’m already using.

WSL gave me Linux without leaving Windows

I can drop into Linux without dropping everything else

A screenshot of the Microsoft Store showing results for Linux.

The biggest difference with WSL is that Linux stopped feeling like a separate place I had to go. I can be working in Windows with my browser, notes, email, writing tools, and file manager open, then launch a Linux distro from Windows Terminal when I need it. That is a much different workflow than saving what I’m doing, rebooting, choosing another OS, and hoping I remembered where everything was stored.

That matters because most of the Linux work I do is task-based. I might need SSH, Bash, Git, a package manager, or a Linux command from a tutorial, but I don’t always need a full Linux desktop to get there. WSL gives me that middle ground. It’s not the same as running Linux directly on hardware, and I still use full Linux installs when they make sense. But for my main Windows PC, WSL gives me the Linux access I actually need without making me leave the Windows setup I already use every day.

WSL still isn’t the same as a full Linux PC

Some Linux jobs still need the real thing

The Kubuntu Focus M2 Gen 6 laptop on a desk with a software updater and Linux terminal open. Credit: Jordan Gloor / How-To Geek

WSL works because it fits the way I use Linux most of the time, but I don’t want to oversell it. It’s still not the same as booting directly into a full Linux install. If I need deeper hardware access, a clean bare-metal setup, or something that depends on specific low-level Linux behavior, I’d still rather use Linux the traditional way.

That line has gotten blurrier, especially now that WSL can handle many GUI apps through WSLg. But the point still stands. WSL is great when I want Linux available inside Windows. It’s not the setup I’d choose when Linux itself needs to be the whole environment.


I’m still a Linux fan, but I don’t need a dual-boot setup anymore

I haven’t stopped using Linux. I still like it, and I still think it’s one of the best ways to keep older Windows PCs useful with distros like Linux Mint or Zorin OS. But that’s different from needing a dual-boot setup on my main Windows machine. For the way I actually work now, WSL gives me the Linux tools I want without asking me to leave Windows behind.

That’s why dual-booting stopped making sense for me. It solved a real problem for a long time, but it also added friction I don’t need anymore. Windows Terminal and WSL turned Linux from a separate destination into something I can reach for when I need it. That may not replace a full Linux PC for everyone, but for my day-to-day workflow, it’s the middle ground that finally stuck.



Source link

Leave a Reply

Subscribe to Our Newsletter

Get our latest articles delivered straight to your inbox. No spam, we promise.

Recent Reviews


When it comes to content, there’s little I love more than a good, gritty crime drama. From their dark, cynical, often realistic portrayals of criminal underworlds, violence, and justice systems to their heavily flawed, obsessed, anti-hero protagonists and intense, gritty tones, it all sucks us in, and it’s why we can’t look away. These types of criminal shows have carved out a powerful space in television by refusing to glamorize the worlds they depict and being willing to confront uncomfortable truths.

This weekend on Amazon Prime Video in the U.S., we’re exploring three immensely popular, critically acclaimed criminal shows that will hook you from the get-go with their honesty, and my top pick is a must-see that reinvented the police procedural genre.

3

City on a Hill

A Wire-like look at corruption, race, and justice

Based on a story by Ben Affleck and author Charlie MacLean, the underrated crime drama City on a Hill revisits a charged moment in Massachusetts history known as The Boston Miracle. For 18 months in the mid-90s, gang-related violence dropped 63% as the result of a community-wide initiative developed in collaboration with the Boston Police Department, street workers, juvenile corrections officers, churches, and neighborhood programs. Kevin Bacon (Footloose), Aldis Hodge (Cross), and Jonathan Tucker (Kingdom) headline the cast.

Set in early 1990s Boston, corruption, violent criminals, and racism are normal parts of life, and to make matters worse, they’re backed by local law enforcement agencies. The series focuses on an unlikely alliance between hardened, corrupt, charismatic FBI agent Jackie Rohr (Bacon) and idealistic Assistant District Attorney Decourcy Ward (Hodge) as they work together to navigate the city and take down a family of armored car thieves, aiming to overhaul the broken criminal justice system.



















Quiz
8 Questions · Test Your Knowledge

Prime Video movies
Trivia challenge

From thrillers to tearjerkers — see how well you know these Amazon Prime Video films.

DramaThrillerTrue StoryComedySports

In Crime 101, what profession does the main character use as cover while pulling off elaborate heists?

That’s right! The protagonist poses as a real estate agent, using the job’s access and mobility as a convenient front for criminal activity. The film plays with how ordinary professions can mask extraordinary deception.

Not quite — the correct answer is real estate agent. The film uses this cover cleverly, showing how a respectable-seeming profession can provide the perfect camouflage for a career criminal operating in plain sight.

In Saltburn, which prestigious English university does protagonist Oliver Quick attend when he befriends Felix Catton?

Correct! Oliver and Felix meet at Oxford, where the stark class divide between scholarship student Oliver and the aristocratic Felix is immediately established. That university setting is crucial to the film’s themes of privilege and obsession.

Not quite — it’s Oxford where Oliver and Felix first cross paths. Director Emerald Fennell deliberately chose Oxford’s world of old money and social stratification to set up the film’s exploration of class envy and manipulation.

In The Tender Bar, based on J.R. Moehringer’s memoir, who plays Uncle Charlie, the bartender who becomes a father figure to young J.R.?

Spot on! Ben Affleck plays the warm and charismatic Uncle Charlie, earning considerable praise for the role. Affleck’s performance was seen as one of the film’s greatest strengths, bringing real depth to a man who shapes a fatherless boy’s entire worldview.

The correct answer is Ben Affleck. His portrayal of Uncle Charlie was widely praised as a career highlight, capturing the rough charm of a bartender who becomes the most important male role model in J.R.’s life.

In the 2024 Prime Video remake of Road House, who plays ex-UFC fighter Elwood Dalton, the new bouncer at a Florida Keys roadhouse?

That’s right! Jake Gyllenhaal steps into the role made famous by Patrick Swayze, playing a disgraced MMA fighter hired to clean up a rowdy bar in the Florida Keys. Gyllenhaal underwent intense physical training to prepare for the action-heavy role.

The correct answer is Jake Gyllenhaal. He took on the iconic role previously played by Patrick Swayze in the 1989 original, with the remake shifting the setting from Missouri to the Florida Keys and updating the protagonist’s fighting background to MMA.

Thirteen Lives depicts the dramatic 2018 rescue of a youth soccer team trapped in a cave in which country?

Correct! The film recreates the harrowing rescue of the Wild Boars youth soccer team from the Tham Luang cave in Thailand. The real-life operation captivated the world and involved expert cave divers from across the globe.

The answer is Thailand. The real rescue took place in the Tham Luang Nang Non cave in Chiang Rai province, where 12 boys and their coach were trapped for 18 days before a multinational team of divers managed to bring them all out safely.

In Manchester by the Sea, what unexpected event forces Lee Chandler to return to his hometown and become guardian of his teenage nephew?

That’s right! Lee’s brother Joe dies suddenly from congestive heart failure, pulling Lee back to a town filled with painful memories. Casey Affleck won the Academy Award for Best Actor for his portrayal of the grief-stricken, emotionally closed-off Lee.

Not quite — Lee returns because his brother Joe dies of congestive heart failure. The film, written and directed by Kenneth Lonergan, won two Academy Awards including Best Original Screenplay, and is celebrated for its unflinching portrayal of grief and guilt.

In American Fiction, what pen name does frustrated author Thelonious ‘Monk’ Ellison use when he writes a satirical novel pandering to racial stereotypes?

Correct! Monk writes his outrageous satirical manuscript under the pseudonym Stagg R. Leigh, a name that itself plays on stereotypes. The film, based on Percival Everett’s novel Erasure, won Cord Jefferson the Academy Award for Best Adapted Screenplay.

The pen name Monk uses is Stagg R. Leigh. The choice of pseudonym is itself part of the satire — a name loaded with cultural baggage. Jeffrey Wright received an Academy Award nomination for Best Actor for his nuanced portrayal of Monk.

In Air, the film about Nike signing Michael Jordan, which actress plays Jordan’s mother Deloris, who plays a pivotal role in negotiating his landmark deal?

That’s right! Viola Davis plays Deloris Jordan with commanding presence, portraying her as the savvy negotiator who helped secure the revolutionary contract that gave Michael unprecedented royalties. The real Deloris Jordan is widely credited with shaping the deal that changed sports marketing forever.

The correct answer is Viola Davis. She received widespread praise for capturing the intelligence and determination of Deloris Jordan, whose behind-the-scenes negotiations were instrumental in creating the Air Jordan brand that would go on to generate billions of dollars.

Challenge Complete

Your Score

/ 8

Thanks for playing!

Expect a thick atmosphere of 90s Boston authenticity, compelling power dynamics, character-driven narratives, and exceptional acting, particularly from Bacon, who gives a career-best performance. The show offers a serious, slow-burn exploration of one city’s criminal justice system while blending police corruption with family drama and social issues. Though fictionalized, it’s a fascinating look at Boston’s transition from a corrupt era to a new system and is executive produced by Affleck and Matt Damon.

2

River

A traditional “whodunit” investigation

Boasting a perfect critics’ score on Rotten Tomatoes, River is a six-part British police procedural and psychological crime drama about a haunted detective investigating his partner’s murder while also struggling with his mental health. Stellan Skarsgård (Good Will Hunting) and Nicola Walker (Unforgotten) star.

Detective Inspector John River (Skarsgård) is brilliant at what he does, but his fractured mind keeps him trapped between the living and the dead, haunted by “manifests,” or visions of murder victims, including his recently deceased partner, Stevie. Under enormous pressure from the media and psychiatric evaluation for his hallucinations, River works hard to navigate his guilt and, in the process, discovers the shocking truth about Stevie’s death.

Unlike typical crime shows, River focuses heavily on its protagonist’s mental states in the wake of his criminal experiences. The slow-burn, dramatic crime thriller is characterized by intense psychological scenes, a traditional “whodunit” investigation, and a masterful performance from Skarsgård. Expect a deeply human study of loss with smart writing, a genuinely creepy atmosphere, and a unique, emotional take on the police procedural drama.

1

The Shield

One of the best cop shows ever made

One of this century’s best crime dramas, The Shield is a multi-Golden Globe and Primetime Emmy Award winner. Michael Chiklis (The Commish), Walton Goggins (The White Lotus), Kenny Johnson (Ray), and Michael Jace (The Replacements) star alongside an enormous cast that includes Forest Whitaker, Katey Sagal, Kurt Sutter, CCH Pounder, Glenn Close, Benito Martinez, and more.

The hit FX show follows the corrupt activities of rogue cop Vic Mackey (Chiklis) in an experimental criminal division task force of the Los Angeles Police Department. He’ll go to any lengths to take down the criminals he and his team are chasing, including breaking the law and working with other criminals, and eventually he ropes his team into doing the same. Everything is set in a district rife with gang-related violence, drug trafficking, and prostitution.

Highly regarded for reinventing the police procedural and setting the standard for modern anti-hero dramas, the show paved the way for “prestige” television on basic cable with its raw, unflinching tone full of twists and thrills that explores the fine line between right and wrong. Over the course of 88 episodes, you’ll experience fast-paced action, moral ambiguity, high-stakes tension, and more riveting, gritty crime drama in one continuously solid storyline than you can stand. When viewing turns to obsession, don’t say I didn’t warn you. This one is a true gem.


Each of these hit criminal shows stands out for its realism and complexity, offering a much darker, thought-provoking take on crime storytelling that burrows into our brains and leaves us craving more. The platform has plenty of excellent crime dramas to choose from, so once you finish these three, stick around and see what else is there to transport you to the criminal underworld. Before you leave, though, be sure to check out everything coming to Prime Video in May 2026.

The Prime Video logo.

Subscription with ads

Yes, via Prime membership or $9/month

Simultaneous streams

3




Source link