Now that WSL v2 exists why would you still leave Windows for Linux ?


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Now that WSL v2 exists why would you still leave Windows for Linux ?
# 1  
Old 03-28-2020
Now that WSL v2 exists why would you still leave Windows for Linux ?

Disclaimer:
I apologize in advance if this question seems a bit "trolly". But I have nowhere else to turn to and no other place to ask this, so I request everyone to keep an open mind and try to view this from the perspective of a Linux noob who is actually struggling with wanting to leave Windows 10 for Linux.

Now that Windows Subsystem for Linux v2 has full system call compatibility with Linux, what are the reasons why you would still use a full Linux system as your "daily-driver". I ask this because, it seems Microsoft has sort of given us the best of both worlds.

I mean we know that the power of Linux is mainly in the command line so we get that with WSL 2, and the power of Windows is in its extremely friendly user-interface, so it makes perfect sense marrying these two concepts. Plus you can also get an Xfce GUI working in WSLv2.

Despite this many will say there are a lot more advantages to have a full Linux system. So my question is what are they ?
# 2  
Old 03-28-2020
FWIW - Microsoft originally ran 2 OSes - Xenix and DOS. Xenix was a UNIX clone and DOS later became Windows. It was a business decision to drop Xenix and go all Windows, just like going WSL2 is a business decision now that Microsoft is doing streaming and gets revenue there.

The reason for an all-Linux desktop has to do with being able to use all of the features of Linux internals, the kinds of things you could not do in Windows.
Microsoft resisted anybody even knowing what the base api (the system calls) was until there was a lawsuit they lost. So it meant if something was broken MS had to fix it, you had to sit on your hands waiting. You could not come out with a new meaningful bit of software without using a special expensive development environment - Visual Studio.

This caused MS a problem down the road

Windows lost ground when many of the appliance manufacturers went with Linux - refrigerators, cars, routers, firewalls, disk arrays, Android cell phones.
Windows also took lots of hits because of hacker attacks that only they could "fix". Linux is subject to some attacks

Short answer - if you have lots of money and windows you can learn to program. If you do not have lots of money you can learn with Linux, since most Linux tools are free. If you want to use twitter it does not matter all that much what you use.
This User Gave Thanks to jim mcnamara For This Post:
# 3  
Old 03-28-2020
Quote:
Originally Posted by jim mcnamara
FWIW - Microsoft originally ran 2 OSes - Xenix and DOS. Xenix was a UNIX clone and DOS later became Windows. It was a business decision to drop Xenix and go all Windows, just like going WSL2 is a business decision now that Microsoft is doing streaming and gets revenue there.

The reason for an all-Linux desktop has to do with being able to use all of the features of Linux internals, the kinds of things you could not do in Windows.
Microsoft resisted anybody even knowing what the base api (the system calls) was until there was a lawsuit they lost. So it meant if something was broken MS had to fix it, you had to sit on your hands waiting. You could not come out with a new meaningful bit of software without using a special expensive development environment - Visual Studio.

This caused MS a problem down the road

Windows lost ground when many of the appliance manufacturers went with Linux - refrigerators, cars, routers, firewalls, disk arrays, Android cell phones.
Windows also took lots of hits because of hacker attacks that only they could "fix". Linux is subject to some attacks

Short answer - if you have lots of money and windows you can learn to program. If you do not have lots of money you can learn with Linux, since most Linux tools are free. If you want to use twitter it does not matter all that much what you use.
Thanks so much for replying. I understand that these things might be basic to Linux veterans, hence the patience is really appreciated.

I would just like to add the forced updates and the huge telemetry in Windows 10.
# 4  
Old 03-29-2020
I guess the Linux subsystem works with the Windows kernel, and that does not perform like a Linux kernel.

So why not the opposite - Linux and Wine?
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Seen Windows pc, having all the features of Linux, could exe, read and edit save like windows

Hi, totally new to linux base using windows when started learning and using computers. but i remember that one pc was there , look alike windows desktop, but could not do the task as windows just click and open and view edit etc. But, you could do a little differently even saving in and opening... (8 Replies)
Discussion started by: jraju
8 Replies

2. Shell Programming and Scripting

Installing RPM package using alien on WSL Ubuntu

I was just flirting with the idea of installing one package (bcl2fas2) on my WSL:Ubuntu using alien. However, when I run sudo alien bcl2fastq2-v2.20.0.422-Linux-x86_64.rpm I get the following error: Package build failed. Here's the log: dh_testdir dh_testdir dh_testroot dh_prep... (0 Replies)
Discussion started by: Xterra
0 Replies

3. UNIX for Advanced & Expert Users

KUbuntu 16.04 - Leave Windows ADS without ADScontroller

Hello, i would like to leave an Kubuntu 16.04 from an ADS without an existing ADScontroller. I've done this with "net ads leave" and also with "force". But this is not working without ADS. So what i have to do with the OS? Why i would like to do that? The Kubuntu should be an template... (0 Replies)
Discussion started by: darktux
0 Replies

4. UNIX for Dummies Questions & Answers

Grep if the name exists, otherwie leave blank

I have two files, file1: name1 name2 name3 name4 name5 name6file2 name1 group1 name3 group2 name4 group3 name6 group4 name9 group5 name10 group6 name11 group7 name12I need a code that will match the name column in file1 with the group column in file2, if that exists, otherwise... (5 Replies)
Discussion started by: FelipeAd
5 Replies

5. Shell Programming and Scripting

Help Linux Shell Group exists

I am having some problems when writing shell as follows: shell runs but returns no results echo "enter group name: " dir="/home" read group if id -g $group > /dev/null 2>&1 then echo "group exits" else echo... (6 Replies)
Discussion started by: kingkner
6 Replies

6. UNIX for Dummies Questions & Answers

vnc over an ssh tunnel Linux to Linux to Windows

I *think* what I want to do is not only possible but easy, but as a "dummy" :) I can't figure it out. Here's what I have: Linux (Ubuntu 10.04) laptop that is not in my house, but has an Internet connection. Linux (Ubuntu 9.04) computer in my house that has unfettered access to the... (6 Replies)
Discussion started by: WesleyC
6 Replies

7. Linux

What's better for running Windows software in Linux, Wine or Windows VMware?

What are the differences, advantages, and disadvantages? (1 Reply)
Discussion started by: Advice Pro
1 Replies

8. Shell Programming and Scripting

check if file exists in a mounted windows shared folder

hi, I posted a thread before on that subject, but with a wrong focus... here's my problem: I want to check if a file exists in a windows shared folder mounted using: sudo mount -t cifs -o username=xxx,password=xxx,uid=xxx,gid=xxx //192.168.0.92/public /media/92_shared I tried if ... (2 Replies)
Discussion started by: jul
2 Replies
Login or Register to Ask a Question