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
/
opt /
lampp /
build /
[ HOME SHELL ]
Name
Size
Permission
Action
apr_rules.mk
6.48
KB
-rw-r--r--
config.nice
2.41
KB
-rwxr-xr-x
config_vars.mk
3.49
KB
-rw-r--r--
instdso.sh
3.02
KB
-rwxr-xr-x
library.mk
1.04
KB
-rw-r--r--
libtool
286.24
KB
-rwxr-xr-x
ltlib.mk
951
B
-rw-r--r--
make_exports.awk
2.92
KB
-rw-r--r--
make_var_export.awk
1023
B
-rw-r--r--
mkdir.sh
1.62
KB
-rwxr-xr-x
program.mk
1.01
KB
-rw-r--r--
rules.mk
7.42
KB
-rw-r--r--
special.mk
1.25
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.nice
#! /bin/sh # # Created by configure CC="gcc"; export CC CFLAGS="-I/opt/lampp/include/c-client -I/opt/lampp/include/libpng -I/opt/lampp/include/freetype2 -O3 -L/opt/lampp/lib -I/opt/lampp/include -I/opt/lampp/include/ncurses"; export CFLAGS CPPFLAGS="-I/opt/lampp/include/c-client -I/opt/lampp/include/libpng -I/opt/lampp/include/freetype2 -O3 -L/opt/lampp/lib -I/opt/lampp/include -I/opt/lampp/include/ncurses"; export CPPFLAGS LDFLAGS="-Wl,--rpath -Wl,/opt/lampp/lib -L/opt/lampp/lib -I/opt/lampp/include -L/opt/lampp/lib -L/opt/lampp"; export LDFLAGS "./configure" \ "--prefix=/opt/lampp" \ "--enable-nonportable-atomics" \ "--sysconfdir=/opt/lampp/etc" \ "--enable-auth-anon" \ "--enable-auth-dbm" \ "--enable-auth-digest" \ "--enable-file-cache" \ "--enable-echo" \ "--enable-charset-lite" \ "--enable-cache" \ "--enable-disk-cache" \ "--enable-mem-cache" \ "--enable-ext-filter" \ "--enable-case-filter" \ "--enable-case-filter-in" \ "--enable-deflate" \ "--enable-mime-magic" \ "--enable-cern-meta" \ "--enable-expires" \ "--enable-headers" \ "--enable-usertrack" \ "--enable-unique-id" \ "--enable-proxy" \ "--enable-proxy-connect" \ "--enable-proxy-ftp" \ "--enable-proxy-http" \ "--enable-bucketeer" \ "--enable-http" \ "--enable-info" \ "--enable-suexec" \ "--enable-cgid" \ "--enable-vhost-alias" \ "--enable-speling" \ "--enable-rewrite" \ "--enable-so" \ "--with-z=/opt/lampp" \ "--with-expat=/opt/lampp" \ "--enable-dav" \ "--enable-dav-fs" \ "--enable-mods-shared=most" \ "--with-mpm=prefork" \ "--with-suexec-caller=nobody" \ "--with-suexec-docroot=/opt/lampp/htdocs" \ "--without-berkeley-db" \ "--enable-ldap" \ "--with-ldap" \ "--enable-auth-ldap" \ "--enable-authnz-ldap" \ "--enable-ipv6" \ "--enable-dbd" \ "--enable-https" \ "--with-nghttp2=/opt/lampp" \ "--with-mysql=/opt/lampp" \ "--with-apr=/opt/lampp/bin/apr-1-config" \ "--with-apr-util=/opt/lampp/bin/apu-1-config" \ "--with-pcre=/opt/lampp" \ "--enable-modules=all" \ "--enable-ssl" \ "--with-ssl=/opt/lampp" \ "CC=gcc" \ "CFLAGS=-I/opt/lampp/include/c-client -I/opt/lampp/include/libpng -I/opt/lampp/include/freetype2 -O3 -L/opt/lampp/lib -I/opt/lampp/include -I/opt/lampp/include/ncurses" \ "LDFLAGS=-Wl,--rpath -Wl,/opt/lampp/lib -L/opt/lampp/lib -I/opt/lampp/include -L/opt/lampp/lib -L/opt/lampp" \ "CPPFLAGS=-I/opt/lampp/include/c-client -I/opt/lampp/include/libpng -I/opt/lampp/include/freetype2 -O3 -L/opt/lampp/lib -I/opt/lampp/include -I/opt/lampp/include/ncurses" \ "$@"
Close