17May2015

asciinema: Record and share your terminal sessions

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!

Share Button

0 

3January2015

Embed videos into your WordPress posts

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).

Share Button

0 

23December2014

Rackspace Cloud Networks API

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]

Share Button

0 

10December2014

Rackspace Cloud Images API

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]

Share Button

0 

10December2014

Rackspace Cloud Block Storage API

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]

Share Button

0 

9December2014

Rackspace Cloud Monitoring API

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]

Share Button

0 

2December2014

Carl Sagan Quoted

Posted by Christoph under: Videos.

“Wanderers” — a short film by Erik Wernquist:

Share Button

0 

14November2014

Rackspace Cloud Databases API

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]

Share Button

0 

30January2014

pyrax SDK

Posted by Christoph under: Rackspace.

pyrax is the official Python SDK for OpenStack/Rackspace APIs…[read more]

Share Button

0 

8November2013

Using cURL to upload to Rackspace Cloud Files

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.

Share Button

0