• 2 Posts
  • 20 Comments
Joined 11 months ago
cake
Cake day: November 17th, 2024

help-circle
  • CrackedLinuxISO@lemmy.dbzer0.comtoLinux@lemmy.mlAntiviruses?
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 days ago

    I wouldn’t think so. Isn’t bottles just an easier way to manage wine prefixes? If so, it doesn’t do anything to hide your Linux system from the executable.

    Wine prefixes are not sandboxes. They are a way to separate the windows-level configuration for different programs (eg env vars, or drivers, etc).

    Wine is a translation layer between a compiled windows binary and your Linux syscalls/libraries/device drivers/etc, nothing more.




  • Honestly, my plan is to use it as a minor propaganda tool: Call up a local ham friend for a “radio check”, and “just happen” to mention that there’s a protest going on and nobody is being aggressive, etc. I hear way too many maga guys on the airwaves, I want to do what I can to counter it.

    Plus, if the cops do get violent, there’s no downside to having a communication tool that doesn’t rely on big tech or cell phones. One more way to get the word out.

    Of course, something like this could be adapted for tools like meshtastic, or used with digital modes in order to coordinate a group.






  • The pain of keeping it around will outweigh the pain of needing it and not having it.

    Quick boot into windows to help a friend test something on your machine?

    • Twenty-five bajillion updates since you never logged in
    • Windows “helpfully” cleaning up your Linux bootloader
    • Any shared NTFS partition between windows and Linux is almost guaranteed to be left in a “dirty” state when windows shuts down, meaning you have to run ntfsfix before Linux will mount it again

    And suddenly, that’s where you’ll be spending the whole afternoon. I agree with the others who say a VM is probably good enough.










  • There are definitely UI inconsistencies across devices, especially smart TVs. Jellyfin on Firestick looks different from Jellyfin on Roku which looks different from Jellyfin on WebOS. Some devices deliver Jellyfin through a thin browser client, and in those cases you get access to a unified design. Outside of that it’s a crapshoot as what the app will let you do. Of course, it’s a volunteer project (and all my thanks to any maniac willing to develop TV apps), so I don’t expect that everything can be easily and neatly unified.

    I can’t deny that it’s sometimes hard to support my users because of this. Someone complains that they’re getting movies dubbed in an unwanted language: I can’t guarantee that the button to select audio track will look the same on their end when I talk them through it.



  • However, I was never able to have the server completely headless.

    Depending on what you mean by “completely headless” it may or may not be possible.

    Simplest solution: When you’re installing OS and setting up the system, you have a GPU and monitor for local access. Once you’ve configured ssh access, you no longer need the GPU or monitor. You could get by with a cheap “Just display something” graphics card and keep it permanently installed, only plugging in the monitor when something is not working right. This is what I used to do.

    Downside: If you ever need to perform an OS reinstall, debug boot issues, or change BIOS settings, you will need to reconnect the monitor.

    Medium tech solution: Install a cheap graphics card, and then connect your server with something like PiKVM or BliKVM. They can plug into your GPU and motherboard and provide a web interface to control your server physically. Everything from controlling physical power buttons to emulating a USB storage device is possible. You’ll be able to boot from cold start, install OS, and change BIOS settings without ever needing a physical monitor. This is what I do now.

    Downsides: Additional cost to buy the KVM hardware, plus now you have to remember to keep your KVM software updated. Anyone who controls the KVM has equivalent physical access to the server, so keep it secure and off the public internet.