Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ifconfig command not found

sudo apt-get install net-tools or sudo ifconfig
Comment

ifconfig not found ubuntu

#installation
$ sudo apt install net-tools

#Then use it
$ ifconfig
Comment

ubuntu ifconfig not found

## For Ubuntu, Debian or Mint
sudo apt install net-tools
Comment

ifconfig not foound

// Ubuntu
sudo apt-get install net-tools
Comment

ifconfig not found

sudo yum install net-tools
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install armitage in kali linux 
Shell :: git remove file from staging 
Shell :: how to start apache/2.4.6 linux 
Shell :: login to github vscode using personal access tokens 
Shell :: how to remove filmora watermark 
Shell :: open image from terminal in ubuntu 18 
Shell :: how to install dpkg in ubuntu 
Shell :: copy all files from a folder to another ubuntu 
Shell :: how to merge remote branch 
Shell :: enzyme npm install 
Shell :: lines count linux 
Shell :: git push origin main not working 
Shell :: how to kill process in linux by name 
Shell :: composer install linux 
Shell :: zsh aliases 
Shell :: remove folder and all subfolders in ubuntu 
Shell :: change branch from master to main 
Shell :: git check merged branches 
Shell :: check gateway linux 
Shell :: is ubuntu debian 
Shell :: create sudo user centos 
Shell :: linux remove directory and contents 
Shell :: bash while loop 
Shell :: git view changes in commit 
Shell :: cmd rename multiple files 
Shell :: portainer ce install 
Shell :: curl head request 
Shell :: Uninstall Applications in ubuntu through the Command Line 
Shell :: how to check if helm is installed 
Shell :: ubuntu install openjdk 8 source 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =