How to create and manage User Roles in Plesk

You can configure how much access each type of user has on your hosting subscription. 1. Click on the “Users” tab 2. Click on the “User Roles” tab under the “User Accounts” section. You will see predefined user roles that are created by Plesk automatically. You can modify them or

How to Backup and Restore cPanel Accounts via SSH

Creating a cPanel Backup via SSH To create a backup of your individual cPanel account using SSH, just follow these steps: First, log in to SSH as the Root user. Next, enter the following command string on the command line interface: /scripts/pkgacct username A backup of your account will be

How to Backup & Restore a MySQL Database in cPanel

You already know how important the information stored in your MySQL databases is. If that data gets lost, it can be difficult to recover from. This is where preventative measures, like creating a backup of your MySQL database, come in. Luckily, with cPanel, keeping copies of your data is a

How to Fix Internal Server Error 500

Sometimes, an error in permissions or syntax within a script will result in an Internal Server Error 500, also known as an HTTP Error 500. But what does this mean, and how do you fix it? Well, in order to fix an HTTP Error 500, you must first understand what

How to Install FFMPEG, FFMPEG-PHP, FLVTOOL, LAME, MPLAYER, LIBOGG, LIBVORBIS, and MENCODER

Download Tarballs to ‘src’ directory: 1 cd /usr/local/src 2 wget https://rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz 3 wget https://downloads.sourceforge.net/project/lame/lame/3.98.4/lame-3.98.4.tar.gz 4 wget https://www.mplayerhq.hu/MPlayer/releases/mplayer-export-snapshot.tar.bz2 5 wget https://downloads.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2 6 wget https://downloads.xiph.org/releases/ogg/libogg-1.2.0.tar.gz 7 wget https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.1.tar.gz 8 wget https://www.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2 9 wget https://ffmpeg.org/releases/ffmpeg-0.6.tar.gz   Un-tar sources: 1 tar xvzf flvtool2-1.0.6.tgz 2 tar xvzf lame-3.98.4.tar.gz 3 tar jxvf ffmpeg-php-0.6.0.tbz2 4 tar xvzf

How to set up Private name servers in WHM

1. Log in to your server’s WHM interface and find the navigation section on the left called Basic cPanel & WHM Setup, under Server Configuration. This is the first item on the left navigation bar. 2. When you load this screen for the first time you may see that two

How is Linux Licensed?

Linux is a popular operating system that is widely used by developers, programmers, and enthusiasts. Linux is not a single product, but rather a collection of software components that work together to provide a functional and customizable system. One of the most important components of Linux is the kernel, which

Install Microsoft SQL Server

The installation of Microsoft SQL Server, like that of various modern products is fairly easy, whether you are using a CD called SQL Server Developer Edition, a DVD or a downloaded edition. If you have it on CD or DVD, you can put it in the drive and follow the

Using the mysql_upgrade Command

What is mysql_upgrade? If your server runs MySQL databases, then the mysql_upgrade command is one you’ll want to familiarize yourself with. Available only in Unix, mysql_upgrade is a command that checks all tables in all databases for incompatibilities with your current version of the MySQL Server. After checking your databases,

How to Install MySQL Server

With it’s ease of use and high reliability, MySQL is one of the most popular database solutions in the world. If you’re looking for instructions on how to download, install, and perform basic functions using MySQL, this guide will teach you everything you need.   Downloading the Current Release of