-
- enable i2c
- set a unique hostname
sudo nano /etc/hostname
- add
cgroup_memory=1 cgroup_enable=memory
to/boot/cmdline.txt
sudo nano /boot/cmdline.txt
- edit hosts file
sudo nano /etc/hosts
and add the following line
127.0.0.1 mad1
- reboot the device
- copy the following code and run it in the terminal
curl -sfL https://mc256.dev/k3stxt | sudo sh -