by admin | May 1, 2017 | C# .Net
[:en]Web package manager Bower is well-integrated in Visual Studio project templates like ASP.NET Core, but not for .NET Core console applications at the moment. However, it would be useful if you are using e.g. a self-hosted webserver in your application, like Nancy,...
by admin | Apr 29, 2017 | Administration
[:en]Internet providers in many countries are forced to store all your created data for a certain time, and no one knows what exactly is saved actually and what really happens with it, e.g. if someone steals the data. One way to get securer internet access is to...
by admin | Apr 29, 2017 | Administration, Linux, MySQL
[:en] Upgrading Ubuntu from v14 to 16 LTS can lead to MySQL server issues (MySQL is upgraded from v5.6 to 5.7 during the upgrade process). E.g. if you use deprecated variables in /etc/mysql/my.cnf, MySQL server will fail to start after the upgrade is finished....
by admin | Apr 25, 2017 | Administration
[:en]Scenario Access to \\yourDC\SYSVOL works Access to \\yourDomain.local\SYSVOL does not work (or only on the DC, but not on the clients), it might ask for other user credentials Windows 10 workstations Coming up with Windows 10, there seems to be a stricter access...
by admin | Apr 21, 2017 | Administration, PHP
[:en]Signup Create an account on www.github.com, should be self-explaining. Also create a repository; I will call it “testrepo” in this tutorial. We will use a Ubuntu VM as local machine in this case. Prepare local directory I suppose you already have a...
by admin | Apr 20, 2017 | Administration, PHP, Software
[:en]Spark Messenger is a great open source messenger for internal and external usage, in combination with OpenFire Server. Because the integrated smileys and icons seem a bit outdated, I created an IconSet generator which uses the much more beautiful emoticons from...
by admin | Apr 10, 2017 | PHP
[:en]If you migrate from Ubuntu 14 to Ubuntu 16, PHP’s version also changes from 5.x to 7.x. Magento 1.9.x versions seem to work the same at first sight, but e.g. the cart and also the order process is done without VAT. According to various forum threads, the...
by admin | Mar 24, 2017 | Administration
[:en] As I mentioned in a few posts, WSUS / Windows Update can be dangerous sometimes. Windows Update KB4013429 seems to create issues with Exchange Server. If you install it and have Exchange AntiSpam features (content filter) installed, it might happen that...
by admin | Mar 16, 2017 | Administration, PHP, Software
[:de]Magento bietet standardmäßig keine komfortable Möglichkeit Dokumente für Produkte, wie z.B. PDF-Anleitungen per Browser hochzuladen. Abhilfe schafft diese Extension (alternativ direkt vom Hersteller). Installation Download des .gz-File Über den Magentoconnect...
by admin | Mar 14, 2017 | Administration, ASP.Net
[:en]Scenario You try to publish your ASP.NET Core site to another Windows server running IIS. Error messages: Event 1000 / IIS AspNetCore Module: Application ‘MACHINE/WEBROOT/APPHOST/DEFAULT WEB SITE’ with physical root ‘C:\inetpub\wwwroot\’...