DevOps Engineer Blog

Getting started with Ansible

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

dig command not found

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....

apache php maximum upload size

Change the upload size

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...

Upload an ISO file to Nutanix

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...

WordPress file permissions

WordPress file permissions

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...

Nutanix Community Edition installation boot screen

Install Nutanix CE (Community Edition)

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...