BudgetVM.com is one of the tiny vps provide, recently I checked their post on WHT and placed an order for 1GB RAM vps. VPS information was received immediately as soon as the payment was done. (10/10)
Disclaimer: I’m no way affiliated with BudgetVM, this review was perform on VPS purchased for personal use.
Usually I purchase tinny VPS to hold my backups, since I believe that I get what I pay, therefore I do not trust on the uptime of... [ Continue reading... ]
OpenVZ save templates in /vz/template/cache
[root@server ~]# cd /vz/template/cache
[root@server cache]# ls
centos-5.0-x86.tar.gz centos-6-x86.tar.gz
[root@server cache]# wget http://download.openvz.org/template/precreated/centos-6-x86_64.tar.gz
--2012-08-27 01:29:11-- http://download.openvz.org/template/precreated/centos-6-x86_64.tar.gz
Resolving download.openvz.org... 64.131.90.11
Connecting to download.openvz.org|64.131.90.11|:80...... [ Continue reading... ]
SolusVM comes with one OpenVZ template by default which is of CentOS 5 32bit. You can download OS templates for OpenVZ from OpenVZ website and install them.
Upload template in SolusVM
Once uploaded, sync template
and now you can add template in... [ Continue reading... ]
Adding block of IP addresses in SolusVM is very easy.
Click on IP BLOCKS >> Add IPv4 Block
Enter the following information
Block name
Netmask
Nameservers
Select the Node for which you want to add ip block.
and click on “Add block” button and you will get success message
After that click on “here” in the success message and you will get screen to add a single ip address or range of ip... [ Continue reading... ]
Once SolusVM is installed, you can login to SolusVM using default username and password.
Once you login, it ask for license to install.
Once license is installed, click on “Dashboard” and you will see
It show the 2 warnings, once you click on “Localhost” in warning message, it will take you to “localhost setting” page, where you can setup maximum RAM and Drive to be used by the SolusVM for... [ Continue reading... ]
I’m going to start writing tutorials for SolusVM with my experiences, problems which I faced and their solutions. This post is the first post in this series.
SolusVM is GUI based VPS management system with full OpenVZ, Linux KVM, Xen Paravirtualization and Xen HVM support.
SolusVM allowed master to run on OpenVZ virtualized server, you cannot install it on XEN or KVM. Master can run on a separate vps or a server without any... [ Continue reading... ]
Must read:
How to install ffmpeg in CentOS or Red Hat
How to install ffmpeg-php extension
There are few common issues which comes while installing ffmpeg-php extension.
Error:
make: *** [ffmpeg_frame.lo] Error 1
Solution:
Copy the file ffmpeg_frame.loT to ffmpeg_frame.lo
cp ffmpeg_frame.loT ffmpeg_frame.lo
Error:
php: symbol lookup error: /usr/local/lib/php/extensions/no-debug-non-zts-
20060613/ffmpeg.so: undefined... [ Continue reading... ]
Must read: How to install ffmpeg in CentOS or Red Hat
Once you have installed ffmpeg, now you need to install php extension of ffmpeg to work ffmpeg via php.
# wget http://sourceforge.net/projects/ffmpeg-php/files/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2/download
# tar -xvjf ffmpeg-php-0.6.0.tbz2
# phpize
# ./configure --enable-shared
# make
# make install
Locate php.ini
# php -i | grep php.ini
Configuration File (php.ini)... [ Continue reading... ]
create a dag.repo file (if not exists), as below
vi /etc/yum.repos.d/dag.repo
Insert the following:
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
Save dag.repo and come out out vi editor
Add the /usr/local/lib to /etc/ld.so.conf
vi /usr/local/lib to /etc/ld.so.conf
Save and exit vi editor.
Then run below... [ Continue reading... ]