Skip to content

Instantly share code, notes, and snippets.

@GermanAizek
Last active May 4, 2024 17:21
Show Gist options
  • Save GermanAizek/0d179f69e9368bbe416558a7224f8866 to your computer and use it in GitHub Desktop.
Save GermanAizek/0d179f69e9368bbe416558a7224f8866 to your computer and use it in GitHub Desktop.
"ifconfig: command not found" or "iwconfig: command not found"
  1. Update Debian or Ubuntu repositories.
sudo apt update
  1. Install net-tools with apt.
sudo apt install net-tools
  1. Run ifconfig to confirm the installation.
ifconfig

or as sudo user

sudo ifconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment