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 : indexv3.drv
// // Copyright (c) 2015, 2017-2018 Samuel Thibault <samuel.thibault@ens-lyon.org> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. // #include <media.defs> #include <media-braille.defs> #include <liblouis.defs> #include <imagemagick.defs> #include <braille.defs> #include <index.defs> #po fr "fr-braille.po" Manufacturer "Index" Version 1.0 Filter application/vnd.cups-paged-brf 0 textbrftoindexv3 Filter image/vnd.cups-ubrl 0 imageubrltoindexv3 // // Common options // HWMargins 0mm 5mm 0mm 2mm VariablePaperSize true MinSize 1in 1in Group "Index/Index support" Option "IndexFirmwareVersion/Installed firmware version" PickOne AnySetup 10 Choice "102000/10.20 or above" "" *Choice "103000/10.30 or above" "" // Provides DBT but we just use transparent mode //Choice "110210/11.02.1 or above" "" // Provides user-defined interline size Choice "120130/12.01.3 or above" "" // // Basic-D // { ModelName "Basic-D V3" PCFileName "ibasicd3.ppd" MaxSize 325mm 10m Group "General/General" Option "Duplex/Double-Sided Printing" PickOne AnySetup 10 Choice "DuplexNoTumble/Long Edge (Standard)" "" *Choice "None/Off" "" Group "Index" Option "ZFolding/Z-Folding" Boolean AnySetup 10 Choice "True/Yes" "" *Choice "False/No" "" Attribute "IndexPaperLength" "" In } // // Basic-S // { ModelName "Basic-S V3" PCFileName "ibasics3.ppd" MaxSize 325mm 10m Attribute "IndexPaperLength" "" In } // // 4-Waves PRO // { ModelName "4-Waves PRO" PCFileName "i4waves3.ppd" MaxSize 325mm 10m Group "General/General" Option "Duplex/Double-Sided Printing" PickOne AnySetup 10 Choice "DuplexNoTumble/Long Edge (Standard)" "" *Choice "None/Off" "" Group "Index" Option "ZFolding/Z-Folding" Boolean AnySetup 10 Choice "True/Yes" "" *Choice "False/No" "" } // // Everest-D // { ModelName "Everest-D V3" PCFileName "ieveres3.ppd" MaxSize 297mm 10m Group "General/General" Option "Duplex/Double-Sided Printing" PickOne AnySetup 10 Choice "DuplexNoTumble/Long Edge (Standard)" "" *Choice "None/Off" "" Attribute "IndexPaperLength" "" Mm } // // 4x4 PRO // { ModelName "4x4 PRO V3" PCFileName "i4x4pro3.ppd" MaxSize 297mm 10m Group "General/General" Option "Duplex/Double-Sided Printing" PickOne AnySetup 10 Choice "DuplexNoTumble/Long Edge (Standard)" "" *Choice "None/Off" "" Group "Index" Option "SaddleStitch/Saddle Stitch 4 pages" Boolean AnySetup 10 Choice "True/Yes" "" *Choice "False/No" "" Attribute "IndexPaperLength" "" Mm }
Close