

The reasoning stated is that EROFS is more actively developed than SquashFS. Does that mean that SquashFS is feature incomplete, or that it’s more stable?
The reasoning stated is that EROFS is more actively developed than SquashFS. Does that mean that SquashFS is feature incomplete, or that it’s more stable?
I think SimpleX is similar
I blame MS (Windows 2000, Office 2003, Server 2005, etc.)
Aren’t these the guys who disallow the term “Taiwan is a country” and “Free Tibet” in their chat system?
I use a container for transmission and openvpn: https://hub.docker.com/r/haugene/transmission-openvpn/
Won’t this cause cat to iterate through all files in the cwd once zcat encounters an issue, instead of just the specific file?
Yeah, it’s a pain. Leads to bad one liners:
for i in $(ls); do zcat $i || cat $i; done
I’ve been using Kodi on rpi4 and 5 for years (just using Rasbian), not a gamer, but it seems there is a steam launcher for it if that helps: https://www.addictivetips.com/media-streaming/kodi/steam-games-on-kodi/
Pretty sure it’s not closed source? https://www.theregister.com/2023/11/10/snap_without_ubuntu_tools/
Isn’t that the purpose though of Ubuntu though? They made it easy, everything is open source, and then people/companies/orgs that want to do things different can just fork it and do their own thing. If they make a better product according to even 1 person, great. Job done. Plenty of people are happy with vanilla Ubuntu.
I don’t even use Ubuntu but I sure appreciate the amount of work they’ve done over the years and I feel they get a lot of stick about it for no good reason.
Terrible title, I thought it was a vulnerability in git.
I used to have issues with the different processor types, I used to downgrade to the core2duo to get things to boot.
Worse how? Jellyfin was forked from Emby, and since then has continued to improve in my eyes.
Didn’t something similar just happen with RustDesk? ChatGPT response from author in an hours old account.
Similar here. I used to have 2 screens that if they turned off for powersaving only 1 of them would wake up. So I had a script on the desktop to do a reset and move them correctly.
#!/bin/bash
xrandr --output HDMI2 --off
xrandr --output HDMI2 --auto --same-as HDMI1
xrandr --output HDMI1 --right-of HDMI2
exit
Wasn’t there some controversy about this that it wasn’t entirely open-source?
I had to upgrade some OL6 VMs to OL7 VMs running Oracle DBs and Apps (on OVMM no less). There was no appetite for buying additional storage, or restoring the environments with RMAN. Luckily, everything had been installed under /u01 which was on its own virtual disk.
So I built a new VM as OL7 (same hostname, etc.), installed the pre-req RPMs for Oracle DB, disconnected the virtual disk from the OL6 and attached it to the new OL7, synced users and home dirs - and it only bloody worked.
I don’t want to be a pain, but it’s not “basically Mint running on an M1 iMac.” it’s Asahi/Fedora running Cinnamon. Also, you’ve connected an external monitor for an M1 iMac? Do you mean it’s an M1 Macbook instead?
I mean, I get it, but that’s also not a thing of git, right? Just because GitHub does something doesn’t mean every other hosting provider needs to. If your code review process is to comment upon specific commits, maybe it’s the code review process that’s wrong?
Oracle Linux (up until 9.3 I think?) is a direct clone of RHEL. After 9.3 (or maybe it’s 9.2) it’s a best attempt clone of RHEL (similar to Alma Linux or Rocky Linux). If you want to learn RHEL then it’s a fairly decent equivalent with a couple of their own quirks thrown in (ULN, ksplice and the UEK).
Also, I don’t bother with certs or care if people have them. I have yet to find someone who knows a product better having got the cert than someone who’s used the product without a cert.