Blog
236 posts
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
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
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
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://
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
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
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
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
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
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
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
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