SRCco.de

Pequod Single Node Cluster as Vagrant Box

../galleries/pequod-logo.png

Installing and configuring a private Platform as a Service (PaaS) usually is not an easy task. Testing our (unreleased) Docker-based Pequod cloud solution becomes easier with our new single-node-cluster Vagrant box. I'll show you how to get a "complete" trial Pequod cluster up and running with Vagrant.

Read more…

Docker with IPv6 and Resource Isolation

../galleries/docker-logo.png

To experiment with Docker and IPv6 in "production", I decided to migrate this tiny blog to our (unreleased) Docker-based Pequod Cloud Solution. I will briefly describe how the setup looks like.

Read more…

USB WLAN on Xubuntu 13.10

../galleries/belkin-n300-wireless-usb-adapter.jpg

In order to connect my old desktop PC (now connected to TV screen), I had to buy either a long ugly CAT cable, buy two powerline adapters or buy a WLAN adapter. I decided to go for a wireless USB adapter.

Read more…

Copying a large file via SSH

../galleries/rsync-logo.png

SCP is great for copying files between hosts, but what if you want to up/download a large file through a limited bandwidth connection without waiting for completion?

Read more…

Writing Python command line scripts

../galleries/python-logo.png

Python is great for writing command line scripts. Before extending a three line Bash script I usually rethink and implement it in Python. This post should summarize some conventions and best practices I recommend.

Read more…

Synchronizing GnuCash mobile with GnuCash desktop

../galleries/GnuCash_logo.png

Since 2002 I'm using GnuCash to track my personal accounts, incomes and expenses. Just recently I discovered the GnuCash mobile Android app. After importing my GnuCash account tree into the mobile app I could easily add expense transactions. The only problem was: How do I get the recorded transactions back into my GnuCash desktop application? The mobile app supports exporting transactions to QIF or OFX files. These files can be imported by the desktop application. But I realized that this manual process is too cumbersome to use on a daily basis.

Read more…

Starting over with Nikola

../galleries/nikola-tesla.thumbnail.jpg

This site was down for quite some time. I did not want to deploy the old PHP-based site again and therefore looked for alternatives. I never used a static site generator before, but as this site has only a single author (me), I decided to go for it. Python is my favorite programming language, so the site generation tool should also be Python based. I started to look at the Python Wiki blog software list and quickly narrowed my choice down to Nikola:

Read more…