OP was banned. Time to move on.
lemmyreader
I prefer to use debs (apt) for most packages and just a few Flatpaks. Avoiding snaps (Among others because I find the Snap Store too messy) and I do not bother with AppImages. But if you (OP) would need certain software that is only available as AppImage then go it.
Note that ext4 is damn old
Hmm ? Linux kernel is way older than ext4. And before ext4 there was ext3 and ext2. Linux users also have the choice of using XFS file system and for IT persons working for corporations XFS can have some advantages. Let's see, XFS was born in 1993.
more modern ones like btrfs or bcachefs
Years ago I thought that bcachecfs looked interesting but last thing I read about it this year was not very promising regarding reliability. Not sure whether it was in comments on Lemmy but here I found something from Linus himself : https://en.wikipedia.org/wiki/Bcachefs#Stability
Good that you mentioned that. Reminded me that I have an Arch Linux install here where I forgot that I did choose BTRFS during installation. Within maybe a month I noticed FS errors. Looked scary. Nervously searching for documentation was even more scary :
https://wiki.archlinux.org/title/btrfs#btrfs_check ->
This article or section is out of date.
(Discuss in Talk:Btrfs) Warning: Since Btrfs is under heavy development, especially the btrfs check command, it is highly recommended to create a backup and consult btrfs-check(8) before executing btrfs check with the --repair switch.
What is this? My beloved Arch Wiki is not 100% perfect!
Then found this :
WARNING: Using '--repair' can further damage a filesystem instead of helping if it can't fix your particular issue.
Do not use --repair unless you are advised to do so by a developer or an experienced user, and then only after having accepted that no fsck successfully repair all types of filesystem corruption. E.g. some other software or hardware bugs can fatally damage a volume.
I figure this explains the popularity of BTRFS snapshot configurations. Luckily I had some backups :)
I've tested the Beta of Ubuntu 24.04 and during the installation it bailed out as well which I've never seen before.
Normally the installation disk has Try and Install mode. If you go for the Try mode and then choose install you should be able to navigate to the log files and check the contents which can give you an idea of what went wrong.
There's other flavors of Ubuntu, like Lubuntu, Xubuntu, Kubuntu, Edubuntu. Try one of them and see whether the same error happens. After you would successfully install for example Xubuntu you can use apt to install the ubuntu-desktop
package which is a meta package which will install the default GNOME of Ubuntu. Then proceed to remove the XFCE4 packages and you're done.
They are not pioneers, they are Microsoft funded group (at the beginning, at least)
In the beginning in 1997 GNOME was a direct response to KDE using Qt toolkit with a license that GNU with RMS did not like at all. Not sure why you mention Microsoft and funded ? When I search for it I see that M$ gave 10K to GNOME in 2022, more than two decades later.
Thanks
Actually, i thought about merging rdo and ssu, both a bit over 100 loc in C.
Found ssu here : https://github.com/illiliti/ssu Can't find rdo. What is it ?
No worries. When I saw the image on Mastodon I thought I did not get it but still looks funny.
- "RunAs" is apparently the Windows equivalence of sudo in Linux.
- Administrator in Windows == root in Linux.
- Furries are popular among some users on the Fediverse, for reasons.
Indeed useful to not having to share passwords. I think sudo historically started as a way to let some users in a company for example manage printer server settings without having a root password. (And I believe it was Ubuntu in 2004 which promoted sudo and forced the default user after an installation to use sudo to perform root commands).
Dillo browser's original project goal was to provide a web browser for people with slow Internet connection.
Here some screenshots of Dillo browser on a phone and how the developer did that :