Unmapped

joined 2 years ago
[–] Unmapped@lemmy.ml 26 points 1 year ago (4 children)

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.

[–] Unmapped@lemmy.ml 5 points 1 year ago

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.

[–] Unmapped@lemmy.ml 2 points 1 year ago

I open this to mention Fred again, but you already did.

[–] Unmapped@lemmy.ml 1 points 1 year ago

Thanks. I was just leaving out the / after /api.

[–] Unmapped@lemmy.ml 2 points 1 year ago (5 children)

What is the api URL to get sponsor block working? I've tried like 4 different ones based on the docs, but can't figure it out.

[–] Unmapped@lemmy.ml -2 points 1 year ago (1 children)

At the most about 16-18 hours.

Please consider finding a alternative to using wool. The wool industry is so cruel.

[–] Unmapped@lemmy.ml 3 points 1 year ago (1 children)

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.

[–] Unmapped@lemmy.ml 6 points 1 year ago* (last edited 1 year ago)

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.

[–] Unmapped@lemmy.ml 17 points 2 years ago

Anarchy means no rulers. No hierarchy. There would still be rules/laws.

[–] Unmapped@lemmy.ml 12 points 2 years ago (2 children)

The documentary Dominion that is narrated by Joaquin Phoenix.

I had to stop about 16 minutes in. I did come back and finish it the next day.

[–] Unmapped@lemmy.ml 2 points 2 years ago (1 children)

Your analogy makes a lot of sense. I think that knowledge will be useful. Thanks.

[–] Unmapped@lemmy.ml 7 points 2 years ago* (last edited 2 years ago) (5 children)

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 ". 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.

view more: ‹ prev next ›