NVIDIA
How to install NVIDIA CUDA on Debian 10
Enable Admin Tools in EasyEngine
EasyEngine come admin tools. This include phpMyAdmin, phpinfo, OpCache GUI, nginx status. To enable admin tool, run ee admin-tools enable
EasyEngine Connect to MySQL Database
To Find MySQL root password on EasyEngine, run cd /opt/easyengine/services && docker-compose exec global-db bash -c ‘echo $MYSQL_ROOT_PASSWORD’ Or cat
Find IP with Most Access from Apache Log
To find IP with most access from Apache or other web server log file, run cat APACHE_ACCESS_LOG_FILE | awk -F’
Marketing
Email Marketing
Apache Show Real IP Address when using CloudFlare
When using Apache web server behind cloudflare, apache logs show cloudflare IP address instead of real visitor IP address. To
MySQL ERROR 1193 Unknown system variable GTID_PURGED
When restoring MySQL backup taken on Amazon RDS, i get error root@PRD-50ml:~# mysql sok_db2 < db.sql ERROR 1193 (HY000) at
Cloudways
How to clear cloudways varnish cache How to Setup a Website in CloudWays hosting server How to Delete CloudWays Application
MySQL create database
To create a database, you can use create database DB_NAME; Example To create a database with specific charset use create
bluehost
How to disable server side caching in bluehost For SSH access, you need to chat with support and ask them
Install PHP 7 on CentOS VestaCP
To install PHP 7. you need to first enable epel and remi repo. yum install -y epel-release rpm -Uvh http://rpms.remirepo.net/enterprise/remi-release-7.rpm
How to Install ImunifyAV on Cpanel Server
ImunifyAV is a Free version of a malware scanner for websites. To install ImunifyAV on Cpanel To start/stop, run If