• 0 Posts
  • 81 Comments
Joined 2 years ago
cake
Cake day: July 29th, 2023

help-circle
  • mlg@lemmy.worldtoSelfhosted@lemmy.worldgoodbye plex
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 hours ago

    Does jellyfin do untranscoded video/audio?

    Haven’t used it in years but finally building up my media server again and I remember it had some funky settings for hardware encoding back then which I didn’t need because I was connecting to it via a repurposed gaming laptop that could easily handle 4k content and surround sound by itself.






  • mlg@lemmy.worldtolinuxmemes@lemmy.worldPosting for a friend lol
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    2 months ago

    Edit: realized you meant in the sense of hot swapping flavors after I typed out a whole explanation lol. Should start recommending niche distros and collect package managers like trading cards lol.

    yum = dnf, dnf is just the newer version which was rewritten several times.

    apt is a weird attempt to “upgrade” apt-get with better user interface without messing with the compatibility of apt-get used by scripts and whatnot.

    Both of these are dependency handling package managers which do all the magic of installing required subpackges when you want something.

    rpm is the underlying system package manager which deals with the actual task of installing, removing, and generating packages in the .rpm format. It is analogous to Debian’s dpkg which uses the .deb format. It’s usually not used by the end user unless you need to play with a package directly like with a .rpm or .deb file.

    Hence why some distros (or people) have their own dependency package manager, like zypper on OpenSUSE (rpm) or Aptitude on Debian (deb).

    Although I think Aptitude might just be a fancy wrapper for apt lol.



  • Ubuntu, and the experience was crap lol.

    Then I got to try Debian on a server and it was much nicer.

    Then I saw Torvalds uses Fedora, and given that he also disliked Debian and Ubuntu for their lack of end user ease, I switched and have been happy ever since.

    Seriously though, GNOME 40 really should not be the default DE. It made me think Linux UI was years behind Windows when it was actually the opposite with proven DEs like XFCE, KDE, and GNOME 3/2 etc.




  • Dependencies:

    Old ass library version from 2004

    apt/dnf/pacman: package not found

    library package was last available 15 years ago before it was dropped to move to the next legacy version

    App package was available right up until last year until it was dropped for development inactivity

    Absolutely no one has a compiled version of old ass library

    Attempting to compile old ass library results in 30 other old ass package dependencies

    How in the actual world was the maintainer compiling this up to last year






  • mlg@lemmy.worldtolinuxmemes@lemmy.worldWas this reply helpful?
    link
    fedilink
    English
    arrow-up
    20
    ·
    5 months ago

    I said this before on another thread, but the only time sfc /scannow actually did something was when I had a machine with a drive that had a few bad blocks.

    And of course it didn’t actually fix anything because a system DLL was corrupt so DISM couldn’t even repair the system, meaning the only solution was to reinstall windows.




  • You might want to check what the actual hardware is first. You’ll probably be fine, but client 802.11 hardware can sometimes be underwhelming for hosting because they don’t have good stuff like beefed up MuMIMO.

    Although that’s assuming you will have a lot of traffic going through it, so you could always just test throughput and latency with iperf to see how well it functions.