Skip to content

Instantly share code, notes, and snippets.

@kennethkoontz
Created April 5, 2012 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kennethkoontz/2312679 to your computer and use it in GitHub Desktop.
Save kennethkoontz/2312679 to your computer and use it in GitHub Desktop.
tmp firefox profile
kenneth@poseidon:~$ for i in `pidof firefox`; do cat /proc/${i}//maps |grep "libwebd\|ignore"; done
7fd45e4f5000-7fd45e4fc000 r-xp 00000000 08:01 3825433 /tmp/tmpIL7KSv/amd64/x_ignore_nofocus.so
7fd45e4fc000-7fd45e6fb000 ---p 00007000 08:01 3825433 /tmp/tmpIL7KSv/amd64/x_ignore_nofocus.so
7fd45e6fb000-7fd45e6fc000 r--p 00006000 08:01 3825433 /tmp/tmpIL7KSv/amd64/x_ignore_nofocus.so
7fd45e6fc000-7fd45e6fd000 rw-p 00007000 08:01 3825433 /tmp/tmpIL7KSv/amd64/x_ignore_nofocus.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment