An amazing video of Derek Redmond, the Olympic runner. Motivational and Inspirational!
I ‘m in progress in learning Devops tools, technologies ,concepts eventually since last 2 years in the areas of Cloud – Amazon Web Services Configuration Management Tools Like Puppet , Ansible Continous Integration/Deployments tools Like Jenkins, Bamboo, Bitbucket, GitLab Scripting Language in Python Latest One which I have got chance a hands on in creating […]
Negative thoughts hurts our ability to process information and think clearly. Thinking negatively about your problems not only doesn’t help solve anything, it actually makes it harder for you to think of a helpful solution. Every conscious thought that we have is recorded by our subconscious mind. Our subconscious mind does not question or argue […]
Python is one of the favourite language that I am learning in these days after Shell/Bash Script. * General Purpose High level programming Language * Developed Guido Van Rossam in 1989 at Netherland * Officially announced 1991. DOB : Feb 20th 1991 Python is : – Functional Programming Language from C. – Object Oriented Programming […]
One of my favorite Linux command to analyze Packet capture is tcpdump and tool “Wireshark” to analyze or view the packets. Command to find source ip tcpdump -nni any ip net ip/cidr
Today, I have worked with my colleague to secure jboss jmx and webconsole. Here is the link which we referred
I was playing keystore and keytool today to add certifcate. Openssl command to export certifcate from remote url and save to pubcert.crt : openssl s_client -connect <domain>:443 -showcerts < /dev/null | sed -ne “/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p” > /tmp/pubcert.crt keytool -import -trustcacerts -alias <aliasname> -file /tmp/pubcert.crt -keystore test.jks -storepass <passpword> -noprompt To test the connectvity using […]
I have found docker commands which is useful Refer Link : https://linuxvmaws.blogspot.in/2017/11/8-top-important-docker-commands.html?spref=fb Refer Link:https://docs.docker.com/engine/reference/commandline/docker/ Three ways of develops : https://www.docker.com/sites/default/files/WP_Docker%20and%20the%203%20ways%20devops.pdf
Today, I came to knew about how to delete Git unsed branches from our local and remote repo. Here are few commands that i used git branch -to see what all branches we have git push origin –delete my_branch – to delete branch from remote git branch – if you can see still your branch […]
Transform Mindset into a Automation Oriented/Devops Audience of this Blog: Those who works in Traditional Technologies and in transformation phase to Automation/Devops Area. Today’s IT is drastically changed in terms of technologies & Practice. As you know, the word “Devops”, “Cloud”, “Automation” is now very familar and Popular in the IT area. It is our […]