String comparison in bash. [[: not found
I am trying to compare strings in bash. I already found an answer on how to do it on stackoverflow. In script I … Read more
I am trying to compare strings in bash. I already found an answer on how to do it on stackoverflow. In script I … Read more
I am trying to edit sources.list using vi editor but getting the following error while saving the file: /etc/apt/sources.list” E212: Can’t open file … Read more
I’m trying to install the Rails environments on Ubuntu 11.04. When I launch the command rvm install 1.9.2 –with-openssl-dir=/usr/local the following error is … Read more
Why do I get the following error when doing this in python: >>> import locale >>> print str( locale.getlocale() ) (None, None) >>> … Read more