• 0 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: August 2nd, 2023

help-circle

  • I hated yaml with every fiber of my being when first had to use it, but I really wanted to use HomeAssistant and see what I could do with it. I hated it a bit less when I started using docker compose. I started loving it when I started using it as a way to explain json to non-programming IT types, trying to explain it without braces and brackets seems to get across easier. I guess its more human readable, but as a result formatting has to be spot on (those indents and spaces replace the need for brackets and braces).

    One useful trick if you truly hate it but need it, write it in json, then just use a converter to change that into yaml.







  • Don’t give up too easily friend. I’ve been slowly moving some of my hone systems away from Window’s, and much like you, I’ve spent close to 20 years as a Windows admin. I have the advantage of using Linux on my always ancient laptops over the years and it is my personal opinion that Debian is the way to go.

    Give LMDE (Linux Mint Debian Edition) a go, it is very familiar to navigate coming from Windows and isn’t going to have constant updates breaking stuff (looking at you Arch).

    First thing after installing run apt-get update, then add the Nvidia drivers (add the source to your sources and install, if you need help, post back and we’ve got you!) and reboot.