Skip to content

Instantly share code, notes, and snippets.

View nick-o's full-sized avatar

Nico Engelen nick-o

  • Rackspace Hosting
  • London
View GitHub Profile
@nick-o
nick-o / clock.html
Created November 16, 2020 09:14 — forked from sam0737/clock.html
OBS Studio: A HTML page for showing current date and time in the video
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>A simple clock</title>
</head>
<body translate="no" >

Keybase proof

I hereby claim:

  • I am nick-o on github.
  • I am nick_o (https://keybase.io/nick_o) on keybase.
  • I have a public key whose fingerprint is 98B6 7AE0 B624 1F6B 9DE9 F001 2B16 C875 76DA 2F8D

To claim this, I am signing this object:

$authURL = "https://identity.api.rackspacecloud.com/v2.0/tokens"
$username = "user" # change that to a valid username
$apiKey = "abcdef0123456789" # change that to a valid token
$region = "DFW"
$oldName = "Quantum"
$newName = "Neutron"
$AuthJSON = @{"auth"=@{"RAX-KSKEY:apiKeyCredentials"=@{"username"=$username;"apiKey"=$apiKey}}} | ConvertTo-Json
try {
$authResponse = Invoke-RestMethod -Method Post -Uri $authURL -Body $AuthJSON -ContentType "application/json"
@nick-o
nick-o / test_deploy.ps1
Created February 25, 2014 22:37
Vagrant testing
Get-Process