Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TH
Posts
1
Comments
138
Joined
2 yr. ago
  • PXE, or network boot. It is basically never used (and rarely enabled, if ever, by default) by the individual, but can be helpful in, for example, a large scale OS deployment. Say IT has to get their corporate image version of Windows 10/11 installed on 30 new laptops. They could write a ton of flash drives, but it'd be easier to just host a PXE boot server and every laptop just listen to them.

    V6 specifically in that instance would just be for the reason of "we need to move away from v4 anyways"

  • Sadly, no. One was in production and was pretty stable, but suffered performance issues (at least for me? But an S21 Ultra really shouldn't have performance issues) and now the Dev has gone inactive...

  • I mean, you can't neglect the prior 2 PlayStation generations. Gran Turismo started on ps1 with the first two, and the next two on PS2. Besides that, great entries like the first three Spyro games, Jak and Dexter, Ratchet and Clank... And let's not forget just home much freaking staying power the PS2 had! Was still getting new games alongside Wii, Xbox 360, even the PS3

  • Linux @kbin.social
    thanevim @kbin.social

    X-post from reddit, Sharing media headaches: Samba won't show "new?" media, and can't figure out multiple user auth in NFS. SFTP on Windows? Help...

    EDIT: This has been solved!! This link has the full post, but basically you need to ensure SELinux flags are set for every file, and this won't happen to new files added. I have appended the SELinux option as a context entry to my fstab and now every file shows!

    So right off the bat, I understand that NFS is dependent on UID matching. What I can't find is a guide to setting this up that isn't either:

    1. Make all nfs media accessible by all, or
    2. Use advanced permissions that seem(?) reliant on professional server authentication that I can't wrap my head around (I guess I need to take some Linux classes?) I would happily work with anyone willing to help me understand how to make this work though.

    As for Samba: Well it seemed like I had everything set up well enough. I can login with each of the three users just fine. All files and folders have 02777 permissions with correct ownership. This wa