17May2015
Posted by Christoph under: climagic; Videos.
asciinema is a free and open source solution for recording the terminal sessions and sharing them on the web:
#Linux from the #CLI/#tty for geeks like me!
3January2015
Posted by Christoph under: WordPress.
See here for a complete list of sites you can “embed” into your blog posts (i.e., those sites that have been whitelisted).
23December2014
Posted by Christoph under: Rackspace.
This article will show various examples and techniques for working with Rackspace’s Cloud Networks (NaaS) RESTful API…[read more]
10December2014
Posted by Christoph under: Rackspace.
In this article, I will show you how to share a Cloud Image from one Rackspace account to another. The account doing the sharing will be called the “Producer” and the account receiving the share will be called the “Consumer”. Note that the image being shared by the Producer can only be used by the Consumer to build Cloud Servers in the same region/data centre as the Producer’s image was created in (e.g., DFW, ORD, SYD, etc.)…[read more]
10December2014
Posted by Christoph under: Rackspace.
This article will show various examples and techniques for working with Rackspace’s Cloud Cloud Block Storage (CBS) RESTful API…[read more]
9December2014
Posted by Christoph under: Rackspace.
This article will show various examples and techniques for working with Rackspace’s Cloud Monitoring (MaaS) RESTful API…[read more]
2December2014
Posted by Christoph under: Videos.
“Wanderers” — a short film by Erik Wernquist:
14November2014
Posted by Christoph under: Rackspace.
This article will show various examples and techniques for working with Rackspace’s Cloud Databases (DBaaS) RESTful API…[read more]
30January2014
Posted by Christoph under: Rackspace.
pyrax is the official Python SDK for OpenStack/Rackspace APIs…[read more]
8November2013
Posted by Christoph under: Rackspace.
In this post, I will show you how to quickly upload files to Rackspace Cloud Files using only the Linux CLI (i.e., no SDKs, Rackspace-specific tools, or anything that is not already installed on a standard Linux distro).
This post will assume you already have some basic understanding of how application programming interfaces (APIs) work, you have a Rackspace Cloud account (w/Cloud Files), and understand the basics of the Linux CLI (e.g., you know how to use cURL). See my Rackspace API article on my wiki for more in-depth explanations and examples.
Note: The following commands use Python. It should work with any version of Python, however, it was tested with Python 2.7.4.
First get your 24-hour-valid token:
Then, use a for-loop to upload your files (e.g., all of the PNG files in you present working direcory) to a given container (e.g., “sandbox”):
Note: Obviously, you will need to replace MossoCloudFS_ffff-ffff-ffff-ffff-ffff
with your actual unique container URL.