failed to create directory via template ‘/var/lock/apache2.XXXXXXXXXX’: No such file
Create the directory with mkdir -p /run/lock The install should now work (you may need to clean the installation first)
Create the directory with mkdir -p /run/lock The install should now work (you may need to clean the installation first)
In order to eliminate this warning Invalid argument: AH00076: Failed to enable APR_TCP_DEFER_ACCEP Add this to the end of /etc/apache2/apache2.conf AcceptFilter http none
http://askubuntu.com/questions/256013/could-not-reliably-determine-the-servers-fully-qualified-domain-name
sudo apt-get install language-pack-en language-pack-en-base manpages sudo update-locale LANG=en_US.UTF8
Introduction This tutorial will show you how to set up a TLS/SSL certificate from Let’s Encrypt on an Ubuntu 14.04 server running Apache as a web server. We will also cover how to automate the certificate renewal process using a…
1. To uninstall the Linux SubSystem in Windows Right-click command prompt (admin) lxrun /uninstall /full type "y" to continue: y 2. To reinstall the Linux SubSystem in windows (Close command prompt, if open) Right-click command prompt (admin) lxrun /install /y
To rebuild your /etc/apt/sources.list go to https://repogen.simplylinux.ch/generate.php
Have you ever wanted to shrink an EC2 volume? I tried several ways and this is the only one worked for me. In my case, I wanted to shrink a 30GB volume down to 8GB. Make sure you have a…