by admin | Sep 5, 2016 | C# .Net
[:en]Starting with a new web project, I first chose this combination of recently available packages: Visual Studio 2015 Update 3 ASP.NET Core MVC Project with Entity Framework 7 It offers great options for using Nuget or Bower, keeping packages like bootstrap, jquery...
by admin | Sep 3, 2016 | Administration, Linux
[:en]It happens that VHD files get quite large, even it they are dynamically sized, for various reasons (growing logfiles, user mistakes or other scenarios where large files are deleted afterwards). The dynamic VHD grows automatically, but does never shrink by itself....
by admin | Aug 22, 2016 | Administration
[:en]Mouse and keyboard both work in BIOS, but not when booting Windows 7 setup. Cause New CPUs like Intel Skylake or Braswell do not have USB 2.0 support included. Windows 7 does not have USB 3.0 support included (at least not at setup boot time by default), so this...
by admin | Aug 21, 2016 | Administration
[:en]Nowadays it seems like Windows domain administrators will have to test every single Windows update separately and in a test environment before deploying, which is nearly impossible in many cases. WSUS was very reliable a few years ago, and only working updates...
by admin | Aug 18, 2016 | Administration, Mobile phones
[:en]As there is no documentation on Microsoft servers for Nokia 130 any more and Nokia (PC) Suite is not supported, it can be quite hard to at least transfer contacts – but there is a way. All you need is a Micro SD card for the copying process. Get your...
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...