Tag Archives: ubuntu

ruby on rails installation on fresh ubuntu machine

Ruby On Rails Installation on fresh ubuntu machine Installation steps are applicable to ubuntu versions interpid, karmic koala.Make necessary changes according to package manager provided by other linux operating systems in order install ruby and rails. Before getting started to … Continue reading

Posted in Ruby, Ruby on Rails | Tagged , | 1 Comment

Imagemagick/ RMagick Installation on ubuntu

ImageMagick Installation Ubuntu machine has default apt-get package manager.To install imagemagick following packages needs to be installed. apt-get install imagemagick librmagick-ruby libmagickwand-dev RMagick gem install gem install rmagick If you still facing problems with gem installation, Please look that following … Continue reading

Posted in Ruby on Rails | Tagged , , , | Leave a comment

Programming ruby Linux basics

Remove svn files inside directoryrm -rf `find . -type d -name .svnSet path in linuxexport PATH=$PATH:/usr/ruby/binHere /usr/ruby/bin is the path to ruby extecuatble. grep and print process pidps -ef | grep search_string | grep -v grep | awk ‘{print  $2 … Continue reading

Posted in General | Tagged , , , , | Leave a comment