Skip to content
forked from wizawu/sysconf

ansible playbook for debian-netinst

Notifications You must be signed in to change notification settings

geosmart/sysconf

 
 

Repository files navigation

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 git@github.com: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

About

ansible playbook for debian-netinst

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 53.4%
  • TypeScript 33.8%
  • Dockerfile 5.7%
  • Makefile 2.6%
  • PHP 1.8%
  • JavaScript 1.2%
  • Other 1.5%