Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.217.105
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
logrotate.d /
Delete
Unzip
Name
Size
Permission
Date
Action
alternatives
120
B
-rw-r--r--
2021-09-12 03:35
apache2
433
B
-rw-r--r--
2023-12-05 03:58
apport
126
B
-rw-r--r--
2019-11-12 06:57
apt
173
B
-rw-r--r--
2022-04-08 19:22
bootlog
91
B
-rw-r--r--
2022-03-18 19:45
btmp
130
B
-rw-r--r--
2019-10-14 21:10
certbot
82
B
-rw-r--r--
2018-05-27 02:55
cloud-init
144
B
-rw-r--r--
2024-06-06 02:32
dpkg
112
B
-rw-r--r--
2021-09-12 03:35
firewalld
93
B
-rw-r--r--
2022-03-28 16:48
mysql-server
1.05
KB
-rw-r--r--
2025-11-19 06:13
mysql-server.dpkg-bak
845
B
-rw-r--r--
2023-06-15 04:23
nginx
329
B
-rw-r--r--
2023-05-31 02:31
openvswitch-switch
413
B
-rw-r--r--
2023-06-30 00:51
ppp
94
B
-rw-r--r--
2022-02-24 00:12
redis-server
124
B
-rw-r--r--
2021-10-04 22:37
rsyslog
374
B
-rw-r--r--
2021-12-24 08:34
samba
875
B
-rw-r--r--
2024-01-06 06:23
ubuntu-pro-client
270
B
-rw-r--r--
2024-05-01 05:35
ufw
209
B
-rw-r--r--
2021-09-19 14:46
unattended-upgrades
235
B
-rw-r--r--
2021-02-19 21:11
wtmp
145
B
-rw-r--r--
2019-10-14 21:10
Save
Rename
# Flush all mysql server logs together using mysqladmin flush-logs. # mysqld must be active for the script to run successfully. /var/log/mysql.log /var/log/mysql/*log { daily rotate 7 missingok create 640 mysql adm su mysql adm compress sharedscripts postrotate # Confirm that the mysql service is running and that mysqladmin # exists as it is needed for flushing logs. If not, ignore this # rotation as mysql-server has likely been removed or is inactive. systemctl is-active --quiet mysql || exit 0 test -x /usr/bin/mysqladmin || exit 0 # Run mysqladmin using the debian.cnf configuration to rotate logs. MYADMIN="/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf" # Ping mysqld to confirm it is responsive, which is required for flushing. $MYADMIN ping >/dev/null 2>&1 PING_STATUS_CODE=$? if [ "${PING_STATUS_CODE}" -eq "0" ]; then # Flush all server logs. $MYADMIN flush-logs else # The server is down, or debian.cnf is bad. Return error to show # that the logs could not be flushed. exit 1 fi endscript }