OXIESEC PANEL
- Current Dir:
/
/
etc
/
default
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/20/2025 05:23:23 PM
rwxr-xr-x
📄
acpid
346 bytes
04/22/2017 01:14:06 PM
rw-r--r--
📄
apache-htcacheclean
556 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
apport
149 bytes
11/20/2017 04:39:28 PM
rw-r--r--
📄
bsdmainutils
222 bytes
12/29/2017 09:02:08 AM
rw-r--r--
📄
cacerts
384 bytes
05/17/2018 02:10:59 PM
rw-------
📄
console-setup
284 bytes
10/21/2019 03:50:19 PM
rw-r--r--
📄
cron
150 bytes
11/16/2017 05:29:19 AM
rw-r--r--
📄
cryptdisks
652 bytes
03/18/2018 01:01:09 AM
rw-r--r--
📄
dbus
297 bytes
11/15/2017 10:22:22 PM
rw-r--r--
📄
ebtables
1.2 KB
06/28/2018 04:42:04 PM
rw-r--r--
📄
grub
1.18 KB
05/09/2024 07:15:20 AM
rw-r--r--
📁
grub.d
-
10/21/2019 03:50:22 PM
rwxr-xr-x
📄
irqbalance
931 bytes
10/21/2019 03:49:51 PM
rw-r--r--
📄
keyboard
150 bytes
10/21/2019 03:49:03 PM
rw-r--r--
📄
locale
13 bytes
10/21/2019 03:50:21 PM
rw-r--r--
📄
mdadm
718 bytes
05/09/2024 07:14:59 AM
rw-r--r--
📄
motd-news
682 bytes
05/19/2025 07:54:56 AM
rw-r--r--
📄
networkd-dispatcher
152 bytes
10/15/2018 12:12:24 PM
rw-r--r--
📄
nss
1.71 KB
04/16/2018 08:14:20 PM
rw-r--r--
📄
open-iscsi
2.63 KB
12/12/2018 12:14:17 AM
rw-r--r--
📄
pollinate
363 bytes
05/30/2018 04:36:52 PM
rw-r--r--
📄
rsync
2.01 KB
12/13/2017 06:34:49 AM
rw-r--r--
📄
rsyslog
124 bytes
01/14/2018 04:19:35 PM
rw-r--r--
📄
slapd
1.73 KB
07/01/2020 07:38:55 PM
rw-r--r--
📄
ssh
133 bytes
01/16/2018 05:39:31 PM
rw-r--r--
📄
ufw
1.75 KB
03/25/2019 09:14:25 PM
rw-r--r--
📄
useradd
1.09 KB
01/25/2018 03:09:22 PM
rw-r--r--
Editing: rsync
Close
# 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.