Created
August 8, 2022 07:52
-
-
Save yoshinari-nomura/202a131d063793d28b0b4faca15df38e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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