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

How to Restore a Database on SQL Server Using .mdf, .ldf and .ndf Files

To restore a database on SQL Server using .mdf, .ldf, or .ndf files, rather than performing a restore, you will actually need to attach the database. There are two ways to do this.   Using Enterprise Manager To attach a database using Enterprise Manager, follow these instructions: Expand the registered

How Many IPs Come With My Server – And Can I Get More?

The number of IP addresses you receive depends on the subnet assigned at the time of purchase. The number of IPs ranges from a single IP to multiple IPs, and the Hivelocity website shows the exact allocation during the checkout process. If you would like to request for more IPs

Install Direct Admin on Linux systems

Step 1) Do you meet the system requirements? – Clean OS install: Redhat 7.2, 7.3, 8.0, 9.0, Fedora (any version), CentOS (any version). PS :- The setup file for Redhat also works for Fedora and CentOS (any version). – At least one external IP address (NAT/LAN-based systems will NOT work).

Install SSL for Direct Admin

Setup SSL Certificates for Direct Admin: This step is only required if you wish to use DirectAdmin through SSL. You will also have to change set SSL=1 in the directadmin.conf file. ( /home/directadmin/directadmin.conf ) # openssl req -new -x509 -keyout /usr/local/directadmin/conf/cakey.pem.tmp -out /usr/local/directadmin/conf/cacert.pem # openssl rsa -in /usr/local/directadmin/conf/cakey.pem.tmp -out /usr/local/directadmin/conf/cakey.pem