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 /
etc /
[ HOME SHELL ]
Name
Size
Permission
Action
extra
[ DIR ]
drwxr-xr-x
openldap
[ DIR ]
drwxr-xr-x
original
[ DIR ]
drwxr-xr-x
ssl
[ DIR ]
drwxr-xr-x
ssl.crt
[ DIR ]
drwxr-xr-x
ssl.key
[ DIR ]
drwxr-xr-x
xampp
[ DIR ]
drwxr-xr-x
freetds.conf
1.07
KB
-rw-r--r--
httpd.conf
18.44
KB
-rw-r--r--
httpd.conf.bak
18.27
KB
-rw-r--r--
locales.conf
370
B
-rw-r--r--
magic
12.66
KB
-rw-r--r--
mime.types
12.11
KB
-rw-r--r--
my.cnf
4.93
KB
-rw-r--r--
openssl.cnf
10.65
KB
-rw-r--r--
pear.conf
1.16
KB
-rw-r--r--
php.ini
62.66
KB
-rw-r--r--
php.ini~
63.99
KB
-rw-r--r--
php.ini-pre1.7.2
30.27
KB
-rw-r--r--
pool.conf
219
B
-rw-r--r--
proftpd.conf
1.69
KB
-rw-r--r--
webalizer.conf
23.36
KB
-rw-r--r--
webalizer.conf.sample
31.36
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : freetds.conf
# $Id: freetds.conf,v 1.12 2007/12/25 06:02:36 jklowden Exp $ # # This file is installed by FreeTDS if no file by the same # name is found in the installation directory. # # For information about the layout of this file and its settings, # see the freetds.conf manpage "man freetds.conf". # Global settings are overridden by those in a database # server specific section [global] # TDS protocol version ; tds version = 4.2 # Whether to write a TDSDUMP file for diagnostic purposes # (setting this to /tmp is insecure on a multi-user system) ; dump file = /tmp/freetds.log ; debug flags = 0xffff # Command and connection timeouts ; timeout = 10 ; connect timeout = 10 # If you get out-of-memory errors, it may mean that your client # is trying to allocate a huge buffer for a TEXT field. # Try setting 'text size' to a more reasonable limit text size = 64512 # A typical Sybase server [egServer50] host = symachine.domain.com port = 5000 tds version = 5.0 # A typical Microsoft server [egServer70] host = ntmachine.domain.com port = 1433 tds version = 7.0
Close