[Android] Access widget layout of a custom preference

I wanted to use the widget layout of a custom card picker settings preference to show the selected cards, but it was quite difficult to do so. First, the layout file has to be created. My file just contains an image view, which I want to update according to the chosen settings. It has to … Read more

[Android] Adding a toolbar to a settings activity

I want to describe how i added a toolbar to a settings activity. First approach: Add a new Style My app used navigation drawer activities, which add a custom toolbar to the activity in the layout.xml. The settings activity doesn’t have a layout file by default. A look in the res/values/styles.xml file showed that the … Read more

[Linux] Medion Akoya E1318T fix WLAN with rtl8723be

The WLAN module of the Medion Akoya E1318T has under Linux some problems, also with a recent kernel. The WLAN works, but the connection speed drops very fast to zero. This problem can be solved with a little configuration file. Create under this folder: /etc/modprobe.d/ with root privileges this file: rtl8723be.conf and insert this content … Read more

[Raspberry Pi] Nextcloud and WordPress with PHP7, MariaDB and Let‘s Encrypt

This is going to be an extensive guide to install Nextcloud and WordPress with the latest software on a Raspberry Pi. I used /var/www/ as root directory for the server and WordPress. Nextcloud will be installed in a sub folder. INFORMATION: I did my best to exclude errors and to make it secure. But i … Read more

[Linux] Free Linux magazines

Just a little list about free readable Linux magazines, which i found 🙂 Notice half of them are German. Completely free: Freies Magazin (German, discontinued) Full Circle Magazine (English) PCLinuxOS Magazine (English) Linux Voice Creative commons issues (English, discontinued) Will be published as a free community edition with some articles: Linux User Community Edition (German) … Read more