drucken von Grafik-Datei ergänzt

This commit is contained in:
W01f 2015-01-17 23:32:09 +00:00
parent 9e55031054
commit 70667b9a45

View File

@ -77,7 +77,11 @@ Im CUPS-Interface hat sich die Einstellung ''Drucker'' -> ''Administration'' ->
=== Dezentral drucken ===
Gerade als Text-only (weil irgendwie kontraststärker) im CUPS aufm Drucker-Container eingerichtet:
: <source lang="bash">dmesg|tac|head -5|tac|lp -d Thermo-text-only -h drucker</source>
: <source lang="bash">dmesg|tac|head -5|tac|lp -d thermo -h drucker</source>
Grafik (kein PNG oder GIF)
: <source lang="bash">barcode -e code128 -o /tmp/datei.ps #text eingeben und mit Strg+D oder F6 für EOF beenden</source>
: <source lang="bash">lp -d thermo -h drucker /tmp/datei.ps</source>
== Benutzung ==