by admin | Nov 16, 2016 | Administration, Linux
[:en]There are many applications for implementing central email archiving features for Exchange servers, which is obligatory in some countries. Unfortunately, most of them can become quite expensive with growing user counts. But there is one free and open source...
by admin | Nov 14, 2016 | Hardware, Home Automation, Python
[:en]This tutorial gives you a quick and simple idea how to control a stepper motor via Raspberry Pi and a Python script. Parts Raspberry Pi 3 Deek-Robot Stepper Motor Shield v1 (includes an L293D motor driver) Nema 17 stepper motor, Type 42HS34-1334-04LA (4-pin,...
by admin | Nov 11, 2016 | Administration
[:en]Starting with Windows 8 or 2012 Server, deploying Windows Defender (previous Security Essentials / Antimalware) settings via registry does not work any more. You get a 4098 error with message “0x80070005 access denied”. This happens because Microsoft...
by admin | Nov 10, 2016 | Administration
[:en]The following Powershell script code can be useful if you want to distribute an Outlook folder link to your web-based central email archiving solution:...
by admin | Nov 3, 2016 | Linux
[:en]If you use a Debian or Ubuntu client system to access a Windows Samba share (CIFS), this works quite easily, basically. //nas/myshare /mnt/myshare cifs auto,_netdev,username=xx,password=yy,domain=zz 0 0 But what happens if the server is not always available? I...