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 /
drv /
[ HOME SHELL ]
Name
Size
Permission
Action
brlaser.drv
9.43
KB
-rw-r--r--
c2espC.drv
8.79
KB
-rw-r--r--
c2esp.drv
9.95
KB
-rw-r--r--
cupsfilters.drv
209.08
KB
-rw-r--r--
generic-brf.drv
1.96
KB
-rw-r--r--
generic-ubrl.drv
1.73
KB
-rw-r--r--
hpcups.drv
1.56
MB
-rw-r--r--
indexv3.drv
3.53
KB
-rw-r--r--
indexv4.drv
4.23
KB
-rw-r--r--
rastertosag-gdi.drv
1.54
KB
-rw-r--r--
sample.drv
40.39
KB
-rw-r--r--
splix-dell.drv
5.6
KB
-rw-r--r--
splix-lexmark.drv
5.25
KB
-rw-r--r--
splix-samsung.drv
31.61
KB
-rw-r--r--
splix-toshiba.drv
5.25
KB
-rw-r--r--
splix-xerox.drv
14.45
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rastertosag-gdi.drv
// Include standard font and media definitions #include <font.defs> #include <media.defs> // List the fonts that are supported, in this case all standard fonts... Font * // Manufacturer Manufacturer "Ricoh" // Version #define Version "1.0" Version $Version // Each filter provided by the driver... Filter application/vnd.cups-raster 100 rastertosag-gdi // Supported page sizes HWMargins 12 12 12 12 //MediaSize Letter *MediaSize A4 MediaSize A5 MediaSize A6 MediaSize Letter MediaSize Legal MediaSize B5 MediaSize B6 MediaSize Monarch MinSize 9cm 9cm MediaType 0 Auto MediaType 3 "Heavyweight" // input trays InputSlot 0 "Auto/Auto" InputSlot 1 "Automatic/Automatic Tray" InputSlot 3 "Manual/Manual Tray" // Supported resolutions *Resolution k 1 0 0 0 "600dpi/600 DPI" { // Model ModelName "Ricoh Aficio SP 1000S" Attribute "NickName" "" "Ricoh Aficio SP 1000S, rastertosag-gdi $Version" // Specify the name of the PPD file we want to generate... PCFileName "rsp1000s.ppd" // Device ID Attribute "1284DeviceID" "" "MFG:MFPrinter ;MDL:Laser Pro LL;CMD:AUTOMATIC,PJL,GDI_RL;DES:MFPrinter Laser Pro LL;CLS:PRINTER;VER:v1.03e ;NS:L507124L8090042;" } { // Model ModelName "Ricoh Aficio SP 1100S" Attribute "NickName" "" "Ricoh Aficio SP 1100S, rastertosag-gdi $Version" // Specify the name of the PPD file we want to generate... PCFileName "rsp1100s.ppd" // Device ID Attribute "1284DeviceID" "" "MFG:MFPrinter;MDL: Laser Pro LL2 1;CMD:AUTOMATIC,PJL,GDI_RL;DES:MFPrinter Laser Pro LL2 1;CLS:PRINTER;VER:v2.07g ;NS:L510245LA020328;" }
Close