11 lines
847 B
Bash
11 lines
847 B
Bash
alias sshmd="ssh mg@manjarodesktop -p 7645"
|
|
alias mountwww="sudo mount -t nfs manjarodesktop:/home/mg/www /mnt/www"
|
|
alias mountns="sudo mount -t nfs manjarodesktop:/mnt/TerraBeef/NetShare /mnt/manjaroshare"
|
|
alias sshcloud="ssh -p 1919 emge@95.217.8.112"
|
|
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 s!="sudo systemctl"
|
|
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"
|