Kategorie: Server

Scala Infochannel linux alternative

Image presentation

while true ; do for i in * ; do cp $i ~/slideshow.jpg ; echo $i ; sleep 5 ; done ; done | gthumb gthumb --fullscreen slideshow.jpg

Video from command line - mplayer

mplayer -fs video.mp4
Video can run on background, cron can switch to video.

For run from cron

export DISPLAY=:0

Komentáře


Nebyly přidány žádné komentáře.