Microsoft Office 2019 Offline Mode

You are tired of waiting some hours at Word startup? Word likes calling home at every startup asking mommy for templates, in some environments that’s is forbidden. In result you have to wait for the final timeout and thats really BORING. Switching off the start screen doesn’t help (for word). At this point i should […]

OpenVPN | log connection status

First method: Add the following lines to servers conf: status /var/log/status.log 5 status-version 2 Second method: Add the following lines to servers conf: client-connect /path/to/your/connect_script.sh client-disconnect /path/to/your/disconnect_script.sh Start your server with ‘–script-security 2’ The scripts must be owned by the same user running the server. If your scripts are writing log files, check the log […]