changeset 18 | 57431f642e82 |
parent 17 | 02a3741242b2 |
17:02a3741242b2 | 18:57431f642e82 |
---|---|
119 Enter password: |
119 Enter password: |
120 ... |
120 ... |
121 mysql> use labfolder; |
121 mysql> use labfolder; |
122 mysql> INSERT INTO user (email, password, firstname, lastname, signupTimestamp, maxStorage) VALUES ('printer@fhi-berlin.mpg.de', '91a13f2aba4a35b00c35dfacadd1d75f4a5171dfa7a465fca9c40e6b007ce982', 'Printer', 'Print', '2018-03-21 10:54:00', '10000000'); |
122 mysql> INSERT INTO user (email, password, firstname, lastname, signupTimestamp, maxStorage) VALUES ('printer@fhi-berlin.mpg.de', '91a13f2aba4a35b00c35dfacadd1d75f4a5171dfa7a465fca9c40e6b007ce982', 'Printer', 'Print', '2018-03-21 10:54:00', '10000000'); |
123 |
123 |
124 Das Passwort steht für "test1234". Der entsprechende Hash-Wert im MySQL-Kommando wurde von Florian Hauer (labfolder) erstellt. |
|
124 |
125 |
125 .. _section_cups_user: |
126 .. _section_cups_user: |
126 |
127 |
127 Printing to labfolder projects |
128 Printing to labfolder projects |
128 ------------------------------ |
129 ------------------------------ |
129 |
130 |
130 The last thing you need to do is to set up a printer *operating* on your local machine. In Ubuntu Gnome hit Alt+F2 keys and enter ``system-config-printer``. In this printer config interface add a new printer *operating* as follows: |
131 The last thing you need to do is to set up a printer, for example, *operating* on your local machine. In Ubuntu Gnome hit Alt+F2 keys and enter ``system-config-printer``. In this printer config interface add a new printer *operating* as follows: |
131 |
132 |
132 .. image:: _static/create_local_printer01.png |
133 .. image:: _static/create_local_printer01.png |
133 :width: 70 % |
134 :width: 70 % |
134 :align: center |
135 :align: center |
135 |
136 |
161 |
162 |
162 .. image:: _static/create_local_printer07.png |
163 .. image:: _static/create_local_printer07.png |
163 :width: 70 % |
164 :width: 70 % |
164 :align: center |
165 :align: center |
165 |
166 |
167 Now, just select this printer when printing a webpage or a picture to a labfolder project. |
|
168 |