every minute spent on windows appears like time lost.
Don't blame the user. The experience is bad, and should be called out for it. Many things about linux just suck, and deserve to be called out. Dont defend shitty software, just because you like it and it 'just works for you', or because it is open source.
In the same review, Scot went on to say: "I tested the Windows installer on several machines, and was amazed. Not only did everything work as advertised -- it worked better than I dreamed possible. BeOS has always been the easiest OS on the planet to install, bar none, but this is ridiculous. BeOS is up and running in five minutes or less, and everything is totally painless. Linux distributors should be taking notes." Sounds like someone did! ;-)
It's interesting how linux kernel dumps work.
You actually have a linux in your linux, and when linux fails, linux takes over and can dump the linux address space so when linux gives up and boots linux, you can use linux to do an autopsy on itself. :)
Or, in other words, you allocate a reserved address space and load a linux#2 kernel in it. When you encounter a panic condition, the system can jump to linux#2 in the reserved address space. It will be non-corrupted and can dump the address space of linux#1 to disk (or a remote system) and reboot.
kexec is the basis for all this, and it can do a lot of other interesting stuff like upgrade in place.
Yo dawg, I heard you like Linux...
Side note, running with your root filesystem on a ZIP disk is not performant.
It's great to see Linux installs going this direction. The ease of install definitely made switching to BeOS simple back in the day.
Plus BeOS 5 had both Hotline (https://en.wikipedia.org/wiki/Hotline_Communications) and IRC clients.
He is familiar with chrome, so after the installation he downloaded chrome. At this point I was hoping that he would be able to just double click the .deb file and install with no hassle, but he couldn't. I don't know if was the package manager fault or google's... All I now is as long as people have to use the terminal to do basic things, windows users won't be able to make te switch.
Nice job though, we need more projects like this.
That sounds like a great way to finally introduce the concept of trojan-horse malware to the consumer Linux ecosystem.
You should almost never be installing a raw .deb, anyway, because packages form networks of requirements/versions/etc. It’s probably outdated, and might even be for the wrong version of the OS—or even for the wrong distro!
The proper GUI workflow, I think, would be for third-parties like Google to offer for download some sort of file representing just an apt PGP-code-signing-identity + source list; and then double-clicking it would open it in Software Center or the like to do the GUI equivalent of apt-add-repository: asking you if you want to trust $ORG and follow the http://org.example.com apt repo. You’d say yes, and then `apt update` would get triggered, and new packages would appear (hopefully highlighted as such) in the Software Center list.
I’m kind of surprised things don’t already work this way. I think it’s because—other than Chrome—there’s pretty much nothing consumers want to install on Linux that isn’t best installed from the distro’s first-party package repo. For Debian/Ubuntu at least, I can’t think of a single PPA or vendor apt host—other than Chrome’s—that solves a consumer (rather than developer/administrator) use-case.
You download the RPM and click it to 'execute' in your downloads. It opens in software Centre. That package sets up an extra repo and then installs the program you want from that repo.
Windows finally catching up with winget [3], already GUI shells by 3rd party developers [4], some day may be part of the installation. I do not know why it took so long, there is no Chrome both on Steam Store and Microsoft Store. Looks like Microsoft tried to bend developers [5], but what's with Valve?
Searching and downloading of installers, keeping them is such a crappy experience. On Linux is 1000% better.
[1] https://en.wikipedia.org/wiki/Ubuntu_Software_Center
[2] https://en.wikipedia.org/wiki/Snap_(package_manager)
[3] https://github.com/microsoft/winget-pkgs/tree/master/manifes...
[4] https://www.google.com/search?q=winget+GUI
[5] https://www.theverge.com/2017/12/19/16797358/microsoft-googl...
It's the best of both worlds really.
And yet people praise Android for "inventing" the app store and preventing people from [inadvertently] installing stuff from random website.
Pro tip: You can even make an immutable disk representing your entire disk and then boot the very same OS that is running VirtualBox from it. It's an awesome way to test changes you want to make to your system that you're unsure about.
What I'm really not sure about is how to install a bootloader in this approach. Dunno if Virtualbox can access the entire drive and specifically the boot sector. (IIRC I'd fire up a USB stick anyway for this finishing touch, though not having to fiddle with the Grub install almost makes it worthwhile to just use the full live installer in the first place.)
https://deb.debian.org/debian/tools/win32-loader/stable/win3... (txt)
https://deb.debian.org/debian/tools/win32-loader/stable/win3... (exe)
[1] https://web.archive.org/web/20160523181321/http://goodbye-mi...
If it works, it's very awesome!