
How to login linux server of AWS from windows using putty?
How to Generate PPK file from PEM using PuttyGen? AWS by default do not allow accessing a linux server using password so only key is allowed. But .pem file which…
Read more »
GitLab Tutorials: Access gitlab Password Less in Windows
Step 1- Generate a public/private key using puttygen Download a puttygen from and generate a public key and private key by following below image. Click on Conversions à Export OpenSSH…
Read more »
Installation and Configuration Guide: Bamboo
System requirements & considerations Java: Database: Installing Bamboo on Linux https://confluence.atlassian.com/bamboo/installing-bamboo-on-linux-289276792.html Install Bamboo using Docker Container Step 1 – Install Docker Step 2 – Install and Configure Bamboo using Docker…
Read more »Top 50 Cobertura interview questions and answers
1) Where Does The Name “cobertura” Come From? “Cobertura” is the Spanish and Portuguese word for “coverage.” We were trying to avoid acronyms and coffee references. It’s not too hard…
Read more »Top 50 Ncover interview questions and answers
1) What is code coverage analysis? A code coverage analyzer monitors your code at runtime and records information about which lines of code were executed. NCover shows each sequence point…
Read more »Top 50 Unit testing interview questions and answers
1) What is smoking? In unit testing, we use mocking. An object you want to test may have other complex object dependencies. You replace the other objects with mocks simulating…
Read more »Top 50 Selendroid interview questions and answers
1) Explain what is Appium? Appium is a freely distributed open source mobile application UI Testing framework. 2) List out the Appium abilities? Appium abilities are Test Web Provides cross-platform…
Read more »Top 50 selenium interview questions and answers
1) What is Selenium and what is composed of? Selenium is a suite of tools for automated web testing. It is composed of Selenium IDE (Integrated Development Environment) : It…
Read more »Top 50 Zabbix interview questions and answers
1) What can be monitored using Zabbix? Zabbix provides monitoring metrics, such as network utilization, CPU load and disk space consumption. The software monitors operations on Linux, Hewlett Packard Unix…
Read more »Top 50 Numpy interview questions and answers
1) What is Numpy? Ans: NumPy is a general-purpose array-processing package. It provides a high-performance multidimensional array object, and tools for working with these arrays. It is the fundamental package…
Read more »
Ansible Connection Options for windows remote Server
Error – Failed to connect to the host via ssh Solution – You need to set ansible_connection=winrm to connect to windows [windows] 13.233.160.153 [windows:vars] ansible_connection=winrm Error – auth method ssl…
Read more »
How to fix we ran into a problem while connecting to the windows update service
Steps to Fix a Windows 10 update error A current driver on your PC may be better than the driver we are trying to install. We will keep trying to…
Read more »How to Install PHP on Windows 10 ?
In this blog I am going to show you how to Install PHP 7 in Windows 10:so, First thing you need to go show be in belowhttps://windows.php.net/download Click on the…
Read more »
What is Octopus Deployment?
Octopus is the deployment automation server for your entire team. It designed to make easy to release and deploy applications, whether on-premises or in the cloud. Octopus Deploy is a…
Read more »