Skip to content

Latest commit

 

History

History
executable file
·
30 lines (24 loc) · 706 Bytes

README.md

File metadata and controls

executable file
·
30 lines (24 loc) · 706 Bytes

Install

# 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 [email protected]:geosmart/sysconf.git /home/geosmart/.sysconf
make install

Enable more cpufreq governors (than powersave and performance)

# modify the following line in /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="... intel_pstate=disable"

update-grub