ifconfig not working code example
Example 1: install ifconfig on ubuntu
apt-get update
apt-get install net-tools
Example 2: linux install ifconfig
apt-get install net-tools
Example 3: ifconfig not foound
// Ubuntu
sudo apt-get install net-tools