Ubuntu is a free desktop and server operating system based on Debian GNU/Linux. Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.

learn more… | top users | synonyms

157
votes
14answers
37k views

sqlite3-ruby install error on Ubuntu

I have the following error during sqlite3-ruby install: Building native extensions. This could take a while... ERROR: Error installing sqlite3-ruby: ERROR: Failed to build gem native ...
131
votes
13answers
61k views

sudo changes PATH - why?

This is the PATH variable without sudo: $ echo 'echo $PATH' | sh /opt/local/ruby/bin:/usr/bin:/bin This is the PATH variable with sudo: $echo 'echo $PATH' | sudo sh ...
130
votes
5answers
40k views

Best way to use multiple SSH private keys on one client

I'm working on Ubuntu and want to use multiple private keys to connect to different servers or different portions of the same server (My uses are admin of server, admin of git, and normal git usage ...
119
votes
7answers
51k views

Eclipse cannot load SWT libraries

Every time I try to open Eclipse in Ubuntu 12.04 I get an Unsatisfied Link Error and it will not open. I have recently installed the java JDK and Android SDK, could this be the problem? I followed ...
84
votes
7answers
7k views

Make a program run slowly

Is there any way to run a C++ program slower by changing any OS parameters in Linux? In this way I would like to simulate what will happen if that particular program happens to run on a real slower ...
69
votes
4answers
22k views

.bashrc at ssh login [closed]

When I ssh into my ubuntu-box running Hardy 8.04, the environment variables in my .bashrc are not set. If I do a source .bashrc, the variables are properly set, and all is well. How come .bashrc ...
66
votes
1answer
30k views

Installed Ruby 1.9.3 with RVM but command line doesn't show ruby -v

Here's the console output: sergio@sergio-VirtualBox:~$ rvm list rvm rubies ruby-1.9.3 [ i386 ] sergio@sergio-VirtualBox:~$ rvm use 1.9.3 Using /usr/share/ruby-rvm/gems/ruby-1.9.3 ...
62
votes
10answers
38k views

How to build a Debian/Ubuntu package from source?

I have the source of a program (taken from cvs/svn/git/...) and I'd like to build a Debian/Ubuntu package for it. The package is present in the repositories, but: It is an older version (lacking ...
61
votes
6answers
32k views

Python 2.7 on Ubuntu

I am new to Python and am working on a Linux machine (Ubuntu 10.10). It is running python 2.6, but I'd like to run 2.7 as it has features I want to use. I have been urged to not install 2.7 and set ...
60
votes
6answers
17k views

How to compile/install node.js(could not configure a cxx compiler!) (Ubuntu).

How can I compile/install node.js on Ubuntu? It failed with an error about cxx compiler.
58
votes
13answers
156k views

How to install the Sun Java JDK on Ubuntu 10.10 (Maverick Meerkat)?

I've tried to add the Canonical Partner repository, but I still can't find the sun-java6-jdk package. What is the right way to install the Oracle Sun JDK instead of OpenJDK on Ubuntu 10.10 (Maverick ...
58
votes
4answers
18k views

Ubuntu, vim, and the solarized color palette

I'd really like to get in on all the colorful goodness of the solarized colorscheme, but I can't seem to get it configured just right. I have the main solarized file in my .vim/colors folder, ...
57
votes
5answers
35k views

How do I use gems with Ubuntu?

I recently upgraded to Ubuntu 9.04 and I have issues using gems. I installed Ruby, Rubygems and Rails using apt-get. The rails command does work. I then installed capistrano and other gems, such as ...
54
votes
5answers
23k views

`require': no such file to load — mkmf (LoadError)

I was trying to install rails on Ubuntu Natty Narwhal 11.04, using ruby1.9.1. I installed ruby using apt-get install ruby1.9.1-full which contains the dev package. I googled the error and all have ...
54
votes
3answers
19k views

How to install lxml on Ubuntu

I'm having difficulty installing lxml with easy_install on Ubuntu 11. When I type $ easy_install lxml I get: Searching for lxml Reading http://pypi.python.org/simple/lxml/ Reading ...
51
votes
17answers
65k views

Tomcat 6 server creation using eclipse IDE on ubuntu

I'm having a problem running tomcat 6 with eclipse 3 in ubuntu. I installed tomcat 6 on my machine and when I tested it using http://localhost:8080, it worked fine. But whenever i want to create a ...
49
votes
4answers
13k views

Python ImportError cannot import urandom Since Ubuntu 12.04 upgrade

Upgraded Ubuntu to Precise Pangolin (12.04), and Python's Random is now broken... I suspect other things might be broken too. How do I fix Python? File "/usr/lib/python2.7/random.py", line 47, in ...
48
votes
7answers
93k views

How to setup a Subversion (SVN) server on GNU/Linux - Ubuntu

I have a laptop running Ubuntu that I would like to act as a Subversion server. Both for myself to commit to locally, and for others remotely. What are the steps required to get this working? Please ...
47
votes
19answers
8k views

Is Ubuntu an acceptable distro for running a production server?

I'm not a great Linux expert, but I'm comfortable running my Ubuntu desktop. I've also got a little experience running Ubuntu as a server as well, for my home network. At work, we're considering ...
43
votes
8answers
17k views

How to get F# working with Mono?

I can't seem to find a compiler/plugin for mono. Does one exist?
41
votes
8answers
49k views

Installing Ruby 1.9.1 on Ubuntu?

I wonder about installing the latest version of Ruby on Ubuntu 9.04. Now I can run through the ./configure and make stuff fine, but what I wonder about: how to avoid conflicts with the packaging ...
41
votes
6answers
33k views

gnu/stubs-32.h: No such file or directory

I am trying to install NachOS on my laptop and I have Ubuntu 11.04 on the laptop. The code is in C and so to build it I assume I will need cross compiler. This is where my problem is. I downloaded ...
40
votes
10answers
19k views

Node.js installation: openssl not installed

I have installed libssl-dev and openssl but I get this when I install node.js: > ./configure && make && make install ...
39
votes
8answers
75k views

Set environment variable in Ubuntu [closed]

In Ubuntu, I'd like to switch my JAVA_HOME environment variable back and forth between Java 5 and 6. I open a terminal and type in the following to set the JAVA_HOME environment variable: export ...
37
votes
11answers
23k views

How to stop a Daemon Server in Rails?

I am running my rails application using the following $script/server -d webrick on my Ubuntu system , above command run the webrick server in background . I could kill the process using kill ...
36
votes
2answers
15k views

Nginx no-www to www and www to no-www

I am using nginx on Rackspace cloud following a tutorial, searched the net and so far can't get this sorted. I want www.mysite.com to go to mysite.com as normal in .htaccess for seo and other ...
36
votes
2answers
34k views

How to enable curl, installed Ubuntu LAMP stack? [closed]

I have installed ubuntu Lamp stack. But the curl is not enabled, neither can I can find the extension listed in the INI file. I added manually but it didn't work either. How should I enable Curl ...
36
votes
1answer
14k views

Who can tell me the difference and relation between ffmpeg, libav, and avconv

when I run ffmpeg on Ubuntu, it shows: $ ffmpeg ffmpeg version v0.8, Copyright (c) 2000-2011 the Libav developers built on Feb 28 2012 13:27:36 with gcc 4.6.1 This program is not developed anymore ...
36
votes
5answers
43k views

Open a new tab in gnome-terminal using command line

gnome-terminal --tab at the terminal, I expect it to open a new tab in the same terminal window. But it opens a new window instead. I found out that its intention is to open a new tab in a new ...
35
votes
6answers
48k views

SVN - Permission Denied

I have set up a Linux Server and installed Apache and SVN and dav_svn on it. Now, when I try to upload to https://x.x.x.x:x/svn/repo with Tortoise SVN I get Can't open file ...
34
votes
6answers
14k views

Call to undefined method PHP_CodeCoverage_Filter::getInstance()

I've got a fresh copy of PHPUnit installed on my system (Ubuntu 11), but whenever I type phpunit in the console I get the following error: PHP Fatal error: Call to undefined method ...
34
votes
7answers
54k views

svn over HTTP proxy [closed]

I'm on laptop (Ubuntu) with a network that use HTTP proxy (only http connections allowed). When I use svn up for url like 'http://.....' everything is cool (google chrome repository works perfect), ...
34
votes
1answer
9k views

Jenkins User on Apt-Get Install Installation

I just installed Jenkins on my Ubuntu server via the debian installation steps (using apt-get install). I want my build to pull from a private git repository on GitHub. With that, I need to use SSH ...
33
votes
3answers
16k views

Clear the Ubuntu bash screen for real

Using the clear command on the terminal only fools the user into thinking the screen has been cleared...you can still see output from the previous commands when you scroll using the mouse. This makes ...
32
votes
9answers
25k views

couldn't connect to server 127.0.0.1 shell/mongo.js

when i setup mongodb in my ubuntu , i try : ./mongo it show this error : couldn't connect to server 127.0.0.1 shell/mongo.js so what can i do , thanks
32
votes
1answer
21k views

Android/Eclipse Installation on Ubuntu 11.04 - aapt and adb not working properly

I am a Linux n00b trying to setup my development environment in Eclipse. I have Eclipse and the Android SDK installed, but I am getting some errors when I start Eclipse or when I try to run ./aapt or ...
31
votes
11answers
26k views

Bash script to replace spaces in file names

Can anyone recommend a safe solution to recursively replace spaces with underscores in file and directory names starting from a given root directory? For example, $ tree . |-- a dir | `-- file ...
31
votes
2answers
7k views

How to color the Git console in Ubuntu?

I recently saw that the Git console in Windows is colored, e.g. Green for additions, red for deletions, etc. How do I color my Ubuntu Git console like that? To install it, I used the command: $ ...
31
votes
3answers
16k views

How to make Emacs terminal colors the same as Emacs GUI colors?

I program with Emacs on Ubuntu (Hardy Heron at the moment), and I like the default text coloration in the Emacs GUI. However, the default text coloration when Emacs is run in the terminal is different ...
30
votes
13answers
5k views

Can't stop WEBrick 1.3.1 with ctrl-c on Ubuntu 11.04

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 ...
29
votes
4answers
19k views

How to thoroughly purge and reinstall postgresql on ubuntu?

Somehow I've managed to completely bugger the install of postgresql on Ubuntu karmic. I want to start over from scratch, but when I "purge" the package with apt-get it still leaves traces behind such ...
28
votes
5answers
6k views

How to change the highlight color in autocomplete box in Eclipse

I can't find a way to change the color of the highlighted selection in the autocomplete box in Eclipse. As you can see from the screenshot white text on light gray background is not very readable. ...
28
votes
2answers
11k views

What package includes AB the Apache Server Benchmarking Tool in Ubuntu [closed]

I'm trying to find ab - Apache HTTP server benchmarking tool for Ubuntu, I'm hoping there's a package I can install for it. I decided I need to do some simple load testing on my applications.
27
votes
4answers
9k views

SSH cannot authenticate to git@github.com

Recently, I sign up for a free plan on Github.com. I follow their instructions to generate a ssh key to add to my account. However, when I try ssh -v git@github.com, I get this error: debug1: Server ...
27
votes
2answers
7k views

nginx - nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)

All of a sudden I am getting the below nginx error * Restarting nginx * Stopping nginx nginx ...done. * Starting nginx nginx nginx: [emerg] bind() to [::]:80 failed (98: Address already in use) ...
27
votes
11answers
10k views

How to get Readline support in IRB using RVM on Ubuntu 11.10

I have tried everything I can think of to get this to work, to no avail so here I am requesting suggestions on how to debug. Firstly, runnning Ubuntu 11.10 Installed rvm: $ bash < <(curl -s ...
27
votes
4answers
41k views

How do I install the OpenSSL C++ library on Ubuntu?

I'm trying to build some code on Ubuntu 10.04 LTS that uses OpenSSL 1.0.0. When I run make, it invokes g++ with the "-lssl" option. The source includes: #include <openssl/bio.h> #include ...
27
votes
2answers
5k views

Rails 3.1 on Ubuntu 11.04 via RVM - uninitialized constant Psych::Syck

gem install rails --pre ERROR: While executing gem ... (NameError) uninitialized constant Psych::Syck I can't seem to find any info on how to resolve this. Has anyone else had the same problem? ...
27
votes
8answers
34k views

adb devices command not working

I'm running Ubuntu 10.10 64 bit. I have ia32-libs installed along with Android Debug Bridge version 1.0.26. My problem(s): adb devices >>> ???????????? no permissions sudo adb devices >>>> sudo: ...
27
votes
2answers
2k views

Multicore and memory usage in R under Ubuntu

I am running R on an Ubuntu workstation with 8 virtual cores and 8 Gb of ram. I was hoping to routinely use the multicore package to make use of the 8 cores in parallel; however I find that the whole ...

1 2 3 4 5 211