putty打开音乐播放器

 想到iphone有ssh
突发奇起
早上起来用iphone连电脑
输入 music,电脑音乐响起来
于是我先以firefox为例
/usr/bin/firefox提示错误,no display
然后我在电脑上输入/usr/bin/firefox正常打开火狐
今天查资料找到解决办法
  1 export DISPLAY=:0 && /usr/bin/firefox
  2 /usr/bin/rhythmbox /home/friend.mp3
crontab -e 
00 11 * * * export DISPLAY=:0 && /usr/bin/firefox  #上午11点打开火狐 ,
10 11 * * * /root/test.sh    #11点10时执行test.sh脚本
vim test.sh
export DISPLAY=:0 && /usr/bin/firefox http://www.baidu.com

    A+
发布日期:2021年07月15日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: