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 /
ppdc /
[ HOME SHELL ]
Name
Size
Permission
Action
braille.defs
3.96
KB
-rw-r--r--
epson.h
595
B
-rw-r--r--
escp.h
1.08
KB
-rw-r--r--
font.defs
2.12
KB
-rw-r--r--
fr-braille.po
5.51
KB
-rw-r--r--
hp.h
416
B
-rw-r--r--
imagemagick.defs
3.67
KB
-rw-r--r--
index.defs
1.75
KB
-rw-r--r--
label.h
696
B
-rw-r--r--
liblouis1.defs
14.33
KB
-rw-r--r--
liblouis2.defs
14.36
KB
-rw-r--r--
liblouis3.defs
14.36
KB
-rw-r--r--
liblouis4.defs
14.36
KB
-rw-r--r--
liblouis.defs
1.24
KB
-rw-r--r--
media-braille.defs
1.39
KB
-rw-r--r--
media.defs
7.21
KB
-rw-r--r--
pcl.h
1.14
KB
-rw-r--r--
raster.defs
3.69
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : label.h
/* * This file contains model number definitions for the CUPS sample * label printer driver. * * Copyright 2007 by Apple Inc. * Copyright 1997-2005 by Easy Software Products. * * Licensed under Apache License v2.0. See the file "LICENSE" for more information. */ #define DYMO_3x0 0 /* Dymo Labelwriter 300/330/330 Turbo */ #define ZEBRA_EPL_LINE 0x10 /* Zebra EPL line mode printers */ #define ZEBRA_EPL_PAGE 0x11 /* Zebra EPL page mode printers */ #define ZEBRA_ZPL 0x12 /* Zebra ZPL-based printers */ #define ZEBRA_CPCL 0x13 /* Zebra CPCL-based printers */ #define INTELLITECH_PCL 0x20 /* Intellitech PCL-based printers */
Close