Archive for the ‘how-to’ Category

You may have faced a such a error, when trying to execute gem list : [crayon-4fb912be5eeac/] To solve this issue, move to the zlib/ folder, it should be something like this /usr/src/ruby-1.8.6-pXXX/ext/zlib/ execute the extconf.rb...

Just move to the directory where you want to delete, recursively, the .svn directories and type the folowing line: [crayon-4fb912be60da8/]

I met the following error when trying to launch an Android project using eclipse: [crayon-4fb912be61117/] After googling I found those useful steps to make it running properly: 1. install getlibs from...

Copy and paste the following commands into your terminal: [crayon-4fb912be614d7/] Verify your java version: [crayon-4fb912be614fd/] Done :)

Error: [crayon-4fb912be618bf/] Solution: All you need is to install the missing pear package: [crayon-4fb912be618fc/]

The Juggernaut plugin for Ruby on Rails aims to revolutionize your Rails app by letting the server initiate a connection and push data to the client. In other words your app can have a real time connection to the server with the advantage of instant...

Today I got the error below : [crayon-4fb912be62d83/] after typing : [crayon-4fb912be62dc7/] I don't know why ? but I know how to solve it. First of all let's disable password authentication : Stop your MySQL...

Today when I tried to install a pear package using the pecl command line on ubuntu, I got the following error : [crayon-4fb912be63e69/] Solution : Just install php5-dev package [crayon-4fb912be63eac/] or php4-dev if you are running php...

Q : What's the best thing that may happen to a developer ? A : A Bug :) at the beginning of the day :) I ran script/console in a rails project to debug something on console, but I got this LoadError: [crayon-4fb912be64474/] How to fix ? I figured...

[ad#only_in_post] You want to use an image as a link.However, a blue border appears around the image. [crayon-4fb912be65f4c/] This border is meant to inform users that the image is a link. Well, it's a link but this is ugly :s and may not fit your...

Categories