Skip to content

hqucv/utils_shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

utils_shell

  1. web_surfing

    校园网登录界面设置记住密码自动登录,编辑定时任务:

    crontab -e
    

    Chrome浏览器和FireFox浏览器二选一,推荐用FireFox浏览器:

    • 使用Chrome浏览器的话,末尾添加:

      * * * * * bash /home/chenzedu/code/shell/utils_shell/web_surfing_chrome.sh
      
    • 使用FireFox浏览器的话,末尾添加:

      * * * * * bash /home/chenzedu/code/shell/utils_shell/web_surfing_firefox.sh
      

    注:如果视频输出信号不是来自独立显卡,而是来自主板,web_surfin_chrome.shweb_surfing_firefox.sh脚本里的DISPLAY=:1改为DISPLAY=:0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%