Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.217.117
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
netpbm /
Delete
Unzip
Name
Size
Permission
Date
Action
config_template
1.12
KB
-rw-r--r--
2023-01-11 15:30
palmcolor8.map
2.53
KB
-rw-r--r--
2023-01-11 15:30
palmgray1.map
37
B
-rw-r--r--
2023-01-11 15:30
palmgray2.map
45
B
-rw-r--r--
2023-01-11 15:30
palmgray4.map
87
B
-rw-r--r--
2023-01-11 15:30
pcxstd.ppm
204
B
-rw-r--r--
2023-01-11 15:30
rgb.txt
19.72
KB
-rw-r--r--
2023-01-11 15:30
Save
Rename
@ This is a template to be processed into a Bourne shell program. @ #!/bin/sh # This program was generated by the Netpbm installer. Its purpose is to # allow other programs to find out about how Netpbm is installed on this # system. This program is supposed to be invoked via the PATH. @ The following @xxx@ strings get replaced by Installnetpbm when it turns @ this template into an actual Bourne shell program. version='@VERSION@' datadir='@DATADIR@' linkdir='@LINKDIR@' includedir='@INCLUDEDIR@' bindir='@BINDIR@' if test $# -eq 0; then echo >&2 "You need to specify one of these options:" echo >&2 " --version" echo >&2 " --datadir" echo >&2 " --linkdir" echo >&2 " --includedir" echo >&2 " --bindir" exit 100 fi case "$1" in --version) echo $version exit 0 ;; --datadir) echo $datadir exit 0 ;; --linkdir) echo $linkdir exit 0 ;; --includedir) echo $includedir exit 0 ;; --bindir) echo $bindir exit 0 ;; *) echo >&2 "Unrecognized option to $0: $1" exit 100 esac