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 /
logrotate.d /
Delete
Unzip
Name
Size
Permission
Date
Action
alternatives
120
B
-rw-r--r--
2024-02-05 02:31
apache2
397
B
-rw-r--r--
2024-03-18 12:35
apport
126
B
-rw-r--r--
2022-04-22 13:54
apt
173
B
-rw-r--r--
2024-03-22 10:11
bootlog
91
B
-rw-r--r--
2024-01-04 21:08
btmp
130
B
-rw-r--r--
2025-08-05 17:14
certbot
82
B
-rw-r--r--
2018-05-26 17:55
cloud-init
144
B
-rw-r--r--
2025-06-24 21:14
dpkg
112
B
-rw-r--r--
2024-02-05 02:31
mysql-server
1.05
KB
-rw-r--r--
2025-08-19 14:30
rsyslog
248
B
-rw-r--r--
2025-08-05 17:14
ubuntu-pro-client
270
B
-rw-r--r--
2025-08-05 17:14
ufw
209
B
-rw-r--r--
2025-08-05 17:14
unattended-upgrades
235
B
-rw-r--r--
2024-02-12 17:50
wtmp
145
B
-rw-r--r--
2025-08-05 17:14
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 }