Ubuntu: Difference between revisions

From Fab Lab Wiki - by NMÍ Kvikan
Jump to navigation Jump to search
No edit summary
link to http://wiki.infosyncratic.nl/FabLab
Line 10: Line 10:
* epi: 'lpr -Pepilog "file"; sleep 15; lprm -Pepilog -'
* epi: 'lpr -Pepilog "file"; sleep 15; lprm -Pepilog -'
* ps: 'lpr "file"'
* ps: 'lpr "file"'
*[http://wiki.infosyncratic.nl/FabLab Great info on how to install Fab stuff on Ubuntu]

Revision as of 15:24, 18 January 2011


Settings for the machines in Ubuntu

  • window size: 450
  • editor width: 45
  • editor height: 45
  • camm: 'stty 9600 raw -echo crtscts </dev/ttyS0; cat "file" > /dev/ttyS0'
  • rml: 'stty 9600 raw -echo crtscts </dev/ttyS0; cat "file" > /dev/ttyS0'
  • epi: 'lpr -Pepilog "file"; sleep 15; lprm -Pepilog -'
  • ps: 'lpr "file"'