⇤ ← Revision 1 as of 2017-07-09 00:07:49
Size: 495
Comment:
|
← Revision 2 as of 2017-07-09 00:08:37 ⇥
Size: 422
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
$ gnome-session-quit --logout --no-prompt # Assuming you're using Gnome |
Wireshark Setup
You don't need to manually add the "wireshark" group; dpkg-reconfigure does it for you. Try removing the group (and your user from the group), run dpkg-reconfigure, add your user back to the group, and then, re-login. I verified these steps in Mint 12:
$ sudo apt-get install wireshark $ sudo dpkg-reconfigure wireshark-common $ sudo usermod -a -G wireshark $USER $ newgrp wireshark