config/travel/SETUP
2020-07-11 12:38:28 +02:00

27 lines
621 B
Plaintext

install-zfs-luks.sh
adduser tange
apt install git rsync openssh-server
ssh-copy-id
git clone 192.168.1.129:privat/configfiles
cp configfiles/ubuntu-20.04/home/.* .
apt install command-not-found
!disable suspend?
!copy ssh keys from old
!copy gnupg from old
!change boot keyboard dpkg-reconfigure keyboard-configuration
!dpkg-reconfigure uswsusp
gitlab() {
oathtool --totp -b key_from_FreeOTP+on_phone -v
}
autodecrypt() {
cd ~tange/configfiles/ubuntu-20.04/
cp usr/share/initramfs-tools/scripts/local-top/cryptroot /usr/share/initramfs-tools/scripts/local-top/cryptroot
update-initramfs -u -k all
}