Install SSL in cPanel

1. Login to WHM and click on the SSL Manager. 2. Click on the icon above Certificates (CRT). 3. In the first box paste the contents of your Primary Certificate that you downloaded from your certificate authority. Include the BEGIN and END tags. 4. Fill in the required Domain /

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

Use my existing SSL key and certificate?

To enable SSL, do the following: Select Domain info in the Domain Settings menu. Click the Edit icon in the Web Service field. Enable SSL for the domain in the list. One the page that appears, scroll down to SSL Support and choose the option Import SSL certificate. Agree to

Manage Database Roles

Solution Database roles are conceptually completely separate from operating system users. Database roles are global across a database cluster installation. To create a role use the CREATE ROLE SQL command: CREATE ROLE name; To remove an existing role, use the analogous DROP ROLE command: DROP ROLE name; For convenience, the

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

Configure my own dynamic name servers

Requirements: —————– BIND (Berkeley Internet Domain) software. Source code can be downloaded and compiled for your platform from internet at www.isc.org However BIND may be available in precompiled version along with OS so check your OS if it is already there. The situation you may want to compile from source

Create PostgreSQL user account

It is advisable to run PostgreSQL under a separate user account. This user account should only own the data that is managed by the server, and should not be shared with other daemons. (For example, using the user nobody is a bad idea.) It is not advisable to install executables

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