HEX
Server: Apache
System: Linux srv1.prosuiteplus.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: prosuiteplus (1001)
PHP: 8.3.20
Disabled: NONE
Upload Files
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