Skip to content

Instantly share code, notes, and snippets.

@ptu
ptu / Ubuntu_Debian_Cloud_images_in_Proxmox.md
Last active February 26, 2022 11:02 — forked from chriswayg/Ubuntu_Debian_Cloud_images_in_Proxmox.md
Ubuntu and Debian Cloud images in Proxmox

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@ptu
ptu / gist:9435194
Created March 8, 2014 17:12
Thingstore API Random Data
import requests
from random import randint
METRIC = 'Dummy'
THINGID = 3
APITOKEN = 'apitoken_dev'
THINGSTORE_URL = 'http://localhost:8000'
randomthingdata = METRIC + ',' + str(randint(0,100))