Adding wake on lan aliases to zsh
This commit is contained in:
parent
fba9812575
commit
05d0bbcd20
1 changed files with 4 additions and 0 deletions
|
@ -34,3 +34,7 @@ alias speedtest="curl -o /dev/null http://speedtest-nyc1.digitalocean.com/100mb.
|
||||||
|
|
||||||
# Build for multiple platforms and push to forgejo
|
# Build for multiple platforms and push to forgejo
|
||||||
alias dbuild="docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t git.andr3w.net/amd/$(basename $(pwd)):latest -t git.andr3w.net/amd/$(basename $(pwd)):$(date "+%Y-%m-%d") ."
|
alias dbuild="docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t git.andr3w.net/amd/$(basename $(pwd)):latest -t git.andr3w.net/amd/$(basename $(pwd)):$(date "+%Y-%m-%d") ."
|
||||||
|
|
||||||
|
# Send magic packets to hosts to wake them from sleep
|
||||||
|
alias wake_richie="wakeonlan ec:b1:d7:44:91:40"
|
||||||
|
alias wake_ari="wakeonlan 3c:97:0e:97:32:84 6c:88:14:36:92:b0"
|
||||||
|
|
Loading…
Reference in a new issue