General

How to Create AWS Virtual Machine Through PowerShell

Amazon Web Services (AWS) is now widely used in companies around the world. It is a secure cloud services platform offering compute power, database storage, content delivery and other functionalities to help businesses scale and grow. AWS offers a broad set of global compute, storage, database, analytics, application, and deployment services that help organisations move faster, lower IT …

How to Create AWS Virtual Machine Through PowerShell Read More »

How to Create HP QC Defect from Jenkins Programmatically

Micro Focus Quality Center, formerly known as HP Quality Center is a quality management software. You can go through https://www.microfocus.com/en-us/products/alm-quality-center/overview to find out the benefits provided by ALM QC I had a requirement to create a QC defect through Jenkins, It was on the old HP ALM environment when QC was not taken over by MicroFocus where …

How to Create HP QC Defect from Jenkins Programmatically Read More »

What is DevOps and How Does it Work?

What is DevOps? This is the question which has been asked by countless people and in a similar fashion been answered by numerous individuals. Not all the answers are relevant (precisely correct) and may have different opinions. But I wonder when experienced IT professionals provide literally clueless and irrelevant answers. I am not pointing to …

What is DevOps and How Does it Work? Read More »

Resolved – ImportError: No module named requests | /usr/bin/python: No module named pip on MacOS

You may face an error while running the script which calls any python script which internally calls out requests module. “ImportError: No module named requests” Traceback (most recent call last): File “dev-scripts/find-latest-version.py”, line 7, in <module> import requests ImportError: No module named requests When you verify you can see – you already have python installed …

Resolved – ImportError: No module named requests | /usr/bin/python: No module named pip on MacOS Read More »

How to Unzip and Untar the tar.xz file

Sometimes you get the “tar.xz” files and you are unsure how to unzip and untar this kind of file. xz is a lossless compression program and file format. This compression formats used by the 7-Zip program, etc You need to use “unxz” command to unzip this kind of file [rv@scmquest]~/python$ unxz Python-3.5.0b3.tar.xz [rv@scmquest]~/python$ ls -lrt total 75100 -rw-r–r– …

How to Unzip and Untar the tar.xz file Read More »

Continuous Integration vs Continuous Delivery vs Continuous Deployment

Heard about these terms ?? …….  I am sure you did 🙂 Some people says Continuous Integration and Continuous Delivery are same Some says Continuous Delivery and Continuous Deployment are same Some people have a myth that Continuous Delivery means all the builds are  getting automatically deployed into Live environment though automation. Some also thinks that …

Continuous Integration vs Continuous Delivery vs Continuous Deployment Read More »

Scroll to Top
Scroll to Top