Skip to content

Instantly share code, notes, and snippets.

@yoshinari-nomura
Created August 8, 2022 07:52
Show Gist options
  • Save yoshinari-nomura/202a131d063793d28b0b4faca15df38e to your computer and use it in GitHub Desktop.
Save yoshinari-nomura/202a131d063793d28b0b4faca15df38e to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get upgrade
mkdir -p $HOME/var/log
alias mark='apt-mark showmanual > $HOME/var/log/apt-mark-showmanual-$(hostname --short)-$(date +%Y%m%d-%H%M%S).log; gsettings list-recursively > $HOME/var/log/gsettings-list-recursively-$(hostname --short)-$(date +%Y%m%d-%H%M%S).log'
mark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment