2020-06-01 16:40:56 +00:00
|
|
|
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
|
|
|
|
|
2020-07-11 10:38:28 +00:00
|
|
|
gitlab() {
|
|
|
|
oathtool --totp -b key_from_FreeOTP+on_phone -v
|
|
|
|
}
|
2020-06-01 16:40:56 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|