by admin | Jul 30, 2016 | Home Automation, PHP
[:en]Gardena’s robotic lawn mower “smart Sileno” (R100LiC”) comes with a gateway module which is used for communication between the mower and Gardena servers. Unfortunately, at the moment there is no way to get direct API access to the gateway,...
by admin | Jul 21, 2016 | Entertainment, Linux
[:en]Scenario After updating all packages via Retropie Setup, no more bluetooth is found. Solution There seems to be a problem with the current bluetooth package, so you have to download this single package. Steps to solve the issue: wget...
by admin | Jul 12, 2016 | ASP.Net, C# .Net
[:en]By default, @Html.DropDownListFor() is a convenient Razor helper to create a <select> tag containing <option> tags. But it is not possible to add custom attributes like “data-meow-xx=xxxx” to the option tags. One solution is to create the...
by admin | Jul 12, 2016 | ASP.Net, C# .Net, MySQL
[:en]Databases like MySQL do not allow any special characters in table column names, so most developers use camelcase or underscores. To make it readable for the end user in your software, you often have to manually type a friendly description. As there is no way to...
by admin | Jul 4, 2016 | Administration
[:en]Scenario You try to boot a computer into Windows Setup via Windows Deployment Services / PXE. It works with other stations, but not with the special one. Solution The client computer might use an old or non-fully-featured PXE client. In many notebook BIOS...