Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
cups /
templates /
da /
[ HOME SHELL ]
Name
Size
Permission
Action
add-class.tmpl
1.08
KB
-rw-r--r--
add-printer.tmpl
1.69
KB
-rw-r--r--
admin.tmpl
5.38
KB
-rw-r--r--
choose-device.tmpl
2.11
KB
-rw-r--r--
choose-make.tmpl
1.85
KB
-rw-r--r--
choose-model.tmpl
2.21
KB
-rw-r--r--
choose-serial.tmpl
1.38
KB
-rw-r--r--
choose-uri.tmpl
1.04
KB
-rw-r--r--
class-added.tmpl
119
B
-rw-r--r--
class-confirm.tmpl
440
B
-rw-r--r--
class-deleted.tmpl
92
B
-rw-r--r--
classes-header.tmpl
99
B
-rw-r--r--
classes.tmpl
521
B
-rw-r--r--
class-jobs-header.tmpl
28
B
-rw-r--r--
class-modified.tmpl
133
B
-rw-r--r--
class.tmpl
2.23
KB
-rw-r--r--
command.tmpl
425
B
-rw-r--r--
edit-config.tmpl
588
B
-rw-r--r--
error-op.tmpl
121
B
-rw-r--r--
error.tmpl
126
B
-rw-r--r--
header.tmpl
1.71
KB
-rw-r--r--
help-header.tmpl
1.7
KB
-rw-r--r--
help-printable.tmpl
370
B
-rw-r--r--
help-trailer.tmpl
0
B
-rw-r--r--
job-cancel.tmpl
117
B
-rw-r--r--
job-hold.tmpl
138
B
-rw-r--r--
job-moved.tmpl
234
B
-rw-r--r--
job-move.tmpl
609
B
-rw-r--r--
job-release.tmpl
129
B
-rw-r--r--
job-restart.tmpl
121
B
-rw-r--r--
jobs-header.tmpl
763
B
-rw-r--r--
jobs.tmpl
2.7
KB
-rw-r--r--
list-available-printers.tmpl
642
B
-rw-r--r--
modify-class.tmpl
860
B
-rw-r--r--
modify-printer.tmpl
1.35
KB
-rw-r--r--
norestart.tmpl
149
B
-rw-r--r--
option-boolean.tmpl
282
B
-rw-r--r--
option-conflict.tmpl
213
B
-rw-r--r--
option-header.tmpl
89
B
-rw-r--r--
option-pickmany.tmpl
255
B
-rw-r--r--
option-pickone.tmpl
946
B
-rw-r--r--
option-trailer.tmpl
93
B
-rw-r--r--
pager.tmpl
1.23
KB
-rw-r--r--
printer-accept.tmpl
215
B
-rw-r--r--
printer-added.tmpl
123
B
-rw-r--r--
printer-cancel-jobs.tmpl
226
B
-rw-r--r--
printer-configured.tmpl
230
B
-rw-r--r--
printer-confirm.tmpl
447
B
-rw-r--r--
printer-default.tmpl
396
B
-rw-r--r--
printer-deleted.tmpl
96
B
-rw-r--r--
printer-jobs-header.tmpl
28
B
-rw-r--r--
printer-modified.tmpl
138
B
-rw-r--r--
printer-reject.tmpl
223
B
-rw-r--r--
printers-header.tmpl
101
B
-rw-r--r--
printer-start.tmpl
203
B
-rw-r--r--
printers.tmpl
520
B
-rw-r--r--
printer-stop.tmpl
212
B
-rw-r--r--
printer.tmpl
2.53
KB
-rw-r--r--
restart.tmpl
2.55
KB
-rw-r--r--
search.tmpl
523
B
-rw-r--r--
set-printer-options-header.tmpl
838
B
-rw-r--r--
set-printer-options-trailer.tmpl
449
B
-rw-r--r--
test-page.tmpl
163
B
-rw-r--r--
trailer.tmpl
234
B
-rw-r--r--
users.tmpl
1.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : printer.tmpl
<H2 CLASS="title"><A HREF="{printer_uri_supported}">{printer_name}</A> ({printer_state=3?Inaktiv:{printer_state=4?Behandler:Sat på pause}}, {printer_is_accepting_jobs=0?Afviser jobs:Accepterer jobs}, {server_is_sharing_printers=0?Ikke:{printer_is_shared=0?Ikke:}} Delt{default_name={printer_name}?, Server Default:})</H2> <FORM METHOD="POST" ACTION="{printer_uri_supported}" NAME="maintenance"> <INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"> <SELECT NAME="OP" ONCHANGE="document.maintenance.submit();"> <OPTION VALUE="">Vedligeholdelse</OPTION> <OPTION VALUE="print-test-page">Udskriv testside</OPTION> {printer_commands~.*Clean.*?<OPTION VALUE="clean-print-heads">Rens printerhoveder</OPTION>:} {printer_commands~.*PrintSelfTestPage.*?<OPTION VALUE="print-self-test-page">Udskriv selvtestside</OPTION>:} {printer_state=5?<OPTION VALUE="start-printer">Genoptag printer</OPTION>:<OPTION VALUE="stop-printer">Sæt printer på pause</OPTION>} {printer_is_accepting_jobs=0?<OPTION VALUE="accept-jobs">Accepter jobs</OPTION>:<OPTION VALUE="reject-jobs">Afvis jobs</OPTION>} <OPTION VALUE="move-jobs">Flyt alle jobs</OPTION> <OPTION VALUE="cancel-jobs">Annuller alle jobs</OPTION> </SELECT> <NOSCRIPT><INPUT TYPE="SUBMIT" VALUE="Go"></NOSCRIPT> </FORM> <FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration"> <INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"> <INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}"> <SELECT NAME="OP" ONCHANGE="document.administration.submit();"> <OPTION VALUE="">Administration</OPTION> <OPTION VALUE="modify-printer">Rediger printer</OPTION> <OPTION VALUE="delete-printer">Slet printer</OPTION> <OPTION VALUE="set-printer-options">Indstil standardtilvalg</OPTION> <OPTION VALUE="set-as-default">Indstil som serverstandard</OPTION> <OPTION VALUE="set-allowed-users">Indstil tilladte brugere</OPTION> </SELECT> <NOSCRIPT><INPUT TYPE="SUBMIT" VALUE="Gå"></NOSCRIPT> </FORM> <TABLE SUMMARY="{printer_name}"> <TR><TH ALIGN="RIGHT" VALIGN="TOP">Beskrivelse:</TH><TD>{printer_info}</TD></TR> <TR><TH ALIGN="RIGHT" VALIGN="TOP">Placering:</TH><TD>{printer_location}</TD></TR> <TR><TH ALIGN="RIGHT" VALIGN="TOP">Driver:</TH><TD>{printer_make_and_model} ({color_supported=1?farve:gråtone}{sides_supported=one-sided?:, tosidet udskrivning})<BR> <TR><TH ALIGN="RIGHT" VALIGN="TOP">Forbindelse:</TH><TD>{device_uri}</TD></TR> <TR><TH ALIGN="RIGHT" VALIGN="TOP">Standarder:</TH><TD>job-sheets={job_sheets_default} media={media_default?{media_default}:ukendt} {sides_default?sides={sides_default}:}</TD></TR> </TABLE>
Close