File: //home/prosuiteplus/.bash_history
systemctl restart apache2
systemctl status apache2.service
systemctl restart apache2.service
sudo systemctl restart apache2.service
exit
git ls-remote demo-prodemocrm
su root
ls -la cache/Ext | head
find cache -type f -iname "*layoutdefs*.php" | head
ps aux | egrep "(php-fpm|apache2|httpd)" | grep -v egrep | head -n 30
sudo usermod -a -G prosuiteplus www-data
sudo systemctl restart apache2
sudo chown -R prosuiteplus:prosuiteplus cache custom/modules
su root
crontab -e
cd /home/prosuiteplus/domains/democrm.prosuiteplus.com/public_html
rsync -avzn --progress --exclude='.git/' --exclude='.gitignore' -e "ssh -p 3322" modules custom upload/Sleekdb prosuiteplus@154.12.117.190:/home/aios/public_html/
su root