How to turn on developer options on Android Lollipop

I recently got back from Greece, and while I were there an old idea got back into my notebook. I will present it to you when the time is right (and the prototype is ready), but for now, I will present a short video about Android and how to turn […]

Top 5 favourite quotes on persistence

Beeing a found reader of http://www.entrepreneur.com, I often see they publish articles on quotes to keep motivated, quotes by Bill Gates etc. Here I will present to you my 5 favourite ones. Bettre byrdi du ber’kje i bakken enn mannevit mykje – Håvamål This is translated as “There’s no better burden than […]

5 tips for getting creative

Finding good ideas for projects, businesses or even for solutions at work can sometimes be a struggle. Some of us are more creative than others, and even for the most creative ones it is not often possible to force yourself to come up with creative solutions. I want to share […]

Success! Public ip changed and message received from script

Getting public ip from home network

I’m using ssh on my raspberry pi, but to access it when I’m away from my home network I’ve got to have a public ip. My ISP doesn’t provide static ip for private users, so it may change whenever my ISP feels the need to do so. This of course […]

Running script using crontab on Ubuntu

When playing around with my raspberry pi I sometimes want to automate scripts and make them run on timed intervals. This is a perfect job for crontab, so I will try to give a short explanation of how I use it here. In a terminal window, run: crontab -e where […]