Tag Archives: fedora
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
Filed under Linux, Web Browsers
Install JDK on Linux in just 2 minutes
NOTE: Instructions are specific to Fedora distributions After stumbling over JDK installations on Fedora each and every time, I finally decided to put down the steps on paper so that I can refer back whenever required. Here’s a very easy … Continue reading
Filed under Linux
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
Filed under Linux, Ruby on Rails
Install and Configure VNC Server for Linux in just 2 minutes
NOTE: Instructions are specific to Fedora distributions Installing the VNC Server foo$ su # Login as root foo$ yum install vnc-server foo$ exit # Exit root Start the vncserver so that the necessary files are created in the ~/.vnc directory … Continue reading
Filed under Linux