Linux server1.signalhg.team 4.18.0-553.134.1.el8_10.x86_64 #1 SMP Tue Jun 16 16:05:57 EDT 2026 x86_64
Apache
: 209.74.80.147 | : 216.73.217.19
150 Domain
8.1.34
signgwph
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--
btmp
130
B
-rw-r--r--
chrony
160
B
-rw-r--r--
comet_backup
140
B
-rw-r--r--
comet_backup_jobs_helper
251
B
-rw-r--r--
cxswatch
98
B
-rw-r--r--
dnf
88
B
-rw-r--r--
dpkg
112
B
-rw-r--r--
exim
405
B
-rw-r--r--
firewalld
93
B
-rw-r--r--
imunify-core
2.12
KB
-rw-r--r--
imunify360-antivirus
1.06
KB
-rw-r--r--
kvm_stat
162
B
-rw-r--r--
lfd
172
B
-rw-r--r--
modsecurity_logs
277
B
-rw-r--r--
mysql
894
B
-rw-r--r--
named
514
B
-rw-r-----
nginx
552
B
-rw-r--r--
nscd_logs
180
B
-rw-r--r--
sssd
289
B
-rw-r--r--
sulsphp_log
276
B
-rw-r--r--
sw-engine
114
B
-rw-r--r--
syslog
226
B
-rw-r--r--
wp-toolkit
163
B
-rw-r--r--
wp-toolkit-action-logs
5.18
KB
-rw-r--r--
wtmp
145
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 mariadbd 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