Archive | February 2013

You are browsing the site archives by date.

Invalid multibyte char with Ruby 1.9

When I deployed the code to a server I got the error Invalid multibyte char US-ASCII So I noticed the my local version in ruby 1.8 where its working fine and on ruby.9 its throwing an exception, so for that just I out this line # encoding: utf-8 to start of the file where I […]

Create a Debian Package from an RPM Package.

To create a DEB Pacakge From RPM Package. Firstly we need to install some packages by command sudo apt-get install alien rpm debhelper fakeroot binutils   then you can create a debian package from rpm package by command. sudo alien rpm-pacakge-name.rpm