StartFragment
- Installations script Tailscale
wget -O - http://100.100.41.10/sources/scripts/tail-mo.sh | bash - Installations script Local LAN
wget -O - http://192.168.1.10/sources/scripts/postinstall.sh | bash - Crontab reboot
wget -O - http://192.168.1.10/sources/scripts/crontab_reboot.sh | bash - LAN Netzwerk warten deaktivieren
sudo systemctl disable systemd-networkd-wait-online.service && sudo systemctl mask systemd-networkd-wait online.service- Zeitzone anpassen
sudo timedatectl set-timezone Europe/Zurich - kein root passwort fuer eingetragene apps
sudo visudo bunti ALL=(ALL) NOPASSWD: /usr/bin/apt-get, /usr/sbin/synaptic - Suspend deaktivieren
sudo nano /etc/systemd/logind.confHandleLidSwitch=ignoreHandleLidSwitchExternalPower=ignoreHandleLidSwitchDocked=ignore- Hostname anpassen
sudo hostnamectl set-hostname nbpxx - wifi handling
sudo apt install firmware-iwlwifinmcli dev wifi list sudo nmcli radio wifi on sudo nmcli d wifi connect OpenWrt password xxx sudo nmcli con down id OpenWrt sudo nmcli connection delete OpenFilder nmcli connection nmcli connection delete UUID-Nummer- Batterie Status
upower -i `upower -e | grep 'BAT'` - #achtung wipe all!
sudo dd if=/dev/urandom of=/dev/nvme0n1 bs=4k
EndFragment