Cleaning up WordPress head tag

How to clean up WordPress head tag?

Hi there folks! Sometimes when I look at WordPress <head> tag contents I get headaches ?. For one of the projects I decided to clean it up from the things that I don’t really need. If you are like me and you want to have only the things you want in <head> tag, this article […]

How to configure NTP and timezone on CentOS

How to configure NTP on CentOS 7

This will be pretty short tutorial about NTP. I will show you how to install and configure NTP on your server. What is NTP? NTP stands for Network Time Protocol and it keeps the server synchronised with correct time. Moreover you can synchronise all servers to one of your server to make sure that all […]

Yum - package manager

Yum package manager – tips and tricks

Yum is a package manager on CentOS. You will probably use it pretty often to install some software. In this article I will show you how to configure it, how to speed up packages installation and how to use something more than just yum install package-name. Create list of installed packages One of the first […]

Ansible variables

Ansible tutorial – part 4

In this part we will focus on Ansible variables. How to use them in playbooks, tasks and templates. What is the purpose of variables in Ansible? Imagine the situation where you have two servers. On each of them you need to install nginx. But each server requires a bit different configuration. Let’s take simplest case – […]

Ansible tutorial – part 2

This is part 2 of Ansible tutorial. In this part you will learn how to create playbooks, what are roles and tasks and how to use privileges escalation in Ansible. Playbooks Playbooks are essential feature of Ansible. In Playbooks we specify what and how our server will be configured and provisioned. Go to our directory that […]

Ansible tutorial - part 1

Ansible tutorial – part 1

What you will learn in part 1 of this tutorial? What is Ansible? How to install Ansible on Windows/Linux/MacOS? How to prepare test environment for Ansible? Intro to Inventory files. First connection to the server. First thing first – what is Ansible? Ansible is a simple yet powerful tool for configuration management and orchestration of your […]

Our services: