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 found

sudo yum install net-tools
Comment

PREVIOUS NEXT
Code Example
Shell :: How to export a GPG private key to a file 
Shell :: linux install yarn 
Shell :: cuda : Depends: cuda-11-5 (= 11.5.0) but it is not going to be installed 
Shell :: how to get kafka version 
Shell :: centos show hdd 
Shell :: push/upload git repo to github 
Shell :: login to ssh with password 
Shell :: Failure while executing; `/bin/launchctl bootstrap gui/501 /Users/singh/Library/LaunchAgents/homebrew.mxcl.httpd.plist` exited with 5. singh@Singhs-Air ~ % sudo apachectl start 
Shell :: installing rspec gemfile 
Shell :: install pycodestyle in ubuntu 
Shell :: access docker ubuntu terminal 
Shell :: svelte install 
Shell :: get string after character shell script 
Shell :: reinstall chrome ubuntu 
Shell :: pinterest clone github 
Shell :: where is global config file for git 
Shell :: using github personal github token when cloning a repo 
Shell :: run google chrome from terminal 
Shell :: dotnet clean nuget cache 
Shell :: install node js from ubuntu 
Shell :: pm2 start yarn 
Shell :: move running terminal process to background linux 
Shell :: sonarqube docker setup 
Shell :: select latest file linux 
Shell :: Bash/Shell comment multiple lines 
Shell :: vim move line down 
Shell :: linux command for file size 
Shell :: get element by index bash 
Shell :: shell foreach line 
Shell :: git cherry pick resolve conflict 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =