master develop feature/”feature-name” hotfix/”hot-fix-name” feature is created from development and hotfix is created from master. Details…
Category: Linux Command
Ansible in ubuntu
#HelloWorld.yaml — – name: This is a hello-world example hosts: 127.0.0.1 connection: local user: root Details…
Some useful linux command of ubuntu
#For configuring SSL in apache sudo apt-get install openssl sudo apt-get install libssl-dev openssl x509 Details…