[-] tubbadu@lemmy.kde.social 51 points 2 months ago

Yay! More free ads!

[-] tubbadu@lemmy.kde.social 37 points 3 months ago
[-] tubbadu@lemmy.kde.social 52 points 5 months ago

An old, ugly bike and a good bike lock. No one will ever steal it and can bring you wherever you want without the fear of leaving it in the wrong spot

[-] tubbadu@lemmy.kde.social 42 points 6 months ago

Cryptosiblings

[-] tubbadu@lemmy.kde.social 49 points 6 months ago

Uhm, cool I guess. Why should we use this? Does it have any advantage over classical displays?

66

Hello! I know this is probably not piracy, but I think that this community is the best one to ask this. I'd like to stream live TV on my jellyfin server, and in the future perhaps try to implement a way to silence the audio during ads, but I want to start a step at a time: Before going in jellyfin, let's try with VLC that is easier. The live stream I'm trying to stream is taken from raiplay, the official website of RAI, the main italian tv station. I ignorantly just downloaded all the 4 .m3u8 files with this extension and, one at a time, I tried to open them with VLC, but all I obtained was VLC loading forever. What's going on? did I missed something important?

[if you know of better ways to do this, any recommendation is welcome!]

thanks in advance!

45
submitted 7 months ago* (last edited 7 months ago) by tubbadu@lemmy.kde.social to c/selfhosted@lemmy.world

Hello everybody! I just learned that I can get a free .eu.org domain, but I'm not sure I understand the domain creation process. Any of you has one?

I'm unsure what should I write in the "name server" section:

1000008693

649
Hate when it happens (lemmy.kde.social)
31

Hello! I'm trying to sign up to itatorrent.xyz but after typing username, mail and password, I get a "capcha error". Do any of you managed to sign up?

46
submitted 7 months ago* (last edited 7 months ago) by tubbadu@lemmy.kde.social to c/foss@beehaw.org

Hello! I'm still not satisfied with my note taking app. I tried dozen of them, read tons of lists on random blogs on the internet, without any success. I'll try to ask you then.

I'm looking for a note taking app with just this 3 features:

  • richtext/WYSIWYG (i don't want to write plain text and then press a button to see it rendered)
  • it has to support CHECKBOXES! Most of the apps I tried does not support them, or supported them only if all the note was a checklist. I don't want a checklist, I want a note where I can put some checkbox inside!
  • FOSS and active

The one I'm currently using is obsidian, but it's not FOSS and it feels very overcomplicated for a simple note apps.

Any suggestion is welcome!

EDIT: forgot to mention, I'm talking about Android XD

43
submitted 7 months ago* (last edited 7 months ago) by tubbadu@lemmy.kde.social to c/selfhosted@lemmy.world

Hello fellow selfhosters! I reformatted my USB hard drive from exFAT to XFS because I needed a filesystem that could handle hardlinks. I remounted the hard drive and now jellyfin webUI has a severe stuttering problem on some videos, all of them are MKV but it may be a coincidence. On android (using exoplayer) the same files works smoothly. what could be the problem?
in the logs I get a bunch of Slow HTTP Response from http://fedoraserver:8096/ to 192.168.1.30 in 0:00:07.4635856 with Status Code 200

OT: while looking at the logs this happened

SOLUTION: I enabled hardware acceleration, and manually selected also the HEVC and Allow encoding in HEVC format settings, and now the stutter disappeared! thanks to everyone for your help!!!

41
submitted 7 months ago* (last edited 7 months ago) by tubbadu@lemmy.kde.social to c/linux@lemmy.ml

I have no idea what's going on. my server once run fedora, and its hostname was fedoraserver. I recently installed AlmaLinux, and now its hostname is tserver. today I was looking at the logs of jellyfin and... Slow HTTP Response from http://fedoraserver:8096
...
...
...
* realization *
...
WTF!!!!! It's like I saw a ghost. do any of you know what's going on?

even more strange:

$ host fedoraserver                                                                                                                                                                                    
fedoraserver.station has address 192.168.1.4
fedoraserver.station has address 192.168.1.13
fedoraserver.station has address 192.168.1.41
fedoraserver.station has address 192.168.1.10
$ host tserver                                                                                                                                                                                         
tserver.station has address 192.168.1.13
$ host 192.168.1.13                                                                                                                                                                                    
13.1.168.192.in-addr.arpa domain name pointer fedoraserver.station.

I'm... I'm scared

39

Hello! I set up jellyfin+sonarr+radarr+prowlarr+qbittorrent in my home server, and it all works well. the only problem is that I'm storing my files on a usb HDD with exFAT filesystem, and it does not support (AFAIK) hardlinks. due to this, sonarr/radarr are copying the files from the download folder (on the internal SSD with xfs) to the USB HDD.

  1. do I understand correctly what's going on? XD
  2. what is your setup or what do you suggest to do to avoid this? Ideally, I would like to download the files on the internal SSD and then move the files to the external HDD, and then hardlink it into the download folder to keep seeding it. If this is not possible, it would also be a good solution to download directly inside the USB drive, and then hardlink it into the jellyfin library.

any tip is greatly welcome! thank in advance fellow pirates!

9
xfsdump questions (lemmy.kde.social)
submitted 7 months ago by tubbadu@lemmy.kde.social to c/linux@lemmy.ml

Hello! I just installed my first system using XFS filesystem, and the xfsdump utility seems interesting. I was following this guide about it, but it does not mention anything about the /media mount point: if I have a USB drive full of files mounted in /media/HDD1 and run

xfsdump -f /data/wholesystem.xfsdump /

will the files on the USB be backupped as well? and what about the /home directory?

14
submitted 7 months ago* (last edited 7 months ago) by tubbadu@lemmy.kde.social to c/selfhosted@lemmy.world

Hello fellow selfhosters! I changed my server OS from fedora server to alma linux as I wanted a more stable base with less frequent updates for my docker containers, so I backed everything up and installed almalinux. It all went smoothly, and now all the containers seem to work as before except for nginx proxy manager: on fedora, I set all the proxy hosts like this (using jellyfin for instance): jellyfin.mydomain.duckdns.org > http://myserverhostname:8096 now, for some strange reasons, it does not work anymore, and I get a bad gateway error. I tried with and without SSL (that I had from the previous installation, do I need to regenerate them? but without it should work anyway...), pointing to localhost:8096, to myserverhostname:8096, to jellyfin:8096, but nothing. The only way I could make it work was with the resolved IP address of my server:

# host myserverhostname
myserverhostname.station has address 192.168.1.13

pointing nginx to 192.168.1.13:8096 correctly shows the website. why does this happens? am I doing something wrong?

EDIT: the only one that's working with localhost is nginx itself (http://localhost:81)

======

SOLUTION: instead of myserverhostname, in nginx proxy host configuration (in the gui) I had to set myserverhostname.station to get it working. I don't know why, in the previous installation only the hostname was enough...

9
submitted 7 months ago* (last edited 7 months ago) by tubbadu@lemmy.kde.social to c/selfhosted@lemmy.world

Do I need to click on the X here? it says "Are you sure you want to delete the root folder '/downloads'?" so I'm a bit scared, it will not remove the actual folder and its content right?

Edit: I created a dummy folder and added and removed it and no file were touched! Thanks to everyone!

29
submitted 7 months ago by tubbadu@lemmy.kde.social to c/linux@lemmy.ml

Hello! I have a free account at hide.me and would like to try to use it with my docker compose containers. The free plan does not give me the keys for openVPN of Wireguard configuration, but only through the official client. I'd like then to create a docker container that runs the official hide.me client inside, and exposes it to other docker containers (like gluetun does, for instance). I'd also like to implement a killswitch or something like that to prevent ip leakage. Is this something easy-medium hard or something very complex? I already have a script that installs and runs the client to enable vpn that should be run at startup, but I miss the "expose the network interface" and the "do not expose it if not connected" (this last part I think is pretty easy with a basic firewall configuration)

any tips/something already done?
thanks in advance!

EDIT: probably crazy idea, but would it be possible to do this in gluetun?

[-] tubbadu@lemmy.kde.social 35 points 7 months ago

my exact thought XD

[-] tubbadu@lemmy.kde.social 36 points 7 months ago

It's the only way, they can go fuck themselves

[-] tubbadu@lemmy.kde.social 37 points 7 months ago

Ceci c'est un pipe: |

[-] tubbadu@lemmy.kde.social 39 points 8 months ago

What's wrong with it? (I never heard about it, just asking)

[-] tubbadu@lemmy.kde.social 45 points 8 months ago

What is AFTL? Probably not "Anterior talofibular ligament" as the internet told me

[-] tubbadu@lemmy.kde.social 35 points 9 months ago

But that's chromium anyway

[-] tubbadu@lemmy.kde.social 34 points 1 year ago

Martin Router King

view more: ‹ prev next ›

tubbadu

joined 1 year ago