New backup 2025-10-01 20:00:02
This commit is contained in:
parent
37c0ece6f0
commit
7c892001ea
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue