Linux

How to install RVM (Ruby Version Manager) and Ruby 1.8.7/1.9.2/REE on CentOS 5.6 64Bit

This should be used as an updated and preferred version of my brief Ruby and Gems installation tutorial. Since 1.8.5 is very outdated and full of bugs and security issues, no one should use anything below 1.8.7.

RVM (Ruby Version Manager) is a great way to switch between different version environments of Ruby and it …

Read More
 

How to install Ruby and Gems on CentOS 5.5

UPDATE: This article may help you, however if you are looking for more flexible way to install and handle multiple versions of Ruby on one system, you should check my article about Installing RVM (Ruby Version Manager) and Ruby 1.8.7/1.9.2/REE on CentOS 5.6 64Bit.

If you think that having yum handy and Ruby in one …

Read More
 

How to enable the Updater option in Plesk

Some of you probably use dedicated virtual hosting like Media Temple and are aware that the big hosting providers like to take their time and test all new versions of software prior to deploying it and making it part of their default server images.

Paralels Plesk version 8 for example is somewhat slow and not …

Read More
 

How to install swftools 0.9.1 on CentOS 5.5

Here is quick install howto for swftools 0.9.1 on CentOS 5.5:

Get the swftools-0.9.1 (this is the current for now):

[root@centos5 ~]# wget http://www.swftools.org/swftools-0.9.1.tar.gz

[root@centos5 ~]# gunzip swftools-0.9.1.tar.gz

[root@centos5 ~]# tar xzf swftools-0.9.1.tar.gz

Now you have to compile it so you need to have gcc and some libraries and components installed (automake, zlib-devel, libjpeg-devel, giflib-devel, freetype-devel) so you …

Read More
 

Tutorial – Installing Alfresco Community 3.3g on CentOS 5.5 x64 with MySQL and X

Since it has been a real adventure to gather all the pieces from this puzzle, I decided to write a guide for folks who are about to do this.

The following tutorial shows that pretty much everything in it was done as root and on a default CentOS installation (which is NOT a good practice for …

Read More
 
© 2011 Betaquest, LLC