24x7ss
- Total activity 511
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 243
Comments
Recent activity by 24x7ss-
Ofcourse you can do this using cron. You can put below two commands in one file and set cron for that file. Suppose create /root/maildelete.txt. Put below commands in that file : rm -rf /home/{u...
-
As per the error message it seems that mail you are sending is detected as a spam mail because of that you received that bounce back mail. Also, I will suggest you to check your mail server ip in ...
-
You can go with cpremote backup or R1soft backup service. Both of them are reliable easy to install and simple to use.
-
Logs you provided is no clear. Can you provide me little bit information about your server. Like which version of apache, Mysql and PHP you are using. Also, if cpanel/WHM update is failing then lo...
-
You have to investigate this issue is your server root compromised or somebody hacked one account and placed hacked pages on all account by linking all accounts config file. You have to close the b...
-
Re: mysql quaries taking up over 100% CPU size I will recommend you to use mysql tunner script to optimize your mysql settings. Also, if you want to increase the performance of website then you ca...
-
The above error shows that connection tracking table is full. There are no security implications on server. You can increase the value in kernel modules by using below command: sysctl -w net.ipv4....
-
Can you let me know exactly what you are trying to do as per the logs it seems that you are trying to install another version of mysql(5.1) because of that it is conflicting with already installed ...
-
check CC_DENY option in csf firewall configuration file to block that particular country. Restart the firewall once modification is done
-
Can you provide me the df -h output so that i can help you further. Regarding unable to login to the server It seems that there is some brute force attack on server which locks the root access of ...