Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
ext /
POSIX /
hints /
Delete
Unzip
Name
Size
Permission
Date
Action
bsdos.pl
174
B
-r--r--r--
2014-12-27 11:48
dynixptx.pl
149
B
-r--r--r--
2014-12-27 11:48
freebsd.pl
174
B
-r--r--r--
2014-12-27 11:48
gnukfreebsd.pl
33
B
-r--r--r--
2014-12-27 11:48
gnuknetbsd.pl
33
B
-r--r--r--
2014-12-27 11:48
linux.pl
278
B
-r--r--r--
2014-12-27 11:48
mint.pl
97
B
-r--r--r--
2014-12-27 11:48
netbsd.pl
174
B
-r--r--r--
2014-12-27 11:48
next_3.pl
277
B
-r--r--r--
2014-12-27 11:49
openbsd.pl
174
B
-r--r--r--
2014-12-27 11:48
sunos_4.pl
461
B
-r--r--r--
2014-12-27 11:48
svr4.pl
1.07
KB
-r--r--r--
2014-12-27 11:48
Save
Rename
# For NCR MP-RAS systems with uname -a output like the following: # foo foo 4.0 3.0 3441 Pentium III(TM)-ISA/PCI # foo foo 4.0 3.0 4400 Pentium II(TM)-ISA/PCI # foo foo 4.2 1.1.2 shg2 386at # the system needs to explicitly link against -lmw to pull in some # symbols such as _mwoflocheckl and possibly others. # For the first two, Configure sets archname='3441-svr4.0' or '4400-svr4.0'. # The regex below is an attempt to get both systems as well as # any reasonable future permutations. # Thanks to Doug Hendricks for the original info. # (See hints/svr4.sh for more details.) # A. Dougherty Tue Oct 30 10:20:07 EST 2001 # if ($Config{'archname'} =~ /[34]4[0-9][0-9]-svr4/) { $self->{LIBS} = ['-lm -posix -lcposix -lmw']; } # A better NCR MP-RAS test, thanks to W. Geoffrey Rommel, is to # look for /etc/issue and /etc/.relid. A. Dougherty, September 16, 2003 elsif( -e '/etc/issue' && -e '/etc/.relid') { $self->{LIBS} = ['-lm -posix -lcposix -lmw']; } # Not sure what OS this one is. elsif ($Config{archname} =~ /RM\d\d\d-svr4/) { $self->{LIBS} = ['-lm -lc -lposix -lcposix']; }