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

help-circle

  • Synapse@lemmy.worldtoLinux@lemmy.mlAMD vs Nvidia
    link
    fedilink
    arrow-up
    24
    arrow-down
    1
    ·
    28 days ago

    FOSS driver only, the choices are AMD and Intel. Nvidia is out of the picture.

    Of coursenouveau drivers are still around and under active development, but as far as I know the performance if still very far from reasonable expectations.


  • If you want to bring more people to Linux, preaching is really not a good way to do that. We are not a religion, we are not a cult. We are an enthousiastic bunch or nerds :)

    Avoid behind judgemental of people that use Windows, Mac or other proprietary software. Do not talk about Linux in length when it was not solicited.

    Instead, you can show how enthusiastic you are about all the cool things you are doing with your computer that happens to be running Linux!

    When people around you, do make the choice to switch, of their own will, then offer your help with all the patience and understanding you have.

    All the best 🐧🐧🐧


  • 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.















  • why not btrfs send | btrfs receive? is there some advantage to rsync?

    I didn’t think of this. I am familiar with rsync, I went with it without searching for alternatives.

    did you hotswap the drives after each btrfs replace or shutdown and then swap?

    I did the swap with the system powered down. I don’t know if my the NanoPi + SATA hat support hotswap.

    what’s your host OS and do the drives spin down if inactive?

    The NAS runs Armbian. The disks are configured to spin down, yes. I don’t know if this caused me the issue while replacing disk 2. I suppose not, since during replace the disks are all reading continuously. But I don’t know for sure.

    Edit: fixed copy-past mistake with quoted sentences