1.ubuntu系统安装完成后,进入操作系统,首先需要关闭系统自动更新功能,打开“软件和更新”,将下列需要更新的内容全部去掉
2.安装chrome浏览器
~ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb ~ sudo apt install ./google-chrome-stable_current_amd64.deb
3.添加开机启动chrome任务,打开“启动应用程序”,添加任务
# chrome启动命令,替换网址 google-chrome-stable --kiosk --noerrdialogs --start-fullscreen http://www.google.com
4.设置用户自动登录
5.关闭自动锁屏功能,降低亮度功能
6.重启系统测试