Logesh K
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by Logesh K-
How to find which account is crawled by Bots?
My server was on High load and high outgoing bandwidth. Upon checking with the iftop tool I found lot of IP's with hostname of the Bots - semrush, ahreafs, baidu were crawling the websites on my se...
-
Cron Job to auto clean Magento Session files to save inodes
Is it good to add the below code in /var/spool/cron/root to cleanup the Magento Session files regularly? 0 0 * * * find /tmp -name 'sess*' -mtime +1 -exec rm -v {} \; Kindly advice. Thanks
-
Issue with Composer Using Magento Data Migration Tool
I have been trying to use the Magento Data Migration Tool with Composer and I am facing Fatal Error - Out of Memory error. Giving below the error message. composer require magento/data-migration-t...
-
Root account was removed how to regain root username?
One of my VPS at DigitalOcean was compromised about 5 days ago. Today only I came to know about it. The person logged into the server using some script via a cPanel user account and removed the ro...
-
MySQL Upgrade Failed and not Starting
Minutes back I initiated the MySQL 5.6 Upgrade. It got stuck in the middle and not starting again. MySQL is completely down on the server and below is the err log 150625 04:18:35 mysqld_safe Star...