Tag Archives: 64 bit

Installing Chrome with Flash on Linux (Fedora)

Get Chrome Download rpm here 32 bit .rpm (For Fedora/openSUSE) OR 64 bit .rpm (For Fedora/openSUSE) Install Chrome Go to the directory where the file was downloaded and install the rpm: rpm -ivh google-chrome-beta_current_i386.rpm OR rpm -ivh google-chrome-beta_current_x86_64.rpm Get Flash … Continue reading

7 Comments

Filed under Linux, Web Browsers

Problem installing Swiftiply gem

Sometime back I was trying to deploy a Rails application on a Fedora 10 64-bit server. We had decided to use Nginx and evented Mongrel (with the help of Swiftiply) for the web and application servers respectively. When I tried … Continue reading

1 Comment

Filed under Linux, Ruby on Rails

Working with attachment_fu on 64 bit OS

Stuck again at attachment_fu :( Since my previous article covers a lot about attachment_fu, I’ll keep this one really short. Sometime back I was working on a Rails application that used attachment_fu to upload images and create thumbnails. Everything worked … Continue reading

Leave a Comment

Filed under Linux, Ruby on Rails