Compare commits

..

2 Commits

Author SHA1 Message Date
julien 577dbd1ca2 Add .gitignore 2026-01-29 21:56:26 +01:00
julien 5caf476e27 More bash aliases 2026-01-29 21:56:05 +01:00
2 changed files with 10 additions and 1 deletions
+3 -1
View File
@@ -2,4 +2,6 @@ alias up='apt update && apt list --upgradable && apt dist-upgrade'
alias ipt='ufw status numbered' alias ipt='ufw status numbered'
alias wstats='watch -n 1 iostat -sxy --human sd{a,b} 1 1' alias wstats='watch -n 1 iostat -sxy --human sd{a,b} 1 1'
alias lxc='incus' alias lxc='incus'
alias lxcm='incus monitor --type=logging --pretty' alias cmon='incus monitor --type=logging --pretty --loglevel=info'
alias ctop='incus top -c numD'
alias zl='zfs list -rt all -o space data/containers'
+7
View File
@@ -0,0 +1,7 @@
.bash_history
.config/
.lesshst
.ovhrc
.ssh/
scripts/
.viminfo