Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.191.5.237
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
vsftpd-3.0.2 /
Delete
Unzip
Name
Size
Permission
Date
Action
EXAMPLE
[ DIR ]
drwxr-xr-x
2021-11-01 15:25
SECURITY
[ DIR ]
drwxr-xr-x
2021-11-01 15:25
AUDIT
1.36
KB
-rw-r--r--
2008-02-02 01:30
BENCHMARKS
2.84
KB
-rw-r--r--
2008-02-02 01:30
BUGS
822
B
-rw-r--r--
2012-03-28 03:21
COPYING
17.86
KB
-rw-r--r--
2008-02-02 01:30
Changelog
65.47
KB
-rw-r--r--
2012-09-18 10:03
FAQ
12.67
KB
-rw-r--r--
2021-06-09 16:15
INSTALL
5.42
KB
-rw-r--r--
2021-06-09 16:15
LICENSE
312
B
-rw-r--r--
2008-02-02 01:30
README
1.54
KB
-rw-r--r--
2021-06-09 16:15
README.security
112
B
-rw-r--r--
2008-02-02 01:30
REWARD
125
B
-rw-r--r--
2008-02-02 01:30
SIZE
392
B
-rw-r--r--
2008-02-02 01:30
SPEED
1.14
KB
-rw-r--r--
2008-02-02 01:30
TODO
1.79
KB
-rw-r--r--
2012-04-05 01:27
TUNING
1.23
KB
-rw-r--r--
2008-02-02 01:30
vsftpd.xinetd
345
B
-rw-r--r--
2021-06-09 16:15
Save
Rename
So, you want vsftpd to go quickly? Here are some random assorted performance tips. 1) vsftpd thrives because of its lightweight RSS and vm usage. If you run a glibc based system (e.g. RedHat 5+), look in /etc/nsswitch.conf, and if possible, disable the "nis" and "nisplus" options for "passwd", "shadow" and "group". This prevents unneeded runtime libraries being added into the vsftpd virtual memory space. 2) vsftpd will attempt to save CPU power by using sendfile() on capable operating systems. Currently, Linux 2.2+ and FreeBSD 3.0+ use sendfile(). Consider running on these excellent operating systems. 3) Irritated by vsftpd using _two_ processes per connection? Don't be, it's a very secure architecture. However, if you run Linux 2.4+, or Linux 2.2.19+, a "one process" security model is possible thanks to nifty security features. See the vsftpd.conf man page. 4) Avoid large directories (e.g. thousands of entries) if possible. Many filesystems do not handle such cases efficiently at all. Preparing large directory listings will require vsftpd to use moderate amounts of memory and CPU. If you _must_ have large directories, consider either making them unreadable, or use a filesystem which copes well with large directories such as reiserfs.