How to configure OP5 to send SMS via Telit HT910G

Connect Add your SIM card to the Telit GSM modem and attach it via USB port to your server. To find the port where your GSM modem is attached, execute the […]
Technology-Blog for IT professionals by thuinformatik GmbH
Connect Add your SIM card to the Telit GSM modem and attach it via USB port to your server. To find the port where your GSM modem is attached, execute the […]
Google Chrome is a freeware web browser developed by Google Inc. Google Chrome team proudly announced the release of Google Chrome 56 on January 25, 2017. The actual version is […]
xrdp is an Open Source Remote desktop Protocol server, which allows you to RDP to your Linux server from Windows machine; it is capable of accepting connections from rdesktop, freerdp, […]
Execute following commandecho “export LANG=en_US.UTF-8” >> ~/.bashrc
Check /etc/sysconfig/network # cat /etc/sysconfig/network | grep -i networking NETWORKING=no Make sure the value of NETWORKING is set to ‘yes’ Check /etc/sysconfig/network-scripts/ifcfg-eth0 # cat /etc/sysconfig/network-scripts/ifcfg-eth0 | grep -i onboot ONBOOT=no Make sure […]
BIOS Requirement Make sure your BIOS is supporting ACPI If you can: Configure Max CPU C-State to C7 (Read More) Install ACPI # yum -y install acpid systemctl start acpid […]
To re-install WSUS with a clean database i.e. no previous configuration, run the following procedure (powershell commands). Remove all WSUS components – Uninstall-WindowsFeature -Name UpdateServices,Windows-Internal-Database,Iis – Remove-WindowsFeature -Name UpdateServices,UpdateServices-DB,UpdateServices-RSAT,UpdateServices-API,UpdateServices-UI-IncludeManagementTools – Delete C:\Windows\WID […]
Make sure you have enabled passwordless SSH logins to the remote host. Use bash to load environment variables that are required by the remote-script ssh root@$10.37.25.145 bash -c “/local/app/myscript.sh” Or use the command […]
Logon scripts do not run for five minutes after a user logs on to a Windows 8.1/10-based computer After a user logs on to a Windows 8.1/10-based computer, the logon […]
Change to the user that should be able to authenticate passwordless # su – monitor If there is no RSA keypair, generate a new one # ssg-keygen -t rsa User ssh-copy-id […]