Er was eens een attractiepark in de Noord-Brabantse plaats Kaatsheuvel. Begonnen als sport- en wandelpark, vervolgens uitgebreid met een sprookjesbos en met de opening van de spookslot in de jaren 70 van de vorige eeuw, verder uitgebreid met grote attracties zoals de Python, Halve Maen, Gondoletta, Pirana, Fata Morgana, Carnaval Festival, Bobbaan, Droomvlucht, De Vliegende… Continue reading Efteling – Wat je altijd al hebt willen weten
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
Raspberry Pi: Questions and Answers
In this article several issues related to Raspberry Pi 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 General Question: How can I speed up my Raspberry Pi? Answer: You can speed up the Raspberry Pi using a… Continue reading Raspberry Pi: Questions and Answers
Linux: Create a swap file
Running out of physical memory? Learn here how to create a swap file on linux. Baseline First check the baseline. It is possible that you have some swap already, like a swap partition (a dedicated disk partition only used for swap) or a swap file, like we are creating in this tutorial. Use the command:… Continue reading Linux: Create a swap file