• 0 Posts
  • 55 Comments
Joined 7 months ago
cake
Cake day: August 6th, 2024

help-circle


  • _____@lemm.eetoLinux@lemmy.mlHelp me change my windows gaming pc to Linux
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    11 days ago

    You should just test run it from a bootable usb.

    Install steam. Mount your NTFS drive which contains your windows games. If you have sims on steam use steam. If not take a look at lutris before doing any of the above.

    Your experiment ends when you’ve tested all games you want to play.

    Now: You cannot use NTFS (windows) drive for games, although you did it in the experiment long extended usage is discouraged.

    So you will need to find a way to transfer your games to a different formatted drive. (ext4, btrfs for example)

    If you don’t need that advice you will eventually run into frustrating issues.






  • _____@lemm.eetoLinux@lemmy.mlArch Linux – Best Tips for Beginners?
    link
    fedilink
    English
    arrow-up
    13
    ·
    edit-2
    29 days ago

    The whole arch advantage (imo) is that you have a full understanding of what’s in your machine and how it works.

    As a beginner you won’t understand and that’s okay, but you should try different things (or don’t and just focus on what works for you) as long as the end result is you doing: pacman -Qe and going “hmm that makes sense”, and imo the undesired result is going “hmm what do these all do, why do I have 2000+ packages”




  • _____@lemm.eetoProgrammer Humor@lemmy.mlErrors
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 month ago

    that’s IIS as well, I think it’s because we had our severs configured in a reverse proxy and hitting IIS and failing before the http serverhad returned a response caused the 502 error, completely useless error.

    (not very experienced with server configs so forgive me if the language isn’t 100%)







  • I describe ADHD as a purely executive disorder that harms your progress/goals. Which is why I agree with your statement as all those claims don’t really harm an overarching goal.

    People with ADHD do things like frequently forget their driver’s license or frequently forgetting their office key card. It affects their day to day lives in more noticeable ways than just “whoops I put my thing in the pile of clothes, now ive lost it”




  • _____@lemm.eetoLinux@lemmy.mlTips for getting better at Linux.
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    2 months ago

    I can tell you how I learned linux. be prepared to cringe.

    1. I installed Linux before going to school, I figured that if I used Linux as my main OS I would be less tempted to dick around and play games

    2. I eventually found a coop part time job as a dev. I used my own Linux machine, and being the star eyed young person I was I used arch.

    this is the cringe part:

    1. I did dev work on arch Linux without fully understanding how it works and ran into multiple issues (none of which was because of arch). for instance my USB wifi driver was the dogshit broadcom ones so the “drivers” for it were kind of messed and I had to hack several things into get it to work.

    I learned systemd, Linux kernel modules, dkpg, obviously more familiarity with bash and shell stuff

    1. I ran into issues with grub because FUCK grub. so I had to learn about boot loaders, fixing your install with chroot on a live usb, I also wrote step by step guides to untuck my particular problem just in case I run into it again

    so moral of the story is… dive in?