Tech Rocks

Coldfusion
Java
JQuery

An online resource for latest web technologies like Coldfusion, JRun, Pro*C, JQuery, HTML5, PHP, W3C, Java, J2EE, C, C++, ORACLE, PL/SQL, MySql, Ajax, Coldbox, Fusebox, UNIX, JavaScript, NodeJS and much more... contact@tech-rocks.org

Thursday, December 25, 2025

Enable wireshark on linux mint with interface permission issue

Open terminal and run the two commands below.

sudo dpkg-reconfigure wireshark-common
# select yes

sudo usermod -a -G wireshark "$USER"

0 comments :