* {
font-family: 'Merriweather', serif;
},
pre {
overflow-wrap: break-word;
word-wrap: break-word;
hyphens: auto;
},
Hello Everyone,
If you have a docker container and you would like to mount one of your current folder in the host machine as volume inside your container, then you can use below command
docker run --rm -it -v $(pwd):/usr/src/project gcc:4.9
use...
How To - Ansiable Playbook Output - JSON Format
How To - Ansiable Playbook Output - JSON Format
Hello Everyone,
In this blog post lets see how to execute ansible-playbook with custom output format like JSON
Lets say you have a playbook like below
---
- hosts: 127.0.0.1
gather_facts: false
tasks:
- name: execute uptime command
command: uptimer
register: result
- debug: var=result.stdout
And if you execute...
Motivation for everyone for everyday in real life or work life, Read this everyday before starting your day

When something is fun,like playing cricket, watching a suspense thriller or Sci-Fi movie, you dont need extra motivation, you will do that anyway because you are loving it. When something isn't fun, you dont like it and if you still have to do it, then you can follow below ideas.Dont just go with problem...
Linux: How to remove directory / folder background color in terminal ?

Hello Everyone,I moved to Ubuntu Linux recently from Arch Linux. I observed that my battery ( Lenovo Thinkpad E Series 3rd Gen) health getting low by using Arch Linux and there were some posts on that issue.Though Arch Linux is great, I dont want to loose my $1000 laptop battery as I invested extra...
Subscribe to:
Posts (Atom)