# edit /etc/network/interfaces
auto lo
iface lo inet loopback
iface wlan0 inet dhcp
wpa-ssid ssid
wpa-psk password
# run as root
ifup wlan0
echo "deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu noble main restricted universe multiverse" > /etc/apt/sources.list
apt-get update
apt-get install git make ansible openssh-client openssh-server sudo
echo > /etc/apt/sources.list
# clone and install
git clone git@github.com:geosmart/sysconf.git /home/geosmart/.sysconf
make install
# modify the following line in /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="... intel_pstate=disable"
update-grub