Netwerkconfiguratie van OpenWrt op een Asus WL-HDD

In dit artikel wordt beschreven hoe de netwerkinstellingen van OpenWrt (versie Kamikaze) op de Asus WL-HDD (wireless harddiskdrive) geconfigureerd moeten worden. Doel is om de Asus WL-HDD draadloos (Wi-Fi) te laten connecten met het WIFI-access point. In mijn geval is het WiFo-access point een Samsung Router SMT-G3210 geconfigureerd als ADSL-router. We hebben reeds in de… Continue reading Netwerkconfiguratie van OpenWrt op een Asus WL-HDD

Your own Android application!

This article will help you developing your first Android application based on Adobe AIR. All tools are free of charge available. This article is assuming you use (Ubuntu) Linux. Prepare your development environment First download the software development kits (SDKs): Android SDK Adobe Flex SDK Adobe AIR SDK Unpack these SDKs in the directory: /opt/android… Continue reading Your own Android application!

Navigation and Audio Menu gone from MFA after upgrade of RNS-510

By Plani (own work) [CC-BY-SA-3.0 (http://creativecommons.org/licenses/by-sa/3.0)], via Wikimedia Commons

Recently I upgraded the firmware of the RNS-510 Navigation System in my Volkswagen Passat B7 (Type 3C) from software version: 3970 to version 5218. Everything went well: Inserted the CD with new firmware, waited 45 – 60 minutes till the upgrade was finished by resetting the device. After this upgrade however, there was something gone… Continue reading Navigation and Audio Menu gone from MFA after upgrade of RNS-510

Linux: Let your program run as background service

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