Blog

All Posts

Installing Ansible on Linux

Installing Ansible on Linux is a simple process and can be done in different ways. The most common ways to install Ansible on Linux are using the package manager or using pip into a virtual environment.

Read more ...


How to create a file on the command line

Sometimes you need to create a file on the command line. This can be done using the touch command which is available on most Unix-like operating systems. There are also other ways to create a file and some of them are listed below.

Read more ...