• 4 Posts
  • 100 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle


  • Take the time to properly understand Linux file ownership and permission. Permission will be the cause of many issues you will encounter in you self-hosting journey on Linux. Make sure you know the basics of chmod (change permission) and chown (change ownership), Linux users and groups. This will save you some head-scratching, but don’t worry, you will learn by doing !

    Remember that, if you setup everything right, especially with docker, running as root / with sudo is not required for any of the services you may want to run.






  • Synapse@lemmy.worldtolinuxmemes@lemmy.worldWindows VS Linux
    link
    fedilink
    arrow-up
    14
    arrow-down
    1
    ·
    2 months ago

    Installing regular Windows 10/11 is definitely more than twice as painful than installing Debian 12.

    Once, I was trying to install Windows 10 and wasted an entire day! The installation would systematically fail at the beginning of the installation with a BS error message that doesn’t give any hint about what’s going wrong. In the end it just didn’t like USB3 as an installation media! I reflashed it to a USB2 and it worked, but OMG was it super slow ! It took literally hours to install !!!

    Debian, even as a noobie, you’ll go from flashing your ISO to a booted system within an hour. If you’ve done it once before, you will get it done in 20 minutes.