For this post I am not going to tell you things about code and techno. but I want to share my point of view about the Kony 2012 BUZzZz.
I will start by saying "God bless America" .. The protectors of peace and defender of humain rights every...
I am not a big fan of python. However I need to run up a Django project for testing.
I found a nice step-by-step tutorial (written by Brent O'Connor) to install the whole environment: python, mysql connector, Django .. etc...
You may have faced a such a error, when trying to execute gem list :
[crayon-4fb9107530b42/]
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-4fb910753421b/]
I met the following error when trying to launch an Android project using eclipse:
[crayon-4fb9107535987/]
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-4fb91075363db/]
Verify your java version:
[crayon-4fb910753645f/]
Done :)
Error:
[crayon-4fb9107536dc6/]
Solution:
All you need is to install the missing pear package:
[crayon-4fb9107536ece/]
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-4fb91075387bf/]
after typing :
[crayon-4fb91075388e6/]
I don't know why ? but I know how to solve it.
First of all let's disable password authentication :
Stop your MySQL...