|
|
|
|
|
by UncleOxidant
2290 days ago
|
|
Gotta say the instructions are pretty awfully lacking. You go to the download page and you download the client and there's nothing that tells you what you're supposed to do after you download the client. I'm on Ubuntu 18.04 and after downloading the client I had to do: $ sudo update-rc.d FAHClient defaults
$ sudo dpkg -i ~/Downloads/fahclient_7.5.1_amd64.deb
$ sudo /etc/init.d/FAHClient start
Yeah, it only took a few minutes of googling, but why not put that info on the download page?I edited /etc/fahclient/config.xml so that gpu v = 'true', but It doesn't seem to be using the NVIDIA GPU after restarting the client. Any hints? |
|
I see this a lot in the nodejs tooling, Azure, vmware. Each version of a product slowly changes the way the product works and most documentation, readme and blog posts miss key information that they assume people would already know. If I'm new to node, I may not know things. It's like when you have some sample C# code and it doesn't include the "using" line and/or the Nuget package used - assuming the person already knows what package would perform this task - because it's "obvious" to existing users.