gregor

joined 1 month ago
MODERATOR OF
[–] [email protected] 4 points 1 day ago (1 children)

You are trapped here with me mwahahaha!!!

[–] [email protected] 3 points 1 day ago (1 children)

That was indeed the problem. Fixed now

[–] [email protected] 0 points 1 day ago (3 children)
 

cross-posted from: https://gregtech.eu/post/1188873

I made grebuntu to merge all of the separate scripts into one script for all distros, but it doesn't work. The individual scripts do, I tested in VMs. What could have caused the issue? the script in question is tsubuntu.sh btw, can be found in the repo The original scripts are available at https://github.com/Tsu-gu/tsubuntu

 

I made grebuntu to merge all of the separate scripts into one script for all distros, but it doesn't work. The individual scripts do, I tested in VMs. What could have caused the issue? the script in question is tsubuntu.sh btw, can be found in the repo The original scripts are available at https://github.com/Tsu-gu/tsubuntu

[–] [email protected] 26 points 1 day ago (4 children)

What's going on here? I cant spot it

[–] [email protected] 20 points 1 day ago (1 children)

Hello fellow bitwarden user! I also self-host my server with vaultwarden

[–] [email protected] 3 points 1 day ago (4 children)

Ubuntu is awesome Change my mind

[–] [email protected] 10 points 3 days ago

You missed by a looooong shot, it's Slovenia.

[–] [email protected] 16 points 3 days ago (3 children)

My country doesn't care, so it's not necessary

[–] [email protected] 2 points 3 days ago (2 children)
[–] [email protected] 12 points 3 days ago (1 children)

Ubisoft and EA already opted out lmao

[–] [email protected] 1 points 3 days ago* (last edited 3 days ago) (1 children)

100€ for such a perfoant device (for the price) seems like a good deal to me

 

My Raspberry Pi, on which I host a Minecraft server, suddenly froze. I cannot not SSH in, nor can I join the Minecraft server. I ran the Minecraft server in Docker, via itzg/docker-minecraft-server. I turned off the Raspberry Pi, took out its microsd and plugged it into my PC, to at least attempt to run the Minecraft server from my PC to see if I still have the data. I tried to copy it with cp, but I got an input-output error. Could this be the filesystem's fault? And how can I fix this? If you need any additional info about this crash, please do not hesitate to ask.

 
 
 

 

185
Loaf (gregtech.eu)
 
 
157
Beri (gregtech.eu)
 

a slightly darker pic

 

Am I doing the lemmy image compression and removal of old proxied images correctly? Here's my docker service for lemmy:

pictrs:
    image: docker.io/asonix/pictrs:0.5
    # this needs to match the pictrs url in lemmy.hjson
    hostname: pictrs
    # we can set options to pictrs like this, here we set max. image size and forced format for conversion
    # entrypoint: /sbin/tini -- /usr/local/bin/pict-rs -p /mnt -m 4 --image-format webp
    entrypoint: /sbin/tini -- /usr/local/bin/pict-rs run  --max-file-count 5  --media-max-file-size 500  --media-image-format webp --media-image-quality-webp 50 --media-animation-quality-webp 50 --media-retention-proxy 1d --media-retention-variants 1d  filesystem sled -p /mnt
    user: 991:991
    volumes:
      - ./volumes/pictrs:/mnt:Z
    restart: always
    logging: *default-logging
 
view more: next ›