• 5 Posts
  • 59 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle














  • A company will never do anything that is not increasing their profit. If the profit of breaking law is greater than the fine then they will do it.

    What they will do, is create a button called “delete account” which will just block you from logging in. It will not delete your content. Sending an email which clearly says they’re getting sued is probably the easiest option. You gotta speak their language.





  • no, a container is not a virtual machine. Containers, unlike virtual machines, uses the same kernel as host system. That means you cannot spin up a windows container on linux because windows uses NT kernel and linux uses linux kernel. What containers like that will in fact do is allow you to get applications from different distros as if you were running that distro.

    For your use case (windows xp game emulation) there are two options. A virtual machine or using wine. My suggestion is to try first “bottles” and then VM