uranibaba

joined 2 years ago
[–] uranibaba@lemmy.world 3 points 8 hours ago (1 children)

Agreed, have used both android and iOS over the years and both OSes has their pros and cons. Currently staying with iPhone because nothing beats their face ID in my opinion.

[–] uranibaba@lemmy.world 6 points 20 hours ago* (last edited 20 hours ago)

I am currently looking into borg because it can take incremental backups. I just need figure out how I should handle a running system, if I need to turn of all my docker images or if there is some kind of snapshot function I can use.

From what I read on their FAQ, Borg cannot verify the integrity so I would need to turn everything off during the backup process. A filesystem like ZFS could have solved that problem (cannot find the link, something about shadow copy I think?) but since I don't have a backup yet nor physical access, I need to work with what I have.

I think I will set it to take a backup every night.

EDIT: Maybe it can verify integrity? Still trying to find information on my use case. https://borgbackup.readthedocs.io/en/stable/usage/check.html

[–] uranibaba@lemmy.world 4 points 20 hours ago

TIL! At least they used the same version for everyone, including the later competition.

[–] uranibaba@lemmy.world 18 points 1 day ago (3 children)

What do you mean a modified version? What or the point of that if they are sending people to a contest after? Unfair.

[–] uranibaba@lemmy.world 2 points 2 days ago
  1. It makes it more comfortable.

[I have absolutely no idea where that comes from.]

This is a silly reason, and I don’t see how it’s true

Laying down in a bed without wrinkles is more comfortable than laying down in a bed with wrinkles.

[–] uranibaba@lemmy.world 3 points 2 days ago

Here is the commit https://github.com/LemmyNet/lemmy-docs/commit/b3bd2afd6af18e71048ade7e82b541ff903a5a42

It creates the docker file and updates the docs to (among other things) point to the he file, the old being https://raw.githubusercontent.com/LemmyNet/lemmy-ansible/main/templates/docker-compose.yml.

I wonder why it does not point to the main repo. The PR does not discuss the it. https://github.com/LemmyNet/lemmy-docs/pull/315

[–] uranibaba@lemmy.world 4 points 2 days ago (1 children)

You are right, that is sus. The main repo does not have this and the docs repo have the main as a sub module, but still have a folder named assets with a different docker-compose.yml.

Would have been nice with a link from the start.

[–] uranibaba@lemmy.world 9 points 2 days ago (8 children)

I would fix it if we had a link. This problem is not present in the main branch.

https://github.com/LemmyNet/lemmy/blob/main/docker/docker-compose.yml

environment:
      # this needs to match the hostname defined in the lemmy service
      - LEMMY_UI_LEMMY_INTERNAL_HOST=lemmy:8536
      # set the outside hostname here
      - LEMMY_UI_LEMMY_EXTERNAL_HOST=localhost:1236
      - LEMMY_UI_HTTPS=false
      - LEMMY_UI_DEBUG=true
[–] uranibaba@lemmy.world 3 points 2 days ago (1 children)

Do you have a link to the file you used which has this problem?

[–] uranibaba@lemmy.world 51 points 2 weeks ago (5 children)
  1. I was sure the bike was going to get hit by the first bus.
  2. A man just stepped off the bus in the middle is everything.
[–] uranibaba@lemmy.world 1 points 2 weeks ago

I believe @dustyData@lemmy.world is reading separate as in when a married couple decide to not live together while still being married.

https://en.wikipedia.org/wiki/Marital_separation

[–] uranibaba@lemmy.world 2 points 3 weeks ago (1 children)

Which one did you buy?

 

Title. I looked at how to configure anything and found Caddy to be much easier to use. Aside from a lot of docker images integrating with it, why is everyone using it? Edit: I meant Traefik

 

In the light of Firefox's changes to sharing data and the fact that there are only two browsers^[/s], here is a reminder about Servo, an "experimental browser engine".

Who know, it could be the next big browser (one can hope at least).

 
 

Using uBlock Origin, you can add your own filter. This filter will block any post with the text "Elon Musk" (not case sensitive), modify as needed.

lemmy.world##div.post-listing:has(span:has-text("/elon musk/i"))

div.post-listing is the element to block
:has(args) returns elements where args evaluate to true
span is the element with the title text
:has-text(needle) returns the element if it has the next needle, supports regex with \needle\ and remove case sensitivity with i

Read more here: https://github.com/gorhill/uBlock/wiki/Procedural-cosmetic-filters

99
submitted 2 years ago* (last edited 2 years ago) by uranibaba@lemmy.world to c/linux@lemmy.ml
 

I just found out about AppImageLauncher, a package handler for AppImages. It organizes them, creates desktop files for you and handles updates and removal.

Integrate AppImages to your application launcher with one click, and manage, update and remove them from there. Double-click AppImages to open them, without having to make them executable first.

Much better than having to create all the desktop files myself, and having to figure out what to put in them for it to work correctly (I'm looking at you, qBittorrent and magnet links).

view more: next ›