Direkt zum Inhalt | Direkt zur Navigation

Sektionen

Benutzerspezifische Werkzeuge

This is EstateLite Plone Theme
Sie sind hier: Startseite / Informationen / Drucken im Computer Pool - Printing at computer pool

Drucken im Computer Pool - Printing at computer pool

-- english bellow
Im Poolraum stehen Drucker, an welchen alle Studierenden drucken können. Dies kostet ggf. Geld. An den Druckern selbst wird auf dieses Youtube-Video verwiesen. Die folgenden Befehle können in der Kommandozeile verwendet werden:

DATEI HOCHLADEN UND DRUCKEN
# Den Pfad der zu druckenden Datei öffnen
cd <Speicherort/Pfad der Datei>
# Datei in das Homeverzeichniss des Poolservers hochladen
scp <Dateiname>.pdf <tf-kuerzel>@login.informatik.uni-freiburg.de:~
# Auf dem Poolserver anmelden
ssh <tf-kuerzel>@login.informatik.uni-freiburg.de
# Poolcomputer betreten z.B. ssh tfpool20
ssh tfpool<nn>
# Druck in Auftrag geben
lpr -P tfppr1 <Dateiname>.pdf

DRUCKEN MIT EINEM BEFEHL AUF LINUX
# variablen siehe oben
cat <Dateiname>.pdf | ssh <tf-kuerzel>@login.informatik.uni-freiburg.de "bash -c 'ssh tfpool<nn> lpr -P tfppr1'"

DRUCKERKONTO GELD ABFRAGE
ssh <tf-kuerzel>@login.informatik.uni-freiburg.de
ssh tfpool<nn>    # z.B. tfpool20
lpquota

WARTESCHLANGE ANZEIGEN
ssh <tf-kuerzel>@login.informatik.uni-freiburg.de
ssh tfpool<nn>    # z.B. tfpool20
lpq -P tfppr1

JOB LÖSCHEN
ssh <tf-kuerzel>@login.informatik.uni-freiburg.de
ssh tfpool<nn>    # z.B. tfpool20
lprm -P tfppr1 <JobNr.>


At the computer pool every student can print. This could cost money. There are QR-Codes at the printers which lead to this Youtube video. The following commands can be used in the command line:

UPLOAD AND PRINT FILE
# Open path of file you want to print
cd <path of file>
# Upload file to the home directory of the pool server
scp <filename>.pdf <tf-alias>@login.informatik.uni-freiburg.de:~
# log in to the pool server
ssh <tf-alias>@login.informatik.uni-freiburg.de
# log in to a pool computer e.g. ssh tfpool20
ssh tfpool<nn>
# start print
lpr -P tfppr1 <filename>.pdf

PRINT WITH ONE COMMAND ON LINUX
# variables see above
cat <filename>.pdf | ssh <tf-alias>@login.informatik.uni-freiburg.de "bash -c 'ssh tfpool<nn> lpr -P tfppr1'"

CHECK PRINTING QUOTA
ssh <tf-alias>@login.informatik.uni-freiburg.de
ssh tfpool<nn>    # e.g. tfpool20
lpquota

SHOW QUEUE
ssh <tf-alias>@login.informatik.uni-freiburg.de
ssh tfpool<nn>    # e.g. tfpool20
lpq -P tfppr1

DELETE JOB
ssh <tf-alias>@login.informatik.uni-freiburg.de
ssh tfpool<nn>    # e.g. tfpool20
lprm -P tfppr1 <JobNr.>

« September 2023 »
month-9
Mo Di Mi Do Fr Sa So
28 29 30 31 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 1

EstateLite Plone Theme by Quintagroup © 2005-2012