My favorite TV show Stargate. I've only been able to convince one person to watch it, and they loved it too. Everyone else says its to long since sg1+Atlantis+universe is 17 seasons total. Plus 3 Movies.
The main reason I don't use them is because when I move my nixos config to a new machine as far as I know you cant get them to auto install. I have to remember which ones I had installed and redo them manually.
Which is why if for some odd reason I don't want to just install from the nix pkgs repo. I use app images. I can keep them in a directory which I can just copy over to the new machine with my nixos config files.
I'm loving obtainium. I just found it about 2 weeks ago and, I've been slowly switching everything I had installed with f droid over to obtainium. Only problem so far was one didn't have apk releases. Only a .zip. There is already a issue on github about it and I expect obtainium will be able to handle that in the near future. It has be getting updated a lot lately. Plus version 1.0.0 just released.
The only one I ever looked for was Sam Harris's podcast. All I did was search "making sense with Sam Harris RSS", and one of the top results was the official RSS feed lol. I was looking for a pirate feed but found the official. Which if you can't afford it you can email and get for free so I don't think he really cares if its that easy to find.
TLDR: try searching podcast name + RSS and maybe you'll get lucky.
If you stick with it you'll eventually start to understand what all the jargon means.
sudo is kind of like "run as admin" in windows. It runs whatever command as root(admin) instead of as your user. To use it you just add sudo in front of the command. Ex. "apt-get update" becomes "sudo apt-get update"
apt-get is the command that controls your Ubuntu Repository. "apt-get update" basically checks for updates for everything on your computer. Then "apt-get upgrade" downloads and installs all those updates. And "apt-get install <app/package name>" is how you install apps that are in your distros Repository.
A Repository is basically an app store for your distribution. Each Linux distribution usually has their own. And they have different software(apps) available in them. If a app you want is not in your repo there are different options to install it. That was probably the hardest part for me to understand when I started. But now days the easiest option is to use snap or flatpak to install something that's not in your distros Repository.
As far as I understand, a package is just another way of saying app or software program. There might be a technical difference. But when you download a package you're basically just downloading the program/software/app.
There are also package dependencies which is the other software that is required to run the software you're trying to install. When you run "sudo apt-get install
<package name>
". You will see a list of packages that will be installed. This includes all the dependency packages. Which are the packages that are needed to run the one that you're trying to install.
Some linux distribution try to give you a GUI for everything. But its definitely worth learning how to do stuff in the terminal. Once you learn it you'll realize why it is so much better than a GUI.
I truly wish jellyfin was even close to plex. I'd love to use the open source option. I run a jellyfin server along with plex, but have so many issues with it + the UI is worse. As for the emailing people what you watch. It should have been opt out, but its really easy to turn off in settings. Also I like the plex logins going through their servers. It adds more security to the port I have open. If their server goes down(which is really rare) I don't lose access to my media because I have at least 3 other ways to access my server. Including jellyfin. Which I use tailscale to access so I dont have the port open.
For your music problem look into running a plex media server and using plex amp to play the music. It may not be super practical if you don't have a selfhosting setup. But its so far above anything else I have tried. Plus I can steam to my phone as well.
I always use the app image if they are available. As for being slow I never noticed.
No app desktop entry is one on the reasons I like them. If its one I use a lot I make a hotkey to open it. But there are ways to add them. There is even a tool that makes its easy to do.
No updates. I'm not sure how exactly, but everyone I use auto updates when I open them. I originally had a issue of it breaking my hotkey cause the file name would change because of the version number going up. Which I fixed by using a *.
That's not a good reason though. There are plenty without aluminum. Toms and Native are two I know of without searching. Also it easy and cheap to make homemade with coconut oil.
The downside of NixOS is bad documentation. Which makes it take quite a while to get your config setup the way you want. Its so worth it though. I used arch for 5+ years and have been on NixOS for about 6 weeks now. I'm definitely never going back. My conifg is done, I barely have to change anything now. Its all saved in a git repo so I never have to make it again. I've already switched all of my machines over. And even a few of my friends. Which has been super easy to do cause I just give them my config then remove everything they don't need. I've only been using it for a little while but it feels so reliable and Unbreakable even though I'm running unstable packages. Because if anything breaks you just go back to the last generation that worked. Which made me willing to just try anything when I was setting it up.
Also you could run Nix package manager on arch for this, but the nix package repo is amazing. It has everything i've needed or even thought about installing. And in my opinion its way better than using AUR packages. Most of the time you just DL them and don't have to build them. Its just so much faster and more reliable then using Paru or Yay. Plus there is a NUR( nix user repo) but tbh I've never even looked at it.
The other con I know of is issues running binaries and app images. But there are was work arounds for them. I use a few app-images by just running 'appimage-run '. And so far its worked perfectly. As for a binaries you can use steam-run or I think using distrobox would work. But I haven't had to do anything like that yet.
I found this YouTube channel quite useful when I was setting mine up. Vimjoyer
My favorite TV show Stargate. I've only been able to convince one person to watch it, and they loved it too. Everyone else says its to long since sg1+Atlantis+universe is 17 seasons total. Plus 3 Movies.