Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.216.177
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
2025-03-17 13:20
amd64-microcode
328
B
-rw-r--r--
2025-05-28 16:21
apache-htcacheclean
556
B
-rw-r--r--
2024-03-18 11:41
apport
149
B
-rw-r--r--
2025-07-08 14:50
console-setup
285
B
-rw-r--r--
2025-08-05 17:02
cron
150
B
-rw-r--r--
2025-08-05 17:14
cryptdisks
460
B
-rw-r--r--
2024-06-05 13:46
dbus
297
B
-rw-r--r--
2023-12-05 15:36
grub
1.5
KB
-rw-r--r--
2025-11-05 21:37
grub.ucf-dist
1.5
KB
-rw-r--r--
2025-11-05 21:37
intel-microcode
1
KB
-rw-r--r--
2025-05-22 12:00
keyboard
150
B
-rw-r--r--
2025-11-05 21:31
locale
17
B
-rw-r--r--
2025-11-05 21:52
mdadm
854
B
-rw-r--r--
2025-08-05 17:02
motd-news
682
B
-rw-r--r--
2025-08-05 17:14
networkd-dispatcher
152
B
-rw-r--r--
2023-04-24 15:32
open-iscsi
2.63
KB
-rw-r--r--
2025-02-11 08:52
pollinate
298
B
-rw-r--r--
2026-03-26 12:25
rsync
2.01
KB
-rw-r--r--
2025-08-05 17:14
ssh
133
B
-rw-r--r--
2025-07-21 15:58
sysstat
284
B
-rw-r--r--
2025-08-05 17:14
ufw
1.85
KB
-rw-r--r--
2025-08-05 17:14
useradd
1.09
KB
-rw-r--r--
2024-02-22 12:30
Save
Rename
# 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.