by DXSdata | Dec 30, 2015 | Administration, Linux
Quite simple script to reboot every Snom VoIP phone in your LAN. Tested with Ubuntu 12.04.5 LTS and snom 720 devices. Please adjust the IP address and range to fit your local environment properties; e.g. set it like your DHCP range. Shell #!/bin/bash #dxsdata.com,...
by DXSdata | Dec 30, 2015 | Administration, Linux
Scenario You have a local network configured as 192.168.1.x/24 (subnet 255.255.255.0) and a remote location like 192.168.2.x/24, connected e.g. via VPN. The limit of your network “1” is nearly reached, so you would like to move all your VoIP phones...
by DXSdata | Dec 22, 2015 | C# .Net
Code version tool Subversion might show various version conflicts if you use the repository on multiple machines. This can even happen if no code is changed. In this case it can be quite annoying, as it does not make any sense for the user. Solution Add the following...
by DXSdata | Dec 10, 2015 | Administration
Scenario Some applications always try to gain administrative permissions on your system, even if they don’t need them. A reason for this might be a lazy or ignorant software developer. If all of your Windows AD users have local default privileges, it is not an...
Comments