A Patch for CVE-2014-7169 “ShellShock” Has Now Been Released

A patch for CVE-2014-7169 (SHELLSHOCK) has now been released. Managed clients running CentOS6, RedHat6, or CloudLinux 5 and 6 are already patched. CentOS 5, RedHat 5, and cloudLinux 5 customers are still being worked on but are mostly updated. CentOS, RedHat, and CloudLinux 5, 6, and 7 self-managed customers can

Bash Vulnerability CVE-2014-6271 “Shellshock” – How to Test and Patch.

A new vulnerability, known as “Shellshock”, was recently discovered within Bash. This security hole needs to be patched immediately to avoid potential exploits of your Linux server. Our Fully Managed cPanel customers have already had this patch applied since yesterday. An additional patch will likely be required to completely resolve

Hivelocity Gives SourceForge Mirror Sites

(WEB HOST INDUSTRY REVIEW) — In its latest philanthropic effort, dedicated hosting provider Hivelocity (www.hivelocity.net) will be providing the world’s largest open-source software development and distribution environment, SourceForge (www.sourceforge.net), with mirror site services. According to the company’s Monday announcement, Hivelocity’s global network infrastructure will help support more than 180,000 projects

Cloud Storage: SSH Mount How to

*Update 10/2021: Please note, this is an EOL product no longer being offered to new customers. Installing fuse-sshfs   Debian/Ubuntu apt-get install sshfs CentOS wget https://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -Uvh epel-release-6-8.noarch.rpm yum install fuse-sshfs   Setup sshmount   Create the mountpoint directory: mkdir /mnt/sshfs_mount Connect and mount with sshfs: sshfs user@hostname:/ /mnt/sshfs_mount/

What is Plesk Onyx and What are Its Features?

What is Plesk Onyx? Plesk Onyx is the newest and smoothest upgrade of the traditional Plesk control panel. Originally released in 2001, Plesk is one of the leading control panel solutions for both Linux and Windows servers. Now, with a multitude of improved features, the new Plesk Onyx even supports

How to Install and Configure ProFTPD FTP Service on Ubuntu

To install ProFTPD on your Ubuntu 14.04 LTS server, just follow these steps: First, log in to your Ubuntu server as the root user using your favorite SSH client. Next, you’ll want to make sure your operating system is up-to-date. Use the following command to install all the latest packages:

How to Install PostgreSQL on Ubuntu 14.04 LTS

To install PostgreSQL on your Ubuntu 14.04 LTS server, just follow these steps: First, log in to your Ubuntu server as the root user using your favorite SSH client. Next, you’ll want to make sure your operating system is up-to-date. Use the following command to install all the latest packages:

How to Install Docker on Ubuntu 14.04 LTS

First, log in to your Ubuntu server as the root user using your favorite SSH client. Next, you’ll want to update your operating system with all the latest packages. To do this, use the command: sudo apt-get update To install Docker, you will first need to install the Docker Package

How to Install and Configure phpMyAdmin on Ubuntu 14.04

Installing phpMyAdmin To install phpMyAdmin on your Ubuntu 14.04 server, just follow these 10 easy steps! First, log in to your Ubuntu server with root user using your favorite SSH client Next, you’ll want to update your operating system with all the latest packages. To do this, use the command:

How to Install Nginx on Ubuntu 14.04 LTS

What is Nginx? Nginx is a free, open-source, high performance web server. It cache’s static content such as images and html files and retrieves them without having to access Apache, thus improving speed, memory usage, and processor overhead.   Installing Nginx on Ubuntu 14.04 LTS To install Nginx on your