Blog

236 posts

Linux21 Apr 2015

Python3 and rabbitmq

Im using rabbitmq in some of my python apps. Here is a small guide to get pyton3 to send and recive data from rabbitmq I uses the code from https://code.googl

Code20 Apr 2015

Raspberry pi And Tellusd

Im using tellus to get info from my sensors like huminity and temp. And to get to work am using my rasp pi to recive and send siganls. Here is a quick guide to

Code19 Apr 2015

Setup SPI on Raspberry pi (mcp3008, Adafruit)

Im building my own watering system and to that I will have some sensores.. They are connected to my pi over SFI and a mcp3008 from Adafruit. The gear http://w

Linux20 Feb 2015

Php HHVM (aka the HipHop Virtual Machine) on Centos 7

To get my php projects running as fast as possible om trying to use hhvm. And here is my small guide how to install it on centos 7 I used the docs from https://

Code11 Feb 2015

Installing Go build server on centos 7

Installing the go build server in centos 7 with some easy step 1. First head over to the go page and have a look around http://www.go.cd/ 2. Download go ser

Linux11 Feb 2015

Hosting you private docker repo

We are staring using docker in our developing process. and in that we need to have our own docker repo for hosting our private docker. The path is [public docke

Asylguiden18 Jan 2015

Getting django docker prod ready with jenkins (part 1 the build)

So i have some django webb projects and now its time to get my django apps prod ready with docker. My plan is to with jenkins build my django apps (soon start a

Linux3 Oct 2014

Installing Openstack Centos 7

Time to install Openstack on an Centos 7 server. This was my first meeting with Openstack and it took some time for gettings things up. This would be a beginner

Linux3 Oct 2014

Installing Jenkins on Centos 7

So guide how to get jenkins up and running on centos 7 1. First install it ! yum install -y wget sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-c

Code9 Sept 2014

vmware to kvm (OWASP broken webb app on KVM)

So I uses kvm for my virtual server. But i got OWASP broken webb app in vmware format and its not ok. But with the help from google i found some help to get the

Linux6 Jul 2014

Dyndns to loopia.se to update you domain dynamic

So many of my dominas I have registered on loopia.se. And they have dyndns support so I can create a subdomain to my domian. And have it updated when my laptop

Code30 May 2014

OAuth2 Server on Python (with flask on Centos)

So at work we have started to look at OAuth2 for our web apps. So on our creativ friday today i started looking at putting together an OAuth2 server using pytho