Network Throughput Testing with iPerf

iPerf is a command-line tool used in diagnosing network speed issues by measuring the maximum network throughput a server can handle. It is particularly useful when experiencing network speed issues, as you can use iPerf to determine which server is unable to reach maximum throughput. Basic usage: run iperf -s on machine A then go … Read more

Accessing Website with IP NAT Hairpinning

The term hairpinning comes from the fact that the traffic comes from one source into a router or similar devices, makes a U-turn and goes back the same way it came. Visualize this and you see something that looks like a hairpin. Hairpin NAT is a useful technique for accessing an internal server using a … Read more

How to Set or Change Hostname in CentOS 7

Use this information when changing the hostname in centos 7. Ways to show the hostname How to change the hostname. In order to change or set a CentOS 7 machine hostname, use the hostnamectl command as shown in the below command excerpt. In order to apply the new hostname, a system reboot is required, issue … Read more

Smartmon tools Windows

Some Smartmon tools https://github.com/v-zhuravlev/zbx-smartctl https://share.zabbix.com/storage-devices/smart-monitoring-with-smartmontools-lld https://www.smartmontools.org/wiki/Download#InstalltheWindowspackage

Install Lets encrypt on WHM and cPanel

letsEncrypt is an alternative AutoSSL provider for users who opt to not use the default AutoSSL Powered by cPanel provider. Installing the LetsEncrypt provider is a straightforward process that involves running one command. ProcedureInstallation of the officially supported AutoSSL – Let’s Encrypt provider can be completed by performing the following command via SSH as the … Read more