Thursday, April 15, 2021

Root Terminal Enabling in Linux

 

1.Open the /etc/passwd file

 change the following line 


root:x:0:0:root:/root:/usr/sbin/nologin

to

root:x:0:0:root:/root:/bin/bash



2.Issue the following command in terminal


chmodg+rx /usr/bin/gnome-terminal


JMeter JSON Extractor

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