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 […]
Tech
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 […]
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 […]
If I’m making scripts on my laptop and I want them to run on my Raspberry Pi, I can either copy them word by word over ssh, or use a ftp-server! Assuming you use Ubuntu and Nautilus (default file manager), you press file -> connect to server. This will open […]
I got my Raspberry Pi up and running again (read how here), and I plan to use it as a message broker for a small sensor network at home. I haven’t decided exactly what I want to do, but I will need a message broker. First, log in to your […]