View Single Post
Old 01-09-2008, 05:36 PM   #2
-Thomas-
Addict
-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.
 
-Thomas-'s Avatar
 
Posts: 325
Karma: 1725
Join Date: Dec 2007
Location: Münster, Germany
Device: iRex iLiad v2
I think that's possible

To open a PDF file from a ssh session simply type
Code:
DISPLAY=:0 ipdf /path/to/your.pdf
To start that line directly from the PC, you can issue this command (at least in Linux, don't know if it works in Windows):
Code:
ssh -l root (iliads IP) "DISPLAY=:0 ipdf /path/to/your.pdf"
-Thomas- is offline   Reply With Quote