Lots of podcasts anymore have subscriber-only exclusive episodes. Is there any reliable place to find those? I’m interested in locating the episodes for podcasts like Savage Lovecast, Swindled, Dr. Death, and Sex and Politics.
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 of its that easy to find.
TLDR: try searching podcast name + RSS and maybe you’ll get lucky.
Basically title. I waited on installing F droid for a long time because my phone threw many scary warnings when I tried a long time ago. But now I have it, and I got some fossify apps, but since there is no “Editor’s Picks” on F- droid I dont really know where to go from here....
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.
I’ve been here a week ago already asking if Arch would be fine for a laptop used for university, as stability is a notable factor in that and I’m already using EndeavourOS at home, but now I’m curious about something else too - what about Arch vs NixOS?...
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 <appimage filename>’. 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
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.
Today, I made switch to fedora silverblue and then rebased to ublue image because it has flatpak included in the image. I am also thinking about making my own image based on silverblue. there is a video made by bigpod a youtuber about how to make your own custom ublue image and I learned a lot from that video. I am using toolbox...
I’m new to NixOS. Do I have to do anything extra to update NixOS? Or do I just update my flake and run nixos-rebuild switch --flake like I normally do to update packages?
Self hosting. I was using windows to host teamspeak and game servers. I first got into linux by switching my homelab to linux and running everything in docker containers and VMs. Then from there I started using it on a desktop and laptop as well. Started on manjaro for years. Then went to arch for a year or two. And now I’ve switched everything over to NixOS.
Not just the terminal, I mean a full remote desktop. What’s the best method? Not just from one linux machine to another machine, but also remoting from a windows machine to a linux machine....
I was looking into rust desk. It looked like the perfect solution for remotly helping my family members. The problem is I have them running silverblue. I don’t think rust desk supports Wayland. There is a experimental way I was going to try, but I’m not sure how to install it since its not in Fedora repo or flatpak.
Oh! I didn’t see that app image was an option. I’m definitely going to give it a try now. For my use case I don’t need remote login so that works out fine. Thanks.
Good to know since I’m using a pixel as well. For remoting to my own devices. Since they are all running Wayland now. I plan to try out waypipe soon. I read it’s like a replacement for running X over ssh.
For helping family members I was looking for something more user friendly. Which is why I was looking into rust desk.
I’m not sure if it is exactly the same on Iphone. But on Android you can choose to either pay for the app( a one time payment) or have Plex pass. Either way lets you watch on the mobile app.
I’ll admit this feature should have definitely been opt-in. But when the update came out there was a big pop-up on your screen when you logged in. Where you just turned all of this off and hit save. It is super easy to disable.
The sharing what I watch with friends part is dumb. But it is pretty cool how you can recommend stuff to friends.
Thank you so much, comrades! I am feeling pretty comfortable with linux mint, and now would like some suggestions for some absolutely necessary FOSS or free license software for the OS. So far I have the standard, Firefox, ThunderBird, LibreOffice, yada yada. Thank you again to everyone on the linux comm! sankara-salute
Pirating premium podcast episodes?
Lots of podcasts anymore have subscriber-only exclusive episodes. Is there any reliable place to find those? I’m interested in locating the episodes for podcasts like Savage Lovecast, Swindled, Dr. Death, and Sex and Politics.
Alright boys, I've been converted to the light side and have installed F-Droid. Now what?
Basically title. I waited on installing F droid for a long time because my phone threw many scary warnings when I tried a long time ago. But now I have it, and I got some fossify apps, but since there is no “Editor’s Picks” on F- droid I dont really know where to go from here....
TIL that operating system Linux is an example of anarcho-communism (en.wikipedia.org)
Arch or NixOS?
I’ve been here a week ago already asking if Arch would be fine for a laptop used for university, as stability is a notable factor in that and I’m already using EndeavourOS at home, but now I’m curious about something else too - what about Arch vs NixOS?...
New Linux user here. Is this really how I'm supposed to install apps on Linux?
mullvad.net/en/help/install-mullvad-app-linux...
I have started using fedora silverblue
Today, I made switch to fedora silverblue and then rebased to ublue image because it has flatpak included in the image. I am also thinking about making my own image based on silverblue. there is a video made by bigpod a youtuber about how to make your own custom ublue image and I learned a lot from that video. I am using toolbox...
NixOS 23.11 released (nixos.org)
what caused you to get into Linux?
What caused you to get into it, are you an evangel and are you obsessed?
What's the best way to remote into a linux machine?
Not just the terminal, I mean a full remote desktop. What’s the best method? Not just from one linux machine to another machine, but also remoting from a windows machine to a linux machine....
Plex starts narcing on its own users' anime and X-rated habits with an opt-out service, and it's going terribly (www.pcgamer.com)
I made it to Linux! What is your must-have FOSS or Free Software for linux?
Thank you so much, comrades! I am feeling pretty comfortable with linux mint, and now would like some suggestions for some absolutely necessary FOSS or free license software for the OS. So far I have the standard, Firefox, ThunderBird, LibreOffice, yada yada. Thank you again to everyone on the linux comm! sankara-salute