View Single Post
Old 06-20-2014, 09:06 PM   #23
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by wayne5 View Post
Would I run the codes "while :; do eips ''; usleep 90000; done;" on kterm? Is there a example?
Not if your using the screen to display something non-kterm.
Enter that command from the ssh terminal connection into the kindle.
(You can have multiple ssh terminal sessions open to the kindle at the same time - this is *nix, not one of those O.S. that you have to pay-per-user session.)

Yes:
while :; do eips ''; usleep 90000; done; &
that is eips followed by two(2) single quotes
That refreshes the screen
knc1 is offline   Reply With Quote