Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Popov 86ba7d3037
add git.a2s.su host 2024-01-05 20:43:55 +03:00
Alexander Popov cf6ceac3e3
clang-format 2023-12-31 02:25:49 +03:00
2 changed files with 7 additions and 4 deletions

View File

@ -27,6 +27,7 @@ alias ls='ls --color=auto'
alias df='df -h'
alias du='du -h'
alias ..='cd ..'
alias cf="clang-format -i --style=LLVM --sort-includes=false $1"
alias cfs='cryfs $HOME/.cryfs/ $HOME/Vault' # CryFS mount
alias tardir='tar -cJf "../${PWD##*/}.tar.xz"' # tar.xz current dir

View File

@ -4,12 +4,14 @@ Host kvm5
IdentityFile /home/user/.ssh/kvm5
ServerAliveInterval 59
Host kvm6
Host kvm7
HostName 109.172.82.56
User user
HostName ...
IdentityFile /home/user/.ssh/kvm6
ServerAliveInterval 59
Host git.a2s.su
User gitea
IdentityFile /home/user/.ssh/gitea
# gitea instance (git.a2s.su)
Host kvm8
HostName 83.147.246.88