by admin | Sep 9, 2021 | Administration
[:en]Home automation tools like Home Assistant offer convenient integrations for remotely shutting down computers with Windows OS (and also re-powering on via WOL, triggering a power switch etc). To get the shutdown feature running, you need to prepare some simple...
by admin | Aug 16, 2021 | Administration, PowerShell, Software
[:en]Scenario USB server devices, e.g. used for virtual appliances, can be error-prone when it comes to auto-reconnect USB client devices on startup. In addition, if you have to redirect USB license dongles to some virtual server, some devices might get...
by admin | Dec 24, 2019 | CNC, Home Automation, Software
[:en]Assuming you have WinPC-NC USB 2.x installed, follow these steps to be able to control your Stepcraft CNC with your PS3 Dual Shock controller. With former methods like ScpToolkit, it was possible, but only via wired USB connection. Using the new approach below...
by admin | Dec 19, 2019 | C# .Net
[:en]Because the team of the original AutoMapper project removed several static methods with the start of v9, I created a project which keeps the most important static ExtensionMethods like Map() or ProjectTo for easier access. Get it via NuGet or Github....
by admin | Dec 9, 2019 | C# .Net
[:en]Using ASP.NET Core controllers, you can add e.g. the attribute [Authorize] to methods or whole classes to prevent unauthorized access. The following example extends this functionality by allowing access if the client user resides in the local network. namespace...