Monday, December 14, 2020

Resizing VDI Image

Note: once the image resized it should not able reduce it

 

 

 

Convert VDI to QCOW2 image

  sudo qemu-img convert -O qcow2 example.vdi example1.qcow2 -p

Resize the image

 qemu-img resize siemmaster.qcow2 +10G

Boot the Image

do the resize the image

resize2fs /dev/sda1

Check the disk space of the image

df -h
 

 

Convert qcow2 image ti VDI

 sudo qemu-img convert -O vdi example1.qcow2 example_converted.vdi -p

Wednesday, March 25, 2020

Solved: Unable to Install TestNG Library in Eclipse


Kindly use the following url 

http://dl.bintray.com/testng-team/testng-eclipse-release/

instead of http://beust.com/eclipse because all components removed from there

JMeter JSON Extractor

      json response {"Key1":"Value1","Key2":"Value2","Key2":"Value2"}  Name of t...