How to send email to multiple recipients in mailx command ?
Today in this post, we will see how to send email to multiple recipients using mailx command. First lets see how to send it to single user and multiple users....
Today in this post, we will see how to send email to multiple recipients using mailx command. First lets see how to send it to single user and multiple users....
What it feels like if you run a command and your webserver is live. Lets see the usage of containers and cloud shell i.e. GCP. 1. Run below command in...
In this example, we will see how to create a full/available disk size partition in Linux using parted utility. Lets have a look at the steps to understand it. 1....
In this post, we will look how to code using for/while loop in python alongwith how to mention comments in the python file. I. Comments in Python a. Multiple Line...
Lets see how to run a playbook on a single selected host or multiple selected hosts. We can either make groups in hosts file or mention the host name using...
Do you know how to group multiple commands together and redirect their output collectively to a file ? It is a very small tip, however many of us dont know...