New backup 2025-10-01 20:00:02

This commit is contained in:
Penelope Gwen 2025-10-01 20:00:02 -07:00
parent 37c0ece6f0
commit 7c892001ea

View file

@ -121,6 +121,9 @@ gitchanges(){
while read l;do printf ' - %s\n' "${l}";done < <(git ls-files . --exclude-standard --others)
}
dpkg-log-search(){
zgrep "${1}" /var/log/dpkg.log*
}
#apt update summary
alias thong-list="sudo apt update;apt list --upgradable"
alias thong="sudo apt update;sudo apt upgrade"