• 11 Posts
  • 625 Comments
Joined 3 years ago
cake
Cake day: July 8th, 2023

help-circle


  • Nvidia is the problematic one. But in most cases that just means that you have to install extra drivers after installation. In most distributions that just means installing an extra package and rebooting. Don’t go to the nvidia website for that.

    If you are already familiar with a Linux distribution use that. If you have a friend who uses Linux use the same thing they do. Or just use Mint.

    You can change the way your system looks and works by choosing a different desktop environment. Many distributions just have one default but you can always change that later on. The big ones are Gnome which is a bit more like Mac OSX and KDE which is more Windows like. KDE also offers much more customisability.











  • You can access all Nextcloud files over WebDAV. That is natively supported by many file browsers, including explorer.exe on Windows.

    And you can choose in the Linux client what folders to sync.

    What the Linux client (in contrast to the Windows client) does not support is having virtual files in a folder and only downloading files on demand.

    Apart from that, have you looked at Opencloud?








  • No, not at all. By default Wine should offer your whole Linux drive on Z:, so you can choose whatever location you want.

    Heroic puts the games in ~/Games/Heroic/gamename but the .wine folder in ~/Games/Heroic/prefixes/gamename. Steam does something similar.

    You should also consider using a helper like Lutris, Heroic or Bottles. They create a separate .wine folder for every game. That way it is easier to manage multiple conflicting libraries and Wine versions. If your home is on BTRFS or other deduplicating filesystem the additional space needed for multiple .wine folders is almost zero.

    If you don’t want to use a helper program you can still utilise multiple non-standard .wine locations with the WINEPREFIX environment variable.