Category Archives: Linux
Domain alias to Red Hat OpenShift application
After creating an OpenShift application, the application is published as http://appsname-namespace.rhcloud.com , which is quite lengthy and not easy to remember. You can now set a meaningful domain names for your OpenShift applications so that you can have your own … Continue reading
Install Git on Centos 5.7 in fast and easy way
After installed Ruby and RubyGems on Centos 5, I proceed to install Git on Centos 5. Here is fast and easy way to install Git on Centos 5.7. 1. Get the EPEL release for Centos 5. # rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm … Continue reading
How to install Ruby 1.8.7 and Rubygem 1.8 on Centos 5.7
As RedHat OpenShift client tool requires minimum Ruby 1.8 and and Rubygem 1.8. The official OpenShuft.repo only catered for RHEL 6 and above, but my Virtual Private Server is running on Centos 5.7. yum install ruby in CentOS 5.7 will … Continue reading
VMware Workstation 7.1.5 on Fedora 16
Due to licensing issue, I need to downgrade VMware Workstation 8 to VMware Workstation 7.1.5. While launching the VMware Workstation 7.1.5, that caused an error message: Nov 18 21:20:43.159: app-139682775324416| Trying to find a suitable PBM set for kernel 3.1.1-1.fc16.x86_64. … Continue reading
How to install PDF Printer on Fedora
Very often I need to print file to PDF format. To enable PDF print, you need cups-pdf. This cups-pdf package provide easy and friendly way to print files in PDF. As I’m using Fedora Linux workstation. #yum install cups-pdf After … Continue reading