Learn in this post how to run DreamboxEdit at your Linux machine. I’m using Ubuntu as distribution, but most of this post is applicable to other distributions too. With DreamboxEdit you can create/modify/delete bouquets at your Enigma2 running device such as a Dreambox or VU Solo. First DreamboxEdit is downloaded, after that it is installed in a… Continue reading Running dreamboxEDIT at Linux
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
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
Dynamic public IP-address / Call – Home
Assume you do have a computer connected to the Internet which obtains it’s public IP-address dynamicly. Some providers like 1und1 in Germany require that the xDSL line is reset every day at least one time. At that moment you obtain a new IP-address from a pool of addresses. Privacy This dynamic IP-address is great if… Continue reading Dynamic public IP-address / Call – Home