关闭锁屏和设置网络
桌面右键打开设置
隐私----锁屏,关闭所有开关
网络设置
先看一下网关,根据网关地址设置自己想要的ipv4地址
设置root密码
sudo passwd root
安装vim和ssh,开启root密码登录
su root
apt -y install ssh vim
vim /etc/ssh/sshd_config
PermitRootLogin yes
systemctl restart ssh
systemctl enable ssh
关闭自动睡眠
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target