MyLiteratureTechLife.COM

You are here:

Review BudgetVM – 1GB OpenVZ SolusVM VPS

 
Posted by 0 Responses

Review BudgetVM – 1GB OpenVZ SolusVM VPSBudgetVM.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... ]

Feb
21
2013

SolusVM: Installing OpenVZ OS template in SolusVM through command line

 
Posted by 0 Responses

SolusVM: Installing OpenVZ OS template in SolusVM through command lineOpenVZ 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... ]

Aug
30
2012

SolusVM: Installing OpenVZ OS template in SolusVM.

 
Posted by 0 Responses

SolusVM: Installing OpenVZ OS template in SolusVM.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... ]

Aug
30
2012

SolusVM: How to add IP addresses Block in SolusVM?

 
Posted by 0 Responses

SolusVM: How to add IP addresses Block in SolusVM?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... ]

Aug
30
2012

SolusVM: Login first time after Installation

 
Posted by 0 Responses

SolusVM: Login first time after InstallationOnce 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... ]

Aug
30
2012

SolusVM: How to install OpenVZ master server?

 
Posted by 1 Response

SolusVM: How to install OpenVZ master server?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... ]

Aug
30
2012

Common errors in installing ffmpeg-php exnteion

 
Posted by 0 Responses

Common errors in installing ffmpeg-php exnteionMust 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... ]

Aug
29
2012

Installing FFMPEG-PHP Extension after ffmpeg in CentOS 6.x / Red Hat 6.x

 
Posted by 0 Responses

Installing FFMPEG-PHP Extension after ffmpeg in CentOS 6.x / Red Hat 6.xMust 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... ]

Aug
29
2012

How to install ffmpeg in CentOS6.x/Red Hat 6.x ?

 
Posted by 0 Responses

How to install ffmpeg in CentOS6.x/Red Hat 6.x ? 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... ]

Aug
29
2012