Hello everyone, The COVID-19 should have affected almost everyone in a way or another. When it comes to the small and medium level business, the impact may be worse. We have seen that several small scale businesses are down because of the financial crisis during this pandemic. As a hosting provider, we thought about how ...
Before hiring the hosting company, check this out. You can decide wisely after reading this. A 1-second delay in page response causes a 7% reduction in e-commerce conversions Sites on the first page of Google search results have an average page load speed of less than 2000 milliseconds. Sites on the tenth page of Google ...
In a DDoS (distributed denial-of-service) attack, attacker sends several packets to the server and it consumes all resources of the server. When genuine visitors try to access server at this time will have to wait a long time to load the site or it may not load at all. Attackers used large number of compromised ...
True story – “We are moved to cloud” I’m Cathy, a real estate service provider in London. We are a small business with a team of 10 members at this moment. We used to communicate with customers over phone and email. Since we were using shared email services for our employees, we faced lot of ...
Here were are going to create a 4GB SWAP memory. You can do this buy specifying a block size of 1GB with a count of 4. You can specify your own swap size. sudo dd if=/dev/zero of=/swapfile bs=1G count=4 Enabling the Swap File Make sure the file has proper permission. sudo chmod 600 /swapfile Now ...
You can install all versions of php either from source or install the default version using yum installer. My server has php5.3 already installed and I am going to install PHP5.6 from source. Prerequisites Install suphp and configure mkdir -p /usr/local/php56 mkdir -p /etc/php56 mkdir -p /etc/php56/php.d Download php5.6 wget http://de1.php.net/distributions/php-5.6.19.tar.gz Compile php ./configure –prefix=/usr/local/php56 ...
High Availability is key factor in a production environment. If you have a critical application and you cannot afford a downtime or lose of data the application has to be hosted on a high available hosting infrastructure. You can manage a high available hosting architecture using cloud servers or dedicated servers. Following diagram gives an ...