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

help-circle


  • 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
    11 days 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’ve been playing guitar for 14 years and its not u til the 4th or 5th that I started feeling competent, I played about 4-8 hours a day as a teenager.

    Music is hard, you’re not going to play 1 day and wake up with newfound skill the next day.

    if you keep having fun and playing frequently you will wake up one day to realize you’ve been playing for 14 years like me 🤔


  • _____@lemm.eetoLinux@lemmy.mlTips for getting better at Linux.
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    1 month 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?