> Tijd instellen in Alpine Linux > apk add tzdata > cp /usr/share/zoneinfo/Europe/Amsterdam /etc/localtime > echo "Europe/Amsterdam" > /etc/timezone > date
BitLocker-herstelsleutels onedrive.live.com/RecoveryKey
Git-opdrachten > cd content/blog/ > cp december-2020-Bitlocker.md 20201212_1609_-_git.md > vim 20201212_1609_-_git.md > git add --all > git commit -m "edited title" > git status > git push > git pull > git reset --hard HEAD > git pull > git fetch --all > git reset --hard origin/main > git status > git fetch origin > git checkout main > git pull origin main > git fetch --all > git merge > git pull > hugo server -D
van ESD naar WIM-bestand > dism /Get-WimInfo /WimFile:install.esd > dism /export-image /SourceImageFile:install.esd /SourceIndex:4 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity
> hugo new site vandenboom.icu > cd vandenboom.icu > git init > git submodule add https://github.com/lxndrblz/anatole.git themes/anatole > cd themes > git submodule add https://github.com/pacollins/hugo-future-imperfect-slim.git > cd .. > hugo new blog/december-2020.md > hugo server -D
> choco version > choco update chocolatey > choco version all > choco outdated > choco upgrade <app> > choco upgrade all