Articles by Nitesh Bhavsar
-
How to send Linux application logs to AWS CloudWatch
Author: Nitesh Bhavsar • Tags: linux, monitoring, server • Comments: 0AWS CloudWatch is a monitoring service provided by the AWS cloud. AWS provides default monitoring for server parameters like CPU Utilization, Network In, Network Out and many more. This tutorial shows how to send the application or server logs to AWS CloudWatch.
-
How To Install and Test Ansible on Linux
Author: Nitesh Bhavsar • Tags: centos, linux, ubuntu • Comments: 0Ansible is a widely used configuration management tool written in Python language that helps to configure single or multiple machines at the same time. This tutorial shows how to install Ansible on CentOS, Debian and Ubuntu.
-
What is umask in Linux?
Author: Nitesh Bhavsar • Tags: linux, shell • Comments: 3UMASK in Linux or Unix systems is known as User Mask or it is also called as User file creation Mask. This is a base permission or default permission when a new file or folder is created in the Linux machine.
-