Docker service not starting on Windows Server 2016
A while ago I received a ticket stating some Docker service was not starting on a Windows Server 2016. Run dockerd.exe in debug mode. The parameter is -D At the server where I had...
No questions asked
A while ago I received a ticket stating some Docker service was not starting on a Windows Server 2016. Run dockerd.exe in debug mode. The parameter is -D At the server where I had...
Ansible is not hard to use, nor complicated to setup. It can be setup from scratch rather fast. You only need one server where Ansible is installed, and preferably many hosts to connect to....
dig command not found is pretty annoying when you are trying to use the dig command 🙂 You are trying the using the dig command because you really want to resolve a domain name....
To change the upload size on Apache with PHP, edit file: /etc/php/7.0/apache2/php.ini The above is in case you run Apache on a Debian machine and you run PHP 7.0 It’s possible your php.ini is...
In this article I will explain how to upload an ISO file to Nutanix. Not much to say here. Go to Settings, Image Configuration. And follow the instructions on screen. For example: In case you...
To correct your WordPress file permissions, enter the directory containing the WordPress installation and execute the commands below: find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644...
You probably already heard of Nutanix CE. I like having some playgrounds to play arround. Just some kind of test environment at home with no strings, nor responsibilities attached. There are two possibilities for...