Linux server.serveridoramd.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 138.128.189.138 & Your IP : 216.73.216.158
Domains :
Cant Read [ /etc/named.conf ]
User : avisosenacribj05
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
cups /
filter /
Delete
Unzip
Name
Size
Permission
Date
Action
bannertopdf
65.28
KB
-rwxr-xr-x
2026-08-20 11:30
commandtoescpx
11.86
KB
-rwxr-xr-x
2026-08-20 11:30
commandtopclx
11.87
KB
-rwxr-xr-x
2026-08-20 11:30
foomatic-rip
115.88
KB
-rwxr-xr-x
2026-08-20 11:30
gstopdf
555
B
-rwxr-xr-x
2026-08-20 11:30
gstopxl
558
B
-rwxr-xr-x
2026-08-20 11:30
gstoraster
27.87
KB
-rwxr-xr-x
2026-08-20 11:30
imagetopdf
44.65
KB
-rwxr-xr-x
2026-08-20 11:30
imagetops
988
B
-rwxr-xr-x
2026-08-20 11:30
imagetoraster
57.99
KB
-rwxr-xr-x
2026-08-20 11:30
lftocrlf
3.48
KB
-rwxr-xr-x
2026-08-20 11:24
pdftopdf
175.96
KB
-rwxr-xr-x
2026-08-20 11:30
pdftops
44.95
KB
-rwxr-xr-x
2026-08-20 11:30
pdftoraster
41.11
KB
-rwxr-xr-x
2026-08-20 11:30
rastertoescpx
32.49
KB
-rwxr-xr-x
2026-08-20 11:30
rastertopclm
563
B
-rwxr-xr-x
2026-08-20 11:30
rastertopclx
36.56
KB
-rwxr-xr-x
2026-08-20 11:30
rastertopdf
98.24
KB
-rwxr-xr-x
2026-08-20 11:30
rastertops
16.48
KB
-rwxr-xr-x
2026-08-20 11:30
sys5ippprinter
32.63
KB
-rwxr-xr-x
2026-08-20 11:30
texttopdf
60.06
KB
-rwxr-xr-x
2026-08-20 11:30
texttops
982
B
-rwxr-xr-x
2026-08-20 11:30
texttotext
24.39
KB
-rwxr-xr-x
2026-08-20 11:30
Save
Rename
#!/bin/sh # texttops - This is a Text-to-PostScript filter for CUPS # # Note: This wrapper filter is only included for backward compatibility with # certan custom configurations. It is not mentioned in any of the .convs # files included in this package and therefore never used with the default # configuration. It makes sure that third-party PPD files referring to # texttops explicitly or custom configurations (in /etc/cups/*.convs files) # will not break. # # DO NOT create new PPD or .convs files using this filter! texttops is # DEPRECATED! # (C) 2012 Till Kamppeter <till.kamppeter@gmail.com> # # Released under GPL 2 or later # PDF2PS=`which pdf2ps` echo "DEBUG: texttops argv[$#] = $@" >&2 echo "DEBUG: PPD: $PPD" >&2 if [ $# -lt 5 -o $# -gt 6 ]; then echo "ERROR: $0 job-id user title copies options [file]" >&2 exit 1 fi # Read from given file. if [ -n "$6" ]; then exec <"$6" fi $CUPS_SERVERBIN/filter/texttopdf "$1" "$2" "$3" "$4" "$5" | $PDF2PS - -