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...