In the last few days, my system has started popping up an Ubuntu default web-browser and making a request to nmcheck.gnome.org website and immediately shutting off.
Since this happened, I cannot run system updates.
Also, I am a php developer and cannot run composer install or composer update
How can I find this script and delete it forever?


sudo lsof -iwill show internet connections. Addingnamechk.comto your/etc/hostswith an IP of127.0.0.1will prevent the connection. – waltinator Aug 31 '18 at 13:50nmcheck.gnome.org, sorry previously I can not see url properly. Thank you – Rushabh Joshi Aug 31 '18 at 19:11nmcheck.gnome.orgfor sure previously I did not see the url properly so I search nmcheck in google and it suggested menamechk.combut it isnmcheck.gnome.orgfor sure – Rushabh Joshi Aug 31 '18 at 19:15sudo netstat -tulpanto see connection and corresponding process name and PID that make the connection. – Sergiy Kolodyazhnyy Aug 31 '18 at 19:23