Differences between revisions 1 and 2
Revision 1 as of 2017-07-09 00:07:49
Size: 495
Editor: CarlNobile
Comment:
Revision 2 as of 2017-07-09 00:08:37
Size: 422
Editor: CarlNobile
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

WiresharkSetup (last edited 2017-07-09 00:08:37 by CarlNobile)