How to capture TCP retransmissions on Linux
You are probably experiencing perfomance issues during file transfers on a Linux box and you would like to find out if there are some network issues recognized. First you may […]
Technology-Blog for IT professionals by thuinformatik GmbH
You are probably experiencing perfomance issues during file transfers on a Linux box and you would like to find out if there are some network issues recognized. First you may […]
When trying to use saved credentials in Remote Desktop Connection you might receive this message: Your credentials did not work. Your system administrator does not allow the use of saved […]
In case you have a lot of monitors configured and/or monitors who will take some time until they are executed, it can happen that the OP5 internal monitor throws a […]
Check if data files are updated Goto RRD data directory # cd /opt/monitor/op5/pnp/perfdata Goto the host’s RRD data directory and check if the files are outdated # cd /opt/monitor/op5/pnp/perfdata/gepacsdb.health.root.loc # […]
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 […]