Check Log for cPanel password change
cat /usr/local/cpanel/logs/access_log | grep changepass.html
cat /usr/local/cpanel/logs/access_log | grep username
cat /var/cpanel/accounting.log | grep username
Uncategorized / September 21, 2021 / ashishpsk / 0
cat /usr/local/cpanel/logs/access_log | grep changepass.html
cat /usr/local/cpanel/logs/access_log | grep username
cat /var/cpanel/accounting.log | grep username
In your terminal, login as the postgres user (for security reasons, the postgres user has no password. That’s...
openssl ciphers -v | awk '{print $2}' | sort | uniq
For TLS 1.3:
openssl s_client...
The maximum number of connections threads allowed for the server is contained in the...
exigrep domain.com /var/log/exim_mainlogcat /home/username/.contactemailexim -bpc
List the messages in the queue:exim -bop
List frozen mais:exit -bp...
To know uptime and other parameters:
echo -n `uptime` && echo " - Cores: `grep...
Fix: restorecon -r /var/www/html
The issue is caused when you mv something from one place...
In your terminal, login as the postgres user (for security reasons, the postgres user has no password. That’s...
openssl ciphers -v | awk '{print $2}' | sort | uniq
For TLS 1.3:
openssl s_client...
Mass suspend or unsuspend mailboxes of a domain
Using the API, can help you quickly...
To Disable Strict Mode via SQL
mysql -u root -p -e "SET GLOBAL sql_mode =...
Using visudo, add the following to your sudoers file, replacing username with the proper...
MySQL SHOW USERS: List All Users in a MySQL Database Server:
>mysql -u root -p
Enter...
Leave a Comment