Something
public text v1 · immutablehow to check the webbrowser details
Curl -I http://domainname.com
how to get process id of any process?
pgrep <application name>
ex: pgrep <firefox>
will return some number
how to check the webbrowser details
Curl -I http://domainname.com
how to get process id of any process?
pgrep <application name>
ex: pgrep <firefox>
will return some number