设置屏保
左下角->Application->Settings->System Settings->Hardware->Power management->Energy Saving->Screen Energy Saving
保存history
echo "HISTFILESIZE=99999" >> ~/.bashrc
echo "HISTSIZE=99999" >> ~/.bashrc
echo 'HISTTIMEFORMAT="%F %T "'>> ~/.bashrc
# 命令立刻写入而不是退出时写入
echo 'PROMPT_COMMAND="history -a"' >> ~/.bashrc
exit
设置hostname
hostnamectl set-hostname OpenSUSEQbit
关闭防火墙
systemctl stop firewalld
systemctl disable firewalld
一些软件的安装
zypper install docker git kubernetes-kubeadm kubernetes-client