this post was submitted on 22 Apr 2024
302 points (94.4% liked)

linuxmemes

20707 readers
778 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

What you’re refering to as Windows, is in fact, GNU/Windows, or as I’ve recently taken to calling it, GNU plus Windows. Windows is not an operating system unto itself, but rather another closed component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called “Windows”, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.

There really is a Windows, and these people are using it, but it is just a part of the system they use. Windows is the kernel: the program in the system that allocates the machine’s resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Windows is normally used in combination with the GNU operating system: the whole system is basically GNU with Windows added, or GNU/Windows. All the so-called “Windows” distributions are really distributions of GNU/Windows.

you are viewing a single comment's thread
view the rest of the comments
[–] boredsquirrel@slrpnk.net 28 points 4 months ago (7 children)

Wtf how do you get bash on windows and is their theme really still called Aero and their WM "Explorer"????

[–] MRLimcon@lemmy.ml 18 points 4 months ago

I use msys2 (https://www.msys2.org/), it uses pacman as its package manager and has a lot of developer packages (so i can compile fortran and integrating it to python). It comes with bash and a terminal, but I used windows terminal and made a profile for using msys2's bash, the same on vscode. Then I installed neofetch (https://packages.msys2.org/base/neofetch) and just saw this hahaha.

[–] palordrolap@kbin.social 8 points 4 months ago (4 children)

Someone else already said WSL, but before WSL there was Cygwin, and before Cygwin it was probably the DOS era tbh, but you could definitely get pdksh as a DOS executable back then. (I was never quite brave enough to make pdksh the SHELL in CONFIG.SYS, but I could have.)

As for Windows' WM being Explorer, yeah, that's basically been the case since Windows 95. The desktop itself is a special instance of a folder and the taskbar, at least up to Windows 7 (I've been out of touch since then) was a heavily modified partially-floating menu bar.

Prior to that, Windows 3.x had something called Program Manager which Windows 8 kind of, sort of, went back to (but not really) and everyone hated it. The original Program Manager would have been better, honestly.

Makes me wonder if the setting is still there in modern Windows to change the WM to something else. It used to be in WIN.INI, so it's probably a registry key now. No doubt deep instability will result if it's set to anything other than explorer.exe because of the deep integration that explorer.exe has with literally everything, so probably not worth trying. Also, if you start Explorer when it isn't the WM, it'll probably try to do WM things anyway and break whatever else is running.

[–] friend_of_satan@lemmy.world 5 points 4 months ago

DOS was ok, but when I found Linux with its cli multiprocessing, &, bg, fg, jobs, and alt-f#, my head exploded and I thought about all the time I could have saved in my years of using DOS with its single process terminal interface.

[–] davidgro@lemmy.world 3 points 4 months ago

As far as switching out Explorer goes, it's not actually the window manager, that's Aero since Vista - but it is the shell on desktop editions of Windows... But not all editions. Some server editions ("core") and some specialized other ones have the shell set to literally just a cmd window. There's no taskbar, no Start, no desktop icons, etc. There's a cmd window that if closed triggers a reboot. Of course other things can be started from it.

I'm not sure if there's a setting that could be changed to make a desktop edition behave like that or vice versa.

[–] possiblylinux127@lemmy.zip 2 points 4 months ago

The image in cygwin or something based on it

[–] boredsquirrel@slrpnk.net 2 points 4 months ago

Damn. This could be a reason why there are no good filemanagers in Windows? But idk.

[–] subignition@kbin.social 6 points 4 months ago (3 children)

There's also WSL though your mileage may vary.

[–] joyjoy@lemm.ee 6 points 4 months ago* (last edited 4 months ago)

neofetch in WSL would report as Ubuntu (or whatever distro you chose)

[–] boredsquirrel@slrpnk.net 6 points 4 months ago

Thats something different

[–] possiblylinux127@lemmy.zip 1 points 4 months ago

Not as flexible or fast

[–] madeline@lemmy.blahaj.zone 3 points 4 months ago

they forgot how to make an operating system 12 years ago, it's all windows 7 leftovers

[–] 0ops@lemm.ee 3 points 4 months ago* (last edited 4 months ago) (1 children)

Git bash, also that screenshot looks like the Windows terminal app

[–] possiblylinux127@lemmy.zip 1 points 4 months ago (1 children)
[–] Zhumos@lemmy.world 2 points 4 months ago

It's probably Msys2.

Msys uses /c/ for windows drives by default. Cygwin uses /cygdrive/c/ by default

[–] Percy_JW@kbin.zerstoererbande.de 3 points 4 months ago

You can also install neo fetch through scoop