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
Kopieerproblemen via USB naar externe opslag
Gebruik je Linux en heb je problemen met het kopiëren van bestanden via USB naar externe opslag zoals externe harddisk, memory stick, SD card of internal memory van bijvoorbeeld een HTC Diamond? Staat de logfile vol met foutmeldingen die ontstaan tijdens het kopiëren en komen de bestanden corrupt aan? Wellicht is het uitzetten van USB… Continue reading Kopieerproblemen via USB naar externe opslag
OpenSocial
Dit artikel geeft een korte beschrijving van wat OpenSocial is. Een set van API’s die ervoor zorgen dat een applicatie maar 1x geschreven hoeft te worden en kan werken op alle netwerken die OpenSocial ondersteunen. Initiatief van Google en enkele sociale netwerken Om een applicatie aan te bieden is geen (zware) server nodig (enkel een… Continue reading OpenSocial
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