Skip to content

Instantly share code, notes, and snippets.

View wei's full-sized avatar
💡
Available

Wei He wei

💡
Available
View GitHub Profile
@wei
wei / whois-watch.sh
Last active August 4, 2017 13:26 — forked from zhovner/whois-change.sh
Monitor whois changes
#!/bin/bash
#
# Run this script once per minute
#
# * * * * * /path/to/whois-watch.sh google.com apple.com >> /var/log/whois-watch.log 2>&1
# update username in mail command
# update sed command depending on server return text
#
@wei
wei / eco-server-order-on-ovhcloud-api.md
Created November 19, 2024 15:14 — forked from adns44/eco-server-order-on-ovhcloud-api.md
Eco server order process with OVHcloud API step-by-step

OVH - How to use the API to order any server? The answer is here!

I ASK YOU IN FIRST

This process is automateable. I'll write the know-how, how to do it. I kindly ask you! Do NOT ABUSE it! Please keep the oportunity to order limited edition servers for other ones!

How the OVH API works?

First of all, OVH provides API libraries to access the API. And for this too, they have an API console where you can try it. For now, we'll see the API console. We'll place an older. Lets go!