by admin | Feb 2, 2016 | Administration, Software
[:en]This tutorial shows how to make your DNS server contain up-to-date DNS CNAME values, according to which workstation the user is logged in. Example: User foo uses Windows station bar. The administrator would like to access his PC for doing some tasks via VNC, SMB...
by admin | Jan 26, 2016 | Administration
[:en]Scenario You use a Mikrotik Routerboard like RB433, run a local webserver, mailserver etc. which are available for external users. To make them available in the local network via the same domain names like external, you use a Hairpin NAT rule. After you enable...
by admin | Jan 26, 2016 | Administration, Software
[:en]In companies where users have write access to huge directory structures, it might happen from time to time someone unknown accidentally moves a folder using the drag&drop feature in Windows Explorer. This site offers a tool which shows a confirmation dialog...
by admin | Jan 25, 2016 | Administration, Home Automation, Java
[:en]New versions of the Java JRE browser plugin seem to get even more strict and less GUI user friendly. E.g. if you try to access your LuxController 1.6 heatpump Java web interface, by default you get an exception like AccessControlException: access denied...
by admin | Jan 19, 2016 | Administration, Linux, MySQL
Log in to MySQL via console: mysql -u root -p Run: SET global log_output = ‘table’; SET global general_log = 1; View table mysql.general_log e.g. with phpMyAdmin or command: select * from mysql.general_log Do not forget to disable logging again: SET global...
by admin | Jan 13, 2016 | Administration
Scenario According to a group membership of the current Windows workstation user, you want to run certain commands in a Windows Batch file (cmd, .bat). Solutions 1) Use file isMember.exe from here. The link also includes a usage example. 2) If you do not...