first commit

This commit is contained in:
2025-11-25 21:36:31 +00:00
commit e5f0913566
6 changed files with 59 additions and 0 deletions

5
.bash_aliases Normal file
View File

@@ -0,0 +1,5 @@
alias up='apt update && apt list --upgradable && apt dist-upgrade'
alias ipt='ufw status numbered'
alias wstats='watch -n 1 iostat -sxy --human sd{a,b} 1 1'
alias lxc='incus'
alias lxcm='incus monitor --type=logging --pretty'