• 0 Posts
  • 39 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle





  • I will say I had an extra buggy experience last night too. Out of nine or so missions, we couldn’t extract from two of them because no one could enter the pelican. If you did manage to clip into the pelican, you would just hang out in there and never extract.

    I can see the justification of the pelican talking off immediately if its damaged. My team makes a conscious effort to consolidate samples and have that player enter the pelican first if it’s smoking.


  • I’ve been using fedora on a small intel 6th gen or newer mini pc. I then cook up some custom launch scripts that cause JMP to run at login. I use cockpit and a CMK agent for remote monitoring and management.

    I got sick of the lack certificate management on Android TV and how much you need to do to make it reasonably private.

    If you are on the latest mesa drivers (hence fedora over a more LTS release), and you install Jellfin Media Player via flatpak, everything should just work with hardware decoding.





  • That’s most likely the problem. In my experience, nearly all tor exit nodes are flagged as such and captchas are nearly impossible to “pass” when using such an exit node. I would try using a free VPN to test. Try protonvpn without an account and see if you can get past the captcha.





  • Generally, in my experience, modifying the backing storage for a nextcloud instance is more of a PITA than its worth. I would just mount the webDAV in your file manager. This way the nextcloud db stays in sync with the backing storage.

    If you are going to be making direct modifications to the backing storage, check this form post on modifying the nextcloud config to have it look for changes on the filesystem.

    As for the permission side of things, run ls -lh in the folder that you want to make changes and see what the user:group is for ownership of the existing files and make sure your new files match. Chmod and chown will be your friends here and chmod has a --reference option that let’s you mirror permissions from an existing file, a real time saver.

    Hopefully this helps!




  • loganb@lemmy.worldtoPrivacy@lemmy.mlSearching for a Linux distro
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    4 months ago

    To add on to this, if you are using flatpak apps and want granular permission control, check out flatseal. Fedora (IMO) has one of the best flatpak integrations out of the box. Other “sandboxing” or containerized app deployments are snaps (made by Canonical), and appimage (I’m not entirely sure this qualifies as an app container).

    From my experience, flatpaks is currently leading in adoption when compared to the other two.


  • I’m not entirely sure tbh. Like I said, mixed results depending on the app, but my working throey is that the session installer can automatically install apps that have the same signature and don’t require any changes in permissions. I’ve seen some apps do in-place upgrades with no user touch but some don’t.