Linux-Tail-Command-Examples

10 Quick Linux Tail Command with Examples

In our previous tutorial, we looked at the Linux head command and its example usages. The tail command is the complementary of the head command. It reads and prints out the last N lines in a file. Without any command options, it prints out the … Read more

Create-Use-Ansible-Roles-Playbook

How to Create Ansible Roles and Use them in Playbook

Ansible is an opensource configuration management and orchestration tool that makes it easy to automate IT tasks in a multi-tier IT environment. With a single command, you can configure multiple servers and deploy applications without logging into each of the servers and doing the configuration … Read more

Install-Ansible-AWX-Ubuntu-22-04

How to Install Ansible AWX on Ubuntu 22.04 | 20.04

Ansible AWX is a free and opensource front-end web application that provides a user interface to manage Ansible playbooks and inventories, as well as a REST API for Ansible. It is an open source version of Red Hat Ansible Tower. In this post we will … Read more

Linux-Head-Command-Examples

8 Head Command Examples in Linux

The Linux head command reads and prints the first N lines to standard output. By default, it prints out the first ten lines of a file to standard output. However, this can be modified by passing additional arguments on the command-line. The ‘head’ command is … Read more

Setup-Docker-Private-Registry-Ubuntu

How to Setup Private Docker Registry on Ubuntu 20.04

In this post, we are going to learn how to setup private docker registry on Ubuntu 20.04. Why Private Docker Registry ? For Smooth CI/CD development using the docker platform, consider using a self-hosted docker registry server. Docker registry is the repository where you can … Read more

Install-Docker-on-ArchLinux

How to Install and Use Docker on Arch Linux

In this guide, we will cover how to install Docker on Arch Linux step-by-step and will also learn how to use docker to run containers. Docker offers immense benefits. Before containerization, developers used to encounter issues when writing and deploying code on various Linux flavors. … Read more

OpenShift-WebConsole-Login-RHEL8

How to Setup Single Node OpenShift Cluster on RHEL 8

Using RedHat CodeReady Containers (CRC), we can easily install latest version of OpenShift cluster on laptop, desktop or in a virtual machine. In this tutorial, we will demonstrate how to setup single node openshift cluster on RHEL 8 system with crc. This type of openshift … Read more

Access-Remote-Windows-Desktop-Ubuntu

How to Access Remote Windows Desktop from Ubuntu Linux

You must have heard about the Windows app “Remote Desktop Connection“. This application comes with default windows installation and allows you to access another PC or server remotely. It uses remote desktop protocol to establish remote desktop connection sessions. Some of the Linux distributions may … Read more