Domain & Hosting

ENABLING File Manager in VESTACP
RUN THIS COMMAND ON HOURLY CRON  Change crontab to nano if it is set to VIM export EDITOR=vim then add this comand */30 * * * * sed -i -e "s/F...
Mon, 27 Jan, 2020 at 2:09 PM
creating cron job for second
we need to create a .sh file ( bash file ) which will be called by cronjob for every minute in .sh bash file sleep command will be used for time interval i...
Tue, 28 Jan, 2020 at 5:14 PM
Vesta CP Update Issue apt-get update issue
Issue :  E: The repository 'http://apt.vestacp.com/eoan eoan Release' does not have a Release file. Solution : echo "deb http://apt.vestacp.c...
Sun, 9 Feb, 2020 at 11:15 PM
Memory Issue in VestaCP
Get list of top applications consuming memory : ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%mem | head
Fri, 14 Feb, 2020 at 4:43 PM
Cpanel File Access / Permission Issue
Below are typical permission settings: public_html – 750. Folders – 755. CGI and Perl scripts – 755. .html .php and other Document Types – 644
Sun, 16 Aug, 2020 at 5:16 PM
Memory issue during Composer package installation
better option is to add package information in package.json and then run this command  php -dmemory_limit=1G ./composer.phar update this happens when R...
Tue, 5 Jan, 2021 at 1:49 AM
tmp folder storage issue
Add cron job  0 * * * * find /home/admin/tmp/ -name "sess_*" -mtime +1 -exec rm {} \; this will run every hour and erase any data creat...
Fri, 20 Nov, 2020 at 1:03 AM
Deleting All temp file ( session storage )
-bash: /bin/rm: Argument list too long temp files are stored in this folder : /home/admin/tmp use this command : find . -type f -exec rm -v {} \; ...
Mon, 8 Mar, 2021 at 4:13 PM
Downgrade Vestacp to PHP 7.3
use these commands only  sudo su yum install php73-php-imap php73-php-process php73-php-pspell php73-php-xml php73-php-xmlrpc php73-php-pdo php73-ph...
Tue, 26 Jan, 2021 at 4:53 AM
Login to CWP Panel
Go to domain : test2.diginixai.com:2083 type username and password and login
Mon, 8 Mar, 2021 at 6:37 PM