

This would be funnier if it were emacs since that’s the one that has a metric ton of plugins for all of these
This would be funnier if it were emacs since that’s the one that has a metric ton of plugins for all of these
Sounds like a rockchip board like orangepi haha. It’s funny because they actually have some killer hardware, but documentation on kernel drivers and DTB boot chain is sketchy at best.
Terminal emulators are bloat, real arch users use the real teletype (tty) as intended lol
I recently realized I forgot to use reflink copy on an XFS filesystem and ran duperemove which freed ~600GB of data
The funniest thing about proprietary nvidia drivers on linux is that they’re still easier to install than using the GeForce app lmao.
dnf install akmod-nvidia
No sign in to a fat game launcher ad ridden app to upgrade your GPU driver
Mainline linux on mobile is solving this problem as we speak: https://postmarketos.org/
I expect a full collapse of the Google Android behemoth about the same time we get Half Life 3.
The Debian 6.12 kernel trying to find modules for your fancy new hardware:
Just like how Pakistan administers Jammu & Kashmir and India administers AJK & Gilgit Baltistan, both of which are across the Line of Control in the opposite country’s border lol.
Pentagon wasted tax money on facebook bots to convince people in East Asia that the chinese covid vaccine was poison, so no one is really buying the “China human rights abuses are what allow China to succeed” idea anymore.
Especially since you can just as easily point to Japan’s infrastructure projects which achieved the same thing under US supervision post WWII, meaning said human rights violations aren’t even a supposed cost if there’s less evidence of it that of UAE literally pirating in immigrants to build their lavish towers and stadiums.
Of which the US fully supports, so this just goes back to the blame game of who is worse.
Yes, China has some shady ideas of what is considered acceptable behavior and work output from citizens, but the point is that they are using it to rapidly grow their infrastructure, unlike NA which take a decade for a single transit system to get approved all while car OEMs are pumping out dumpsterfire vehicles of whose parts are overwhelmingly made in China.
Lol I remember Dunkey complaining about this guy and twitch streamers in general showing up to E3 because “The only Twitch streamer that plays games is Pete Dorr, and he wasn’t even on there”
Does jellyfin do untranscoded video/audio?
Haven’t used it in years but finally building up my media server again and I remember it had some funky settings for hardware encoding back then which I didn’t need because I was connecting to it via a repurposed gaming laptop that could easily handle 4k content and surround sound by itself.
I remember someone here made a detailed list of how lots of the early linux FOSS stuff was essentially ripoff of unix software lol. I think XFCE was originally a knockoff of CDE or something with XForms. Now it’s the de facto performance DE and the default on Kali.
So basically just knockoff reddit then?
Wait till you try fish or zsh loaded with all the fancy plugins lol
In theory yes since they’re essentially sponsored by RedHat. (RedHat is owned by IBM)
Which is funny because the Snowden leaks actually showed the NSA likes using Fedora for their fancy spy tech lol.
I guess a good alternative would be OpenSUSE.
Edit: realized you meant in the sense of hot swapping flavors after I typed out a whole explanation lol. Should start recommending niche distros and collect package managers like trading cards lol.
–
yum = dnf, dnf is just the newer version which was rewritten several times.
apt is a weird attempt to “upgrade” apt-get with better user interface without messing with the compatibility of apt-get used by scripts and whatnot.
Both of these are dependency handling package managers which do all the magic of installing required subpackges when you want something.
rpm is the underlying system package manager which deals with the actual task of installing, removing, and generating packages in the .rpm format. It is analogous to Debian’s dpkg which uses the .deb format. It’s usually not used by the end user unless you need to play with a package directly like with a .rpm or .deb file.
Hence why some distros (or people) have their own dependency package manager, like zypper on OpenSUSE (rpm) or Aptitude on Debian (deb).
Although I think Aptitude might just be a fancy wrapper for apt lol.
Shared this before, but someone I know did a chmod on /bin which nuked all the SUID/GUID bits which borked the system lol.
Surpsingly easy enough to undo by getting a list of the correct perms from a working system, but hilarious nonetheless
Ubuntu, and the experience was crap lol.
Then I got to try Debian on a server and it was much nicer.
Then I saw Torvalds uses Fedora, and given that he also disliked Debian and Ubuntu for their lack of end user ease, I switched and have been happy ever since.
Seriously though, GNOME 40 really should not be the default DE. It made me think Linux UI was years behind Windows when it was actually the opposite with proven DEs like XFCE, KDE, and GNOME 3/2 etc.
Proxmox or even just lazy old KVM GUI for anything that needs to be deployed manually in a VM (Home Assistant, WIndows VM, etc.). Otherwise you can even just spin up whatever manual service you want to run on an LXC container or bare metal host with the correct security settings with systemd and selinux if you want to be extra careful.
Docker/Podman (the superior one lol) is just an automated deployment system in container form (like Ansible). It great for automated deployment without having to manually configure the installation process and worry about upgrades, changes, etc. You can even easily create your own images on the fly just for the purpose of having it run a single service inside a container.
Proxmox equivalent would be like using Terraform/OpenTofu to deploy VMs to do the same thing. Its possible, but just not that common because of the reduced overhead with containers, and well supported deployment images with docker/podman specifically.
Generally speaking, I’ve seen proxmox used more in lab environments were you want to emulate something like a complete network of machines whereas docker/podman has become the defacto server deployment platform.
You’re just much more likely to find software with a published docker container and default docker compose script than the same thing in Terraform or even K8s/K3s.