Hivelocity Completes SSAE-16, HIPAA and PCI Audits

Dedicated Server, Cloud and IaaS provider, Hivelocity, has announced this week the completion of several audits elevating their Tampa Bay data center to new compliance standards. Hivelocity attained their SSAE-16 audit as well as both HIPAA and PCI compliance. Each of these audits inspects specific areas of operation including infrastructure

Looking for Server Colocation Solutions?

Although many think of this as simply “server operation outsourcing,” there are a number of things that customers have to figure out when they are selecting colocation services; things that they are responsible for even though the servers will be housed off-site. Hardware and Operational Questions Obviously, those who are

Hivelocity Introduces Bold New Site

Introducing to the world a completely new look, dedicated server, IaaS and cloud hosting provider Hivelocity, today announced the launch of its brand new web site. With a minimalist approach and the powerful use of custom photography, Hivelocity has designed a site that distinguishes itself among its competitors. A picture

How to install Zimbra 8 on CentOS 6

Zimbra 8 is a Free Email Server and is considered an Exchange replacement. Zimbra has an easy to use Web GUI that will allow you to manage your email efficiently. Here are the steps to take when installing Zimbra a Free VPS or Dedicated Server 1. Install CentOS 64 bit

WHM/cPanel Backup Guide

Backups play a critical role in server management by preserving data and allowing quick restoration in case of failure, corruption, or accidental deletion. In web hosting, especially with WHM/cPanel environments, regularly configuring backups becomes essential to protect websites, databases, emails, and other crucial information. cPanel simplifies the backup process with

How to Monitor Network Services Using Netstat Command

In this guide we’ll take a look at the functions of the Netstat Command within Linux and how it can be used to effectively monitor your network services. Before you can use Netstat properly though, you need to understand what it is and how it works.   What is Netstat?

How to clear the YUM cache?

In this tutorial, you’ll learn the basics of how to clear the yum cache. But first: What is yum? The Yellowdog Updater, Modified (yum) is an open-source command-line package-management utility for Linux operating systems using the RPM Package Manager. Yum allows automatic updates, package and dependency management, on RPM-based distributions.

How to Resolve phpMyAdmin 500 Internal Server Error

Typically, when users receive a 500 internal server error warning through phpMyAdmin, it comes down to an issue of permissions. phpMyAdmin requires specific permission settings and should this change for some reason, it can produce a 500 series error. Often, this is due to changes made when upgrading cPanel to

How to Reset MySQL root Password

If you’ve forgotten or need to change your root user password in MySQL, you might be wondering what steps are necessary to reset your MySQL root password. Luckily, there are couple of ways to do this.   Using the mysqladmin Command to Change root Password If you’ve never set a

How to Check and Repair a Corrupted MySQL Database Table Using SSH

In this tutorial we’ll cover how to use MySQLcheck to repair a corrupted database table. Repairing a Corrupted MySQL Database Table Please refer to the following steps: First, log in to your MySQL server using Secure Shell (SSH). Then, enter the following command at root prompt: mysqlcheck -r [database name]