mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
Change server to get public IP address
This commit is contained in:
parent
7f37dce8a5
commit
5aa7a72223
1 changed files with 1 additions and 1 deletions
2
bashrc
2
bashrc
|
|
@ -161,7 +161,7 @@ alias ksignal='killall -9 signal-desktop'
|
|||
alias cpufreq='watch grep \"cpu MHz\" /proc/cpuinfo'
|
||||
|
||||
# Alias to check what is my actual system IP using curl
|
||||
alias wtfip='curl ifconfig.co'
|
||||
alias wtfip='dig +short myip.opendns.com @resolver1.opendns.com'
|
||||
|
||||
# Avoid pip installing packages as root/sudo, execute the following line in your terminal or just delete the # at the begin
|
||||
#install -Dm644 /dev/stdin ~/.config/pip/pip.conf <<< $'[install]\nuser = yes\n'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue