by admin | Jul 1, 2016 | Administration
[:en]If you use software restriction policies as an application whitelist (allow only programs to run if explicitly enabled). By default, most administrators use path rules to enable whole folders (c:\program files etc.), but with GoToWebinar (or Launcher), this is...
by admin | Jul 1, 2016 | Administration
[:en]In some cases it might happen that Exchange Offline Address Books do not get synchronized, even after days of waiting, workstation and server reboots. Maybe it does not detect the change itself, e.g. if a dynamic distribution group is deleted and another group is...
by admin | Jun 29, 2016 | Administration, Linux
[:en]In many small or medium companies or company departments, employees often prefer to order food together from certain suppliers. This might not be a problem in urban environments where the supplier supports things like these itself, but it is not always easy in...
by admin | Jun 29, 2016 | Administration, Linux
[:en]Scenario Fresh installation of Debian Jessie 8.5, or in my case from a Turnkeylinux Foodsoft ISO, as a guest system on MS Hyper-V host. It might run fine for some hours, but it keeps getting slower. “top” command shows ksoftirqd/X (0, 1, …)...
by admin | Jun 22, 2016 | MySQL
[:en]Open your MySQL client or phpMyAdmin etc. Execute query: select concat(‘KILL ‘,id,’;’) from information_schema.processlist where user=’yourUser’ Copy the result lines and execute them, it should look like: kill 12345; kill...