Somewhere, Something Incredible Is Waiting To Be Known !!!
(Move to ...)
Home
▼
Monday, 29 April 2019
Top 50 Devops interview questions
›
1) Explain what is DevOps? It is a newly emerging term in IT field, which is nothing but a practice that emphasizes the collaboration and...
Wednesday, 10 April 2019
Python Standard Library for data science and ML
›
NumPy NumPy (or Numerical Python) is one of the principle packages for data science applications. It’s often used to process large mu...
Python Interview Questions And Answers Part 1
›
What is Python? Python is a high-level, interpreted, interactive and object-oriented scripting language. Python is designed to be ...
Tuesday, 26 March 2019
Ansible playbook to add and delete static route on paloalto firewall
›
--- - name: modifyRoutes gather_facts: no connection: local hosts: PaloAlto vars: action: StaticRouteAddition ...
Ansible playbook to add and delete static route on fortigate firewall
›
--- - name: modifyRoutes gather_facts: no connection: local hosts: FORTINET vars: action: StaticRouteAddition ...
Ansible playbook to add and delete static route on cisco ASA
›
--- - name: modifyRoutes gather_facts: no connection: local hosts: ASA vars: action: StaticRouteAddition ...
anisible playbook to manage paloalto interface
›
--- - name: PALOALTOInterfaceManagement gather_facts: no connection: local hosts: PALOALTO vars: action: setIP...
‹
›
Home
View web version