Skip Navigation
Jump
This is fine
  • You are trapped here with me mwahahaha!!!

    3
  • 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

    1

    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

    0
    Jump
    What is your favourite open source software that you discovered in the past year, that you can no longer live without?
  • Hello fellow bitwarden user! I also self-host my server with vaultwarden

    20
  • Jump
    One big happy family.
  • Ubuntu is awesome Change my mind

    3
  • Jump
    Piracy advice
  • You missed by a looooong shot, it's Slovenia.

    10
  • Jump
    Piracy advice
  • My country doesn't care, so it's not necessary

    16
  • Jump
    Trump Media stock has plunged 33% in a month
  • Oh, damn

    2
  • Jump
    Steam Families is here
  • Ubisoft and EA already opted out lmao

    12
  • Jump
    Random raspberry pi freeze
  • 100€ for such a perfoant device (for the price) seems like a good deal to me

    1
  • Jump
    Aw hell naw man
  • I must get the package as soon as someone makes it

    13
  • Jump
    Aw hell naw man
  • This image is edited, it's not a package

    52
  • Jump
    Random raspberry pi freeze
  • SSDs are crazy cheap, what are you talking about? I think the added reliability and speed is absolutely worth it

    1
  • Jump
    Trump Media stock has plunged 33% in a month
  • Damn, thanks for the exhaustive explaination. The internet needs more people like you

    0
  • Jump
    JD is headed to Kentucky
  • Jorkin Depeanus Vance

    2
  • Jump
    Trump Media stock has plunged 33% in a month
  • Someone explain the joke pwease

    21
  • Jump
    Random raspberry pi freeze
  • I shall, thanks

    3
  • Jump
    Random raspberry pi freeze
  • I'll get an M.2 HAT and an ssd

    3
  • Jump
    I like both, but usually prefer Ubuntu
  • Try using flatpak for command-line software, I dare you

    2
  • Jump
    I like both, but usually prefer Ubuntu
  • No, snaps are epic for command-line software. No dependency hell. When I want an app, this is my order of preference: flatpak ==> snap ==> apt ==> .deb file distributed by the devs of the program

    3
  • Jump
    Random raspberry pi freeze
  • I managed to get it working. fscked the microsd and copied the files over to my pc. I'm going to be running MC on my pc until I get the Raspberry Pi M.2 HAT and an SSD

    4
  • Jump
    I like both, but usually prefer Ubuntu
  • Saying "you can use Ubuntu pro" is not intrusive at all

    5
  • 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.

    26

    Automatic deletion of old proxied images

    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

    0
    3