Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

IP adress terminal

# when you're on your terminal Window : 
ipconfig

# on macOS : 
ifconfig | grep "inet" | grep -v 127.0.0.1

# on Linux : 

hostname -I
Comment

get your ip address from terminal

for local ip :

hostname -I

for Public ip :

curl icanhazip.com
Comment

check ip in terminal

#In windows terminal, type:
ipconfig
#You will see your computer ipv4 and other info
Comment

PREVIOUS NEXT
Code Example
Shell :: install openjdk debian 
Shell :: git set username and email 
Shell :: install tree command 
Shell :: shell script crud 
Shell :: pyinstaller version file 
Shell :: audiokit pod 
Shell :: Specify R version 
Shell :: check git remote address 
Shell :: Connected local Jupyter notebook server to Google Collab 
Shell :: sol-merger command 
Shell :: how to install clementine music player on ubuntu 
Shell :: aws cli last successful deploy 
Shell :: add individual file to staging area in git command 
Shell :: go to commit remote 
Shell :: How to install very_good_cli in flutter 
Shell :: ibus ubuntu 22.04 
Shell :: npm install only works globally eacces 
Shell :: redirect batch file output 
Shell :: ros2 build from source 
Shell :: curl change source ip 
Shell :: chmod by group 
Shell :: docker swarm redistribute services on nodes 
Shell :: requirements github 
Shell :: app not installed app appears to br corrupt in android studio 
Shell :: activating virtual environment in linux access denied 
Shell :: Display curl output in readable JSON format in Unix shell script 
Shell :: vs code match all css media queries search panel 
Shell :: angular breadcrumb from url 
Shell :: unit gitignore default-2021.dwlt 
Shell :: Update or Remove Single Entry from Known Hosts 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =