How Uploading Files using the File Manager in Control Panel ? Ans: You can upload multiple files simultaneously using File Manager, provided that these files are of supported file types. File manager is a great and convenient way to upload a few files quickly if you have to make a fast update. If you need to upload […]
See MoreTag: Control panel
How to run Python scripts with cPanel ?
Run Python scripts with cPanel cPanel by-default the Python is located under “/usr/bin/python“. You can check the location by running the following command: whereis python Following Methods are Run Python scripts with cPanel 1 Methods : Create the file with extension “.py” to load the Python script!! Now you […]
See MoreDatabases showing 0MB in cPanel
Databases showing 0MB in cPanel From command line 1. Run the command. # /usr/local/cpanel/bin/setupdbmap 2. Edit cPanel configuration file. disk_usage_include_sqldbs=1 ( you need to set it to ‘1’ if ‘0’ ) in file /var/cpanel/cpanel.config 3. Run the following script. #/scripts/update_db_cache You can also enable this from the WHM control panel. WHM >> Server Configuration >> […]
See More