#wsl

aktionfsa@diasp.eu

14.10.2023 Microsoft macht Wechsel zu Linux möglich

+Wohin geht der Weg?*

Wir haben stets gedacht, der Finger zeigt an, dass Microsoft mit seinem Windows "nach Hause telefonieren" will. Das war sicher in den letzten Jahrzehnten auch die Entwicklung, die man bei Microsoft beobachten konnte. Doch die aktuellen Nachrichten lassen etwas Licht am Horizont erkennen.

Microsoft hilft bei Linux-Installation

... titelt Heise.de und beschreibt die Möglichkeiten ein Linux System neben oder sogar an Stelle des bestehenden Windows zu installieren. Der alte Hass, der im Ausspruch von Steve Balmer "Linux ist Krebs" gipfelte, scheint vorbei zu sein.

Aktuell beschreibt Microsoft drei Wege für eine Windows Besitzer, um an Linux zu kommen:

  • über das Windows-eigene Windows Subsystem for Linux (WSL),
  • virtualisiert in der Cloud oder
  • "Bare metal", also als direkte Installation auf dem Rechner neben dem bestehenden Windows (Dual Boot) oder "an Stelle von Windows".

Zweifellos wäre uns die allerletzte Möglichkeit die liebste ...

Wohin wird diese Entwicklung führen?

Das erste Windows Subsystem für Linux wurde 2016 von Microsoft vorgestellt, inzwischen gibt es eine verbesserte Version 2 - und nun? Microsoft verdient sein Geld mit den Cloud Diensten und das Betriebssystem tritt mehr und mehr in den Hintergrund. Außerdem gibt es fast alle gängigen Anwendungen in gleich guter oder sogar besserer Funktion auch als Open Source. Lediglich die Gamer hängen noch am "Fenster".

Moritz Förster spekuliert auf Heise.de sogar, ob der Konzern irgendwann selbst auf Linux umsteigt, nachdem Android und auch MacOS auf Unix Derivaten beruhen. Auf jeden Fall möchte sich Microsoft die Linux Gemeinde nicht länger zum Feind machen. Für Ärger hatte kürzlich ein zugemauertes Gratis-Upgrade gesorgt. Da wird es Zeit wemigstens die Friedenspfeife zu zeigen und Wege zum Umstieg anzubieten. Langfristig könnte der Konzern damit sogar Geld sparen, denn die Kosten für Entwicklung, Tests und Pflege des eigenen Systems würden dann wegfallen.

Mehr dazu bei https://www.heise.de/news/Microsoft-hilft-bei-Linux-Installation-9333190.html
und https://www.heise.de/meinung/Kommentar-Wenn-das-Jahr-des-Linux-Desktops-kommt-dann-von-Microsoft-9334023.html
Kategorie[21]: Unsere Themen in der Presse Short-Link dieser Seite: a-fsa.de/d/3wK
Link zu dieser Seite: https://www.aktion-freiheitstattangst.org/de/articles/8554-20231014-microsoft-macht-wechsel-zu-linux-moeglich.htm
Link im Tor-Netzwerk: http://a6pdp5vmmw4zm5tifrc3qo2pyz7mvnk4zzimpesnckvzinubzmioddad.onion/de/articles/8554-20231014-microsoft-macht-wechsel-zu-linux-moeglich.html
Tags: #Microsoft #Wechsel #Linux #OpenSource #Transparenz #Informationsfreiheit #Anonymisierung #Verbraucherdatenschutz #Datenschutz #Datensicherheit #Lauschangriff #Überwachung #Betriebssysteme #iOS #MacOS #Android #WindowsSubsystem #WSL

danie10@squeet.me

How to easily Install Linux on Windows Using WSL

Microsoft Store page showing Ubuntu Linux for installation with an Open button
WSL (stands for “Windows Subsystem for Linux“) is a feature of Microsoft Windows that allows the user to run Linux distribution alongside Windows by utilizing a compatibility layer. It was released in 2016, however, the current version is WSL 2, which supports numerous Linux distributions including Ubuntu, Debian, OpenSUSE, Manjaro Linux, Arch Linux, Fedora and others.

WSL is a beneficial feature for developers as it eliminates the need for extra hardware, virtualization, or dual-boot setups to manage Linux file systems or to access Linux command-line and tools.

With WSL, one can seamlessly switch between Windows and Linux workflows, enabling them to take advantage of Linux-specific tools while still enjoying the features of Windows as their primary operating system.

Something that is interesting (and I have not tried out myself, but I understand it can work) is that GUI Linux apps for X11 can also be run this way (those not requiring special drivers). Supposedly the way to do this is:

  1. Open a terminal window in your Linux distribution and run the following command: export DISPLAY=localhost:0
  2. Launch the GUI Linux application from the command line that you want to run.

WSL is not only great for accessing native Linux apps, it is also useful for devs wanting to test their apps out for Linux, and it is also a great way for Windows users to dip their toes into learning about Linux. I did a post about a week back about Distrobox which is a similar sort of WSL but on Linux for Linux.

See https://www.ubuntumint.com/install-ubuntu-on-windows/
#Blog, #linux, #technology, #WSL