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 ...
There are two reasons for this error “cannot allocate memory for the buffer pool” 1) The system has no enough RAM or SWAP 2) innodb_buffer_pool_size is bigger. To fix this problem you can try two things 1) Add swap memory. 2) Edit /etc/my.cnf, and add the following line under the [mysqld] heading. [mysqld] innodb_buffer_pool_size=64M Now ...
We’re very pleased to announce that we have added a great new vendor to our line card. We sought out and found the best cloud-based security suite available and those products come from a company called iSheriff. iSheriff offers effective web, email and endpoint security all delivered in the cloud through a single interface. What’s ...
Email spam attacks are very common now a days and mos popular service provider such as google and Microsoft also cannot filter emails properly. The proposed Email Security Service is a cloud-based anti-spam, email security and archiving solution. It rids your organization’s incoming email of spam, while securing your network and data against malware, sophisticated ...
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 ...
Note: If the SSL is purchased from hostingahead.com you can create a ticket and we will do the installation for you. To purchase an SSL Certificate Go here Generate CSR: cPanel 11 Step 1: Generate a Private Key Login to cPanel. Click SSL/TLS Manager > Private Keys (KEY). Scroll down near the bottom of the ...
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 ...