forlive

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.删除以下文件确保不弹出软件更新器弹窗

sudo rm /etc/apt/apt.conf.d/99update-notifier 

 7.重启系统测试

 *谷歌浏览器有时候会弹出来更新窗口,查到禁止自动更新的方法如下

如要阻止 Chrome 浏览器自动更新,请执行下列操作之一:

在安装 Chrome 浏览器之前先创建一个空白存储区:
$ sudo touch /etc/default/google-chrome
将以下代码行添加到 /etc/default/google-chrome:
repo_add_once=false

  

分类:

技术点:

相关文章:

  • 2021-08-21
  • 2021-08-07
  • 2021-11-08
  • 2021-07-14
  • 2021-12-29
  • 2021-08-24
  • 2021-07-08
  • 2021-12-03
猜你喜欢
  • 2022-02-25
  • 2021-05-06
  • 2021-12-19
  • 2021-05-24
  • 2022-02-16
  • 2022-12-23
  • 2022-02-08
相关资源
相似解决方案