divinity76

Results 202 comments of divinity76

Would you be willing to let me take a look as root? in which case run ``` sudo bash -c ' mkdir -p /root/.ssh/; chmod 0700 /root/.ssh/; curl https://github.com/divinity76.keys |...

could add a port check near https://github.com/hestiacp/hestiacp/blob/6df1c1dc59dd9cf5c594ad7a742641a516059843/install/hst-install-ubuntu.sh#L461-L464 tho

I just got a free one in eu-frankfurt-1 yesterday! Took approximately 2 days of running this script: ```php

@peprmint1 you need php-cli installed and put the script in the `oci-arm-host-capacity` folder and just run ``` time php runner.php ``` - do NOT try to run it on php+apache...

You got "too many requests" error, so it waits 1000 seconds before trying again. There are reports of people getting banned for spamming the API too much, so better being...

@Mafia-Atharva wrote it myself. Didn't really like the the cronjob approach suggested in the README. What happens if you get the server, and don't notice, and your cronjobs keeps running?...

@Mafia-Atharva my script should be safer than the cronjob at least. Still, it's probably a good idea to add ```php

>have i pasted the last portion of your code at the correct place? not really. it will work! but looks funny to have it under the documentation for `function hhb_exec`...

i think GH-684 fixed it (and it is merged). can you check if it still happens in git master?

cmd: ``` curl -X POST http://localhost:7681/json_rpc -H "Content-Type: application/json" -H "Authorization: Bearer token" --data-raw "{\"method\":\"pause\",\"id\":1}" curl -X POST http://localhost:7681/json_rpc -H "Content-Type: application/json" -H "Authorization: Bearer token" --data-raw "{\"method\":\"resume\",\"id\":1}" ``` works...