You may have faced a such a error, when trying to execute gem list :
[crayon-4fb913e18c383/]
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-4fb913e190731/]
I met the following error when trying to launch an Android project using eclipse:
[crayon-4fb913e190a57/]
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-4fb913e190e3c/]
Verify your java version:
[crayon-4fb913e190e7c/]
Done :)
Error:
[crayon-4fb913e191223/]
Solution:
All you need is to install the missing pear package:
[crayon-4fb913e191265/]
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...
[caption id="attachment_283" align="aligncenter" width="300" caption="Linux File Structure"][/caption]
You may find it useful...
Today I got the error below :
[crayon-4fb913e193a0f/]
after typing :
[crayon-4fb913e193a53/]
I don't know why ? but I know how to solve it.
First of all let's disable password authentication :
Stop your MySQL...
To have more fun with GTalk (Google Talk) you can add some text formatting :
to make it bold, simply use * * (asterisk) between the text that intended to be bold in font style : i.e. *marouan* is rendred as marouan.
to make it italic, simply use...
Today when I tried to install a pear package using the pecl command line on ubuntu, I got the following error :
[crayon-4fb913e195920/]
Solution :
Just install php5-dev package
[crayon-4fb913e195973/]
or php4-dev if you are running php...