How to fix Apache could not reliably determine FQDN Error on Ubuntu

You might probably faced the same following error while you were restarting the Apache server on Ubuntu. * Restarting web server apache2 apache2: apr_sockaddr_info_get() failed for server apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName … waiting apache2: apr_sockaddr_info_get() failed for serverapache2: Could not reliably determine the server’s […]

Continue Reading…

How to install PowerShell on Windows Server 2012 R2 Core

PoweShell is not installed by default on Windows Core edition. We need to enable this feature. One of the prerequisite for PowerShell is .Net Framework so we have to install .Net framework first. To install .Net Framework 4.0 run the following Command Dism /Online /Enable-Feature /FeatureName:NetFx4 /All OR Dism /Online /Enable-Feature /FeatureName:NetFx4 /All /LimitAccess /Source:X:\sources\sxs To install […]

Continue Reading…