mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update
This commit is contained in:
parent
c762a37036
commit
1776e07a20
1 changed files with 4 additions and 4 deletions
|
|
@ -110,8 +110,8 @@ fi
|
||||||
### OWN ALIAS ###
|
### OWN ALIAS ###
|
||||||
|
|
||||||
#Pastes
|
#Pastes
|
||||||
alias pb="curl -F 'sprunge=<-' http://sprunge.us"
|
alias pb="pbin"
|
||||||
alias ix="curl -F 'f:1=<-' ix.io"
|
alias uplog="logfile=/tmp/log$RANDOM; journalctl -r > ${logfile}; pbin ${logfile}; unset logfile;"
|
||||||
|
|
||||||
#Temperature
|
#Temperature
|
||||||
alias clima='curl wttr.in/bogota?lang=es'
|
alias clima='curl wttr.in/bogota?lang=es'
|
||||||
|
|
@ -160,8 +160,8 @@ alias gcommit='git commit -m'
|
||||||
alias ksignal='killall -9 signal-desktop'
|
alias ksignal='killall -9 signal-desktop'
|
||||||
|
|
||||||
# Alias to get information about CPU
|
# Alias to get information about CPU
|
||||||
alias cpufreq='watch -n 0.5 grep \"cpu MHz\" /proc/cpuinfo'
|
alias cpufreq='watch -n 0.01 grep \"cpu MHz\" /proc/cpuinfo'
|
||||||
alias cputemp='watch -n 0.5 sensors'
|
alias cputemp='watch -n 0.01 sensors'
|
||||||
|
|
||||||
# Alias to check what is my actual system IP using curl
|
# Alias to check what is my actual system IP using curl
|
||||||
alias wtfip='dig +short myip.opendns.com @resolver1.opendns.com'
|
alias wtfip='dig +short myip.opendns.com @resolver1.opendns.com'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue