If you are continuously getting the message “EasyApache is currently upgrading your Apache and PHP installation” While trying to configurting PHP and suEXEC in WHM Try this on SSH: mv AN_EASYAPACHE_BUILD_IS_CURRENTLY_RUNNING AN_EASYAPACHE_BUILD_IS_CURRENTLY_RUNNING_bk Your issue should be solved. source
Explain Data Center Tiers , Tier-1 Tier-2 Tier-3 Tier-4
Q. What is data center tiers? What is tier 1 data center? Which tier / level is the best for maximum uptime? A. Tier 1 to 4 data center is nothing but a standardized methodology used to define uptime of data center. This is useful for measuring: a) Data center performance b) Investment c) ROI (return on …
How to control wget over SSH
Hello , in this tutorial we will talking about controlling “wget” command in SSH like Resume download , limit the download speed , start in background and more … Limit the Speed : if you want to Limit the download speed to not consume the whole uplink speed : # wget http://remoteserver.com/file.rar –limit-rate=100k