In this post you will learn how to convert your headless Linux program to a service running in the background. Here with headless is meant a program without user interaction and without graphical user interface (GUI). Assumed is that you are running a Linux distribution with Systemd enabled, like Ubuntu 15.10. In the example below,… Continue reading Linux: Let your program run as background service
Tunnel vanaf het Internet naar een interne poort
Stel je hebt een device, bijvoorbeeld een ADSL-modem/router die je via een webinterface kunt configureren maar dit kan enkel via HTTP en niet HTTPS (dus geen versleutelde verbinding) en/of dit device is enkel te configureren vanaf het interne netwerk en niet vanaf de Internet-kant. Toch wil je vanaf een andere plaats op de wereld het… Continue reading Tunnel vanaf het Internet naar een interne poort
Raspberry Pi: Raspbian – Modify image
In this post you will learn how to make some (tiny) changes in the Raspbian SD card image before writing it on the micro SD card. Assumptions You downloaded a Raspbian image (i.e. 2015-11-21-raspbian-jessie.img) You are using a computer running Ubuntu (or other linux distribution) Mount Raspbian partition You need to mount the Raspbian partition… Continue reading Raspberry Pi: Raspbian – Modify image
Android: Questions and Answers
In this article several issues related to Android will be discussed. The format will be in a question and answer based manner. For more generic questions, please check the article: Miscellaneous Questions and Answers Read also this special article which is dedicated to using ADB wirelessly via Wi-Fi. Question: How can I make… Continue reading Android: Questions and Answers