fixed merges
This commit is contained in:
parent
3474d5490d
commit
30b328c2d9
1 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,6 @@ alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME"
|
||||||
alias syncheavy="rsync -azP --no-perms --no-owner --no-group --no-times --delete /home/emge/Development/11ty-projects/heavy-rocks/_site/ emge@95.217.8.112:/var/www/heavy.rocks/"
|
alias syncheavy="rsync -azP --no-perms --no-owner --no-group --no-times --delete /home/emge/Development/11ty-projects/heavy-rocks/_site/ emge@95.217.8.112:/var/www/heavy.rocks/"
|
||||||
alias s!="sudo systemctl"
|
alias s!="sudo systemctl"
|
||||||
alias portcheck="sudo lsof -i -P -n | grep LISTEN"
|
alias portcheck="sudo lsof -i -P -n | grep LISTEN"
|
||||||
|
alias pubip="dig +short myip.opendns.com @resolver1.opendns.com"
|
||||||
|
alias piastart="sudo VPN_PROTOCOL=wireguard DISABLE_IPV6=yes DIP_TOKEN=no AUTOCONNECT=true PIA_PF=flase PIA_DNS=true PIA_USER=p7769426 PIA_PASS=2ZZtyE4Ujz ./run_setup.sh"
|
||||||
|
alias piastop="wg-quick down pia"
|
||||||
|
|
Loading…
Reference in a new issue