ubuntu-11.04 Questions
21
Solved
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 for writing
Omnirange asked 24/11, 2011 at 7:12
9
Here is my setup:
Jenkins is running on my linux machine as 'jenkins' user.
I have generated a ssh key-pair as described in Linux - Setup Git, for the 'jenkins' user.
When I sudo su jenkins and t...
Augmented asked 14/5, 2012 at 19:41
10
Solved
I am trying to compare strings in bash. I already found an answer on how to do it on stackoverflow. In script I am trying, I am using the code submitted by Adam in the mentioned question:
#!/bin/b...
Whitlow asked 1/9, 2012 at 19:23
13
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 received:
curl : (1) Protocol https n...
Saveall asked 30/7, 2011 at 17:7
8
Solved
I am using Ubuntu and when I click on a program to download Firefox asks me "What should firefox do with this file?"
And in the "Open with" I would like to find a program "Package installer".
The p...
Fibrinolysis asked 26/4, 2012 at 19:42
7
Solved
I have just download the .deb and installed it. It works. Now i want to uninstall it.
I have tried:
sudo apt-get remove mysql-workbench, but it says "E: Unable to locate package mysql-workbench"...
Koester asked 3/4, 2012 at 8:14
9
Solved
I have Ubuntu 11.04 and i downloaded latest eclipse ADT bundle, i also have installed all ia32libs, i dont know why the emulator is not starting, i have tried various device configurations, i have ...
Fokker asked 20/2, 2013 at 9:29
5
I installed APC on my ubuntu 11.04 linux and I want to make some performance benchmarks to see what's the speed improvement over PHP without APC but I don't know how to disable/remove the APC.
I t...
Caesura asked 3/7, 2012 at 11:30
4
Solved
I tried to compile the following code on ubuntu 11.04:
#include <boost/interprocess/shared_memory_object.hpp>
#include <iostream>
int main()
{
boost::interprocess::shared_memory_...
Tricostate asked 2/11, 2011 at 18:11
12
I'm trying to install Hadoop on Ubuntu 11.10. I set the JAVA_HOME variable in the file conf/hadoop-env.sh to:
# export JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk
and then I execute these command...
Dubious asked 11/1, 2012 at 21:44
3
Solved
I'm using Ubuntu 11.04, rvm and Heroku.
When I'm doing this heroku logs --tail
Ctrl-C doesn't stop the process, contrary to the documentation.
Velamen asked 8/7, 2011 at 12:40
8
Solved
I have a Rails app that I'm developing on Windows and deploying to Linux. I suspect I'll just switch entirely over to Linux in the future. Anyway, on Linux I need 'execjs' and 'therubyracer' but I ...
Reasoned asked 7/12, 2011 at 19:30
6
One of the problems, I face with supervisord is that when I have a command which in turn spawns another process, supervisord is not able to kill it.
For example I have a java process which when r...
Pamilapammi asked 1/2, 2012 at 4:11
5
I can install MYSQL on Ubuntu without prompts with the code below:
dbpass="mydbpassword"
export DEBIAN_FRONTEND=noninteractive
echo mysql-server-5.1 mysql-server/root_password password $dbpass | d...
Frazer asked 16/3, 2012 at 20:6
2
Solved
How can i extend default lib search path in ubuntu(in a way that it is also persistent) ? no, I do not want export LD_LIBRARY_PATH based temporary solution, rather some way to extend the default li...
Inexpressive asked 5/2, 2012 at 17:48
3
Solved
I've installed Apache2 with PHP5 support and everything works there. I've installed PostgreSQL and am able to connect to it using the terminal and execute SQL statements.
PROBLEM: I can't get a wor...
Punjab asked 3/10, 2011 at 21:44
13
Solved
I'm using RVM, Ruby 1.9.2, and Rails 3.0.7
A standard kill of the process from another terminal doesn't work, either, but kill -9 does, of course.
I found a similar question, CTRL+C to Webbrick s...
Rhodes asked 5/5, 2011 at 1:1
5
Solved
I tried to install OpenCV2.2 on Ubuntu 11.04. But OpenCV compilation fails stating an error related to linux/videodev.h file.
File available in /user/includes/linux is named videodev2.h.
/home/us...
Deflation asked 30/4, 2011 at 14:1
5
Solved
I'm building a web server to host multiple websites. I got everything working except the mail server. I'm using linode to host my vps and I've been following their tutorials. FYI, I'm using Ubuntu ...
Bygone asked 29/11, 2011 at 23:19
3
Solved
Im a newbie in ubuntu. Im getting an error while installing phpmyadmin in ubuntu11.4 server. It says
An error occurred while installing the database:
ERROR 1045 (28000):Access denaid for user 'ro...
Corruption asked 5/7, 2012 at 3:54
3
When I'm trying to install autoconf in Ubuntu 11.04 by the following command
sudo apt-get install autoconf
This error comes
Reading package lists... Done
Building dependency tree
Reading state...
Fiddlehead asked 15/8, 2012 at 15:49
5
Solved
From my searches online, I've found dozens of web-based MongoDB GUIs, as well as a native desktop application for MacOS, and one for Windows. But I'm having trouble finding any desktop GUIs f...
Coir asked 26/7, 2011 at 18:55
1
I'm attempting to connect to a SQL Azure database via PHP running on an Ubuntu 11.04 server.
The server is running PHP Version => 5.3.5-1ubuntu7.11.
I've installed freetds-bin, freetds-common, td...
Whitleather asked 24/12, 2013 at 18:33
3
Rails ask me to succeed with gem install mysql2 and on trying I got the following error.So what is mostly problem with such error? Detail of error is below:
Could not create Makefile due to some r...
Pescara asked 1/11, 2011 at 14:4
3
I did a fresh-install of XAMPP for Linux (version 1.7.4) on my Ubuntu 11.04 x64 laptop.
Then I made a link in my htdocs folder to my project folder:
$pwd
/opt/lampp/htdocs
$sudo ln -s /home/petra/...
Patriliny asked 18/8, 2011 at 4:52
1 Next >
© 2022 - 2024 — McMap. All rights reserved.