2022-08-03 06:23:08 +00:00
|
|
|
alias pubkey='cat ~/.ssh/id_*.pub'
|
2021-01-11 14:25:38 +00:00
|
|
|
alias hosts='sudo nano /etc/hosts'
|
|
|
|
alias historygrep='history | grep'
|
2022-01-03 09:11:47 +00:00
|
|
|
alias sshconfig='nano ~/.ssh/config'
|
2021-07-09 16:39:31 +00:00
|
|
|
alias newrepo='bash <(curl -s https://get.bjphoster.com/new-git-repo.sh)'
|
2022-02-10 16:41:29 +00:00
|
|
|
alias newansibleworkspace='bash <(curl -s https://get.bjphoster.com/new-ansible-workspace.sh)'
|
2021-07-18 16:41:56 +00:00
|
|
|
|
|
|
|
alias sambaserver='docker run -it --rm --network host -p 137:137 -p 138:138 -p 139:139 -p 445:445 -v `pwd`:/share dperson/samba -n -p -s "sambashare;/share;yes;no;no;shareuser" -w "WORKGROUP"'
|
2022-08-03 06:22:13 +00:00
|
|
|
alias acme.sh='docker run -it --rm -v /home/bryanpedini/acme.sh:/acme.sh neilpang/acme.sh'
|
2021-08-18 09:42:16 +00:00
|
|
|
alias termbin='nc termbin.com 9999'
|
2022-04-02 14:03:11 +00:00
|
|
|
alias dnsversion='dig txt chaos version.bind'
|