Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
grub.d
[ DIR ]
drwxr-xr-x
2016-11-15 15:19
acpid
346
B
-rw-r--r--
2016-02-09 23:43
amd64-microcode
328
B
-rw-r--r--
2018-05-25 20:30
apache-htcacheclean
556
B
-rw-r--r--
2016-04-05 23:15
apport
149
B
-rw-r--r--
2016-03-31 16:13
bsdmainutils
222
B
-rw-r--r--
2012-05-22 15:22
console-setup
284
B
-rw-r--r--
2019-05-07 01:30
crda
549
B
-rw-r--r--
2014-08-23 08:22
cron
183
B
-rw-r--r--
2016-04-05 23:59
cryptdisks
652
B
-rw-r--r--
2015-03-28 21:38
dbus
297
B
-rw-r--r--
2015-12-02 05:42
devpts
92
B
-rw-r--r--
2016-01-19 19:33
dovecot
167
B
-rw-r--r--
2016-03-19 00:29
grub
1.25
KB
-rw-r--r--
2016-11-15 23:12
halt
86
B
-rw-r--r--
2016-01-19 19:33
intel-microcode
1
KB
-rw-r--r--
2018-05-02 20:48
irqbalance
126
B
-rw-r--r--
2016-11-15 15:19
keyboard
150
B
-rw-r--r--
2019-05-07 01:30
locale
87
B
-rw-r--r--
2016-11-18 12:08
lxd-bridge
1.11
KB
-rw-r--r--
2016-11-15 15:19
mdadm
830
B
-rw-r--r--
2017-12-05 11:56
networking
306
B
-rw-r--r--
2015-06-02 09:32
nss
1.71
KB
-rw-r--r--
2016-04-14 02:00
ntp
15
B
-rw-r--r--
2016-02-11 12:08
ntpdate
456
B
-rw-r--r--
2016-02-11 12:09
open-iscsi
2.63
KB
-rw-r--r--
2016-03-29 19:32
openvpn
1.17
KB
-rw-r--r--
2016-11-18 17:48
pollinate
363
B
-rw-r--r--
2016-09-28 23:01
rcS
636
B
-rw-r--r--
2016-11-15 15:19
rsync
1.73
KB
-rw-r--r--
2013-09-30 16:54
rsyslog
124
B
-rw-r--r--
2016-01-27 23:42
ssh
133
B
-rw-r--r--
2016-04-28 02:46
ufw
1.71
KB
-rw-r--r--
2016-04-15 07:16
useradd
1.17
KB
-rw-r--r--
2016-11-15 23:11
Save
Rename
# defaults file for rsync daemon mode # start rsync in daemon mode from init.d script? # only allowed values are "true", "false", and "inetd" # Use "inetd" if you want to start the rsyncd from inetd, # all this does is prevent the init.d script from printing a message # about not starting rsyncd (you still need to modify inetd's config yourself). RSYNC_ENABLE=false # which file should be used as the configuration file for rsync. # This file is used instead of the default /etc/rsyncd.conf # Warning: This option has no effect if the daemon is accessed # using a remote shell. When using a different file for # rsync you might want to symlink /etc/rsyncd.conf to # that file. # RSYNC_CONFIG_FILE= # what extra options to give rsync --daemon? # that excludes the --daemon; that's always done in the init.d script # Possibilities are: # --address=123.45.67.89 (bind to a specific IP address) # --port=8730 (bind to specified port; default 873) RSYNC_OPTS='' # run rsyncd at a nice level? # the rsync daemon can impact performance due to much I/O and CPU usage, # so you may want to run it at a nicer priority than the default priority. # Allowed values are 0 - 19 inclusive; 10 is a reasonable value. RSYNC_NICE='' # run rsyncd with ionice? # "ionice" does for IO load what "nice" does for CPU load. # As rsync is often used for backups which aren't all that time-critical, # reducing the rsync IO priority will benefit the rest of the system. # See the manpage for ionice for allowed options. # -c3 is recommended, this will run rsync IO at "idle" priority. Uncomment # the next line to activate this. # RSYNC_IONICE='-c3' # Don't forget to create an appropriate config file, # else the daemon will not start.