
Error: The GeoIP module requires the GeoIP library – Nginx / CentOS 7.3 Edit |
Yet another error while trying to compile nginx from source. [crayon-5adf73f4ef1c0872557247/] The fix is simple,…
Changing the hostname on CentOS 7 is pretty straight forward, issue the following at shell and replace HOSTNAME with the hostname you want to set.
1 | hostnamectl set-hostname HOSTNAME |
To verify that the new hostname is set issue the following:
1 | hostnamectl |