• 0 Posts
  • 9 Comments
Joined 11 months ago
cake
Cake day: July 15th, 2023

help-circle


  • As a pilot the problem with upgrading early is seniority dictates QOL. A junior captain needs to work a junior base, fly a junior plane, and get whatever crappy trips are left in the schedule. That means that a senior First Officer would have to move or commute to a new city until they build enough seniority to go back to where they want to live all while working the worst schedule, or even worse sitting on reserve. Absolutely not worth the pay bump when you can wait a little longer and not have to deal with all that.






  • One of the basic differences between windows and Linux is that instead of C:\your_folder or D:\your_folder is that you mount drives as directories wherever you want in the filesystem. For example /home/username/documents could be on drive A while /home/username/games could be on drive B or even on a remote server. It’s actually pretty common to put the entire /home directory on a separate drive which makes reinstalling or changing the distro very easy.

    So to answer your question, yes you can put your games wherever you want and they will run seamlessly. Wine can be pointed straight at an .exe. the only thing that gets a little weird is when you try and run programs remotely through a network share, but you can usually solve that with symlinks.