Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu get your ip address from terminal

hostname -I | cut -d' ' -f1
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 :: how to concat pdf linux 
Shell :: delete github credentials in windows 
Shell :: Failure while executing; git clone https://github.com/Homebrew/homebrew-core /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core --depth=1 exited with 128. 
Shell :: kubectl without sudo 
Shell :: Add Subtitles (.SRT file) To MP4 With FFMPEG 
Shell :: get list of directories bash 
Shell :: unzip command in linux 
Shell :: create cert from pem 
Shell :: pwd in cmd 
Shell :: install docker centos 8 
Shell :: undo airmon-ng check kill 
Shell :: compare local git branch with remote 
Shell :: how to ping in cmd 
Shell :: xsltproc linux install 
Shell :: string to array bash 
Shell :: how to list running processes in linux 
Shell :: git ssh key linux 
Shell :: xargs multiple commands "mac" 
Shell :: onedrive ubuntu 20.04 
Shell :: git username password config 
Shell :: failed to open stream: Permission denied in path on mac 
Shell :: gitlab add remote upstream 
Shell :: how to unmerge branch in git 
Shell :: git bad object refs/heads/ 
Shell :: how to check laravel installer version 
Shell :: rc.local not running 
Shell :: git revert merge 
Shell :: find exclude hidden files 
Shell :: linux file path 
Shell :: docker compose plugin 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =