Spyke

Replies

linux

Comment on

With FOSS, what is to stop scammers from hiding malware or worse in their programs?

Reply in thread

That doesn't stop any of them. Windows users still go, willy nilly, traipsing around the internet downloading and installing random things. There is no money, no checks and balances. I'm sure you've read Windows converts complaining, "Linux isn't ready for the average user because it's too hard to install programs, they want to be able to download an installer, then click next next next and have the application installed." They think the security of package management is too much for the average user.

Sure, FOSS could get some bad actors. It would be no different than the closed source community. At least with FOSS, there is still opportunity for people to find and eliminate the bad code. The world runs on Linux and FOSS. The place where you would want to sneak in some bad code the most. You'd have a much bigger impact. And, it does happen on occasion, people notice, and the bad code is removed. Compare that to the much smaller, Windows world, where you need anti-virus checkers and maleware checkers.

It sounds like you have the computing world inverted. You believe Windows and closed source is the most dominant computing paradigm. It's not.

Comment on

in 2030 GNU/Linux will surely have 90% Market share of desktop computer operating systems (the other 10% beig BSD, RedoxOS and other FLOSS *nix systems)

The goal posts keep moving. I remember when it was the Year of Linux. Linux dominates every market except Desktop and Console. The Year of "Desktop" Linux is what we've shifted too. The only thing that's kept Windows the dominant OS on Desktop is vendor lockin. Windows isn't even the dominant OS on Azure. How pathetic. Without vendor lockin, Linux would have seen all kinds of money for engineering efforts from PC manufacturers for Desktop. Sad part is, so many people actually think they chose Windows.

"You can have any color car you want, as long as it's green." - Comrade Car Salesman

Comment on

No comment

Reply in thread

The linux way to handle it is with a chroot. Used to do this back in the day to get 32bit libraries on a 64bit distro that didn't include 32bit libraries. chroot is the basis for modern containerization technologies. These days, I usually use it for bleeding edge application builds that don't have a build for my distro, yet. Distrobox makes it pretty simple. With distrobox, you can install the application you need in the OS that supports the application you want, then just map the binary into your OS.

See here: https://distrobox.it/useful_tips/#export-to-the-host

Comment on

boot: "you are in emergency mode"

Reply in thread

You are. You are supposed pretend, everything you know on Windows should immediately transfer to Linux. Try to do techie things on Linux the Windows way; borking your system. Finally claim Linux isn't ready for the average user, despite not using Linux like an average user would.

Comment on

The Ubuntu experience:

Reply in thread

It's for LTS releases only. So you rarely see it on desktop, but for sure will see it on servers. My previous job, I ran LTS on my work laptop and would laugh at everyone always getting a forced update right before scrum. This new job, I have to use WSL on this Windows laptop and guess what, I'm in forced update hell. I can understand that for some(or most) the pro message would be annoying, but I'd rather see that pro message 100 times a day then get a forced update at random times. Especially right before meetings.

Comment on

Not paying attention in the Grub menu

Reply in thread

Yep, you learn how to get things done. If your goal is to use something that's strictly for Windows, then probably you should be using Windows. Same as MacOS, same as Linux, and same as any other OS out there. Same things could be said for touch screen vs. MnK vs. controller.

Comment on

boot: "you are in emergency mode"

That's what the tty is for, or at worst a bootable thumbdrive, CD, or Floppy. If I can't switch to a tty, I boot a bootable drive, mount my harddrive, and chroot my install. No second machine required. It's rare that I fuck something up though. Rest assured it was some bullshit I was trying, zero to do with Linux itself. But I do remember Windows would just bork itself randomly for no reason at all. I'm sure Microsoft has all that resolved now, but man back in the day it was painfully often.