Graphical system monitor for linux, including information about CPU, GPU, Memory, HDD/SDD and your network connections. Similar to windows task manager.
Different distros put iwconfig in different places.
openSUSE puts iwconfig in /usr/sbin/iwconfig and Debian puts it in /sbin/iwconfig. I didn't notice this issue because I only tested my patch on Debian.
This should fix @hamadmarri's issue on his openSUSE machine.
Different distros put
iwconfig
in different places.openSUSE puts iwconfig in
/usr/sbin/iwconfig
and Debian puts it in/sbin/iwconfig
. I didn't notice this issue because I only tested my patch on Debian.This should fix @hamadmarri's issue on his openSUSE machine.