How to use awk command in Linux

Below are the some example of using "awk" command in Linux.

How to set up apache with Ansible in Ubuntu

This tutorial explains how to install, start, stop Apache on Managed nodes with Ansible.

How to set up Control and Managed nodes in Ansible

This tutorial will walk through the steps for setting up Managed Node and testing connection between Control Node and Managed Node.

How to use find command in Linux

find is a command-line utility that locates files based on some user-specified criteria and then applies some requested action on each matched object.

How to install Ansible with PIP in Ubuntu

Ansible is an IT automation tool. It can configure systems, deploy software, and orchestrate advanced IT tasks.

How to setup SSH Authentication to GitHub in Windows 10

This tutorial explains how to set up SSH authentication to GitHub in Windows 10.

How to install PostgreSQL in CentOS Linux

PostgreSQL project provides a repository of packages of all supported versions for the most common distributions

How to install Python3.6 and PIP in Linux

Python3.6 can be installed on CentOS 7 with following steps. By following below steps both Python3.6 and pip would be installed in CentOS.

Trending