• 2 Posts
  • 60 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle




  • How do people subscribe to them?

    Subscribing to an RSS feed really is nothing more than telling your RSS client about the URL to that RSS XML file. The RSS client then regularily checks the URL for changes.

    If your site is hand-made as you say, you would have to manually create and update the RSS file also. This is quite a nuisance, not only because it is XML, but also because every feed entry needs its own unique UUID, which you need to create. Perhaps you could create a script that does it for you. Static site generators are usually able to automatically create an RSS feed for you.




  • I am not sure which CPUs exactly the article is refering to with those early i586 CPUs, but I do remember those Cyrix 6x86/6x86MX CPUs. When it comes to Linux, they were always treated as 486-class CPUs because they were missing some instructions required to be considered 586-class. On the other hand their architecture was actually quite modern, like a 686 CPU with out-of-order execution. The 6x86MX also supported the CMOV instruction which is usually associated with 686-class CPU. Quite strange CPUs from today’s perspective.

    VIA also had some CPUs (certain VIA C3 CPUs) that the Linux kernel always treated as 486-class CPUs due to some missing 586 instructions.

    AMD’s Am5x86 CPUs were rebranded 486 CPUs, while AMD’s K5 was an early 586 CPU that might fall into that early 586 category due to missing instructions. AMD’s later K6 CPUs should support all Pentium instructions afaik (but not CMOV like the Cyrix CPUs did).





  • Anyone have experience converting from 1G LAN to 2.5 or even 10?

    Going from 1 G to 2.5 G is fairly cheap these days. You can almost certainly use the same cabling, even when you’ve got only Cat.5e cabling. While you can do 10 G over copper, I wouldn’t suggest doing that, since it consumes quite a lot of power compared to both 1 G and 2.5 G. You’d need Cat.6E for reliable 10 G over copper.



  • 486@lemmy.worldtoSelfhosted@lemmy.worldNew Jellyfin Server/Web release: 10.10.7
    link
    fedilink
    English
    arrow-up
    22
    arrow-down
    2
    ·
    edit-2
    1 month ago

    Thanks for pointing this out! I probably would have missed this, since I didn’t expect such a change for a patch release.

    Their documentation mentions:

    For jellyfin to know which reverse proxy is trusted, the IP, Hostname or Subnet has to be set in the Known Proxies (under Admin Dashboard -> Networking) setting.

    Does this really mean, that the only way to configure this is through the web UI? This is kind of a problem when deploying it, since without the reverse proxy I can’t reach the Jellyfin server. Is there no way of doing this outside the web UI, via a config file or something?

    Edit: Apparently the configuration for the proxies is stored in Jellyfin’s network.xml config file. So it should be possible to do this without manually configuring it via the web UI.

    Another edit: It works. Adding <KnownProxies>[proxy ip or hostname]</KnownProxies> in place of the empty <KnownProxies/> key to that config file does the trick.










OSZAR »