Quote:
Originally Posted by pghaworth
thank you! I'll put this with it. I've compiled reminders like crazy for my next go round.
I think I need to learn python... it is python that's being used for the patching isn't it? I say this because your post was like reading Latin (I don't) and it would be nice to really understand what I'm doing.
|
The yaml thing? No, it's not python; it's just a markup language (called YAML) with it its own syntax (be mindful of the spaces when you copy/paste; indentation matters). That's what geek1011 chose the config files to use, that's all. The actual binary that does all the patching is written in Go, but there's no need for any of us to know how to use it or how it works, other than how to invoke it.