Ubuntu is a desktop and server operating system based on Debian GNU/Linux. Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.
61
votes
14answers
32k 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
...
49
votes
13answers
14k 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 ...
41
votes
14answers
107k 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 ...
41
votes
19answers
7k 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 ...
36
votes
4answers
20k views
Gems and Ubuntu
I recently upgraded to Ubuntu 9.04 and I have issues using gems.
I have installed ruby, ruby gems and rails using apt-get
The rails command do work.
I have then installed capistrano and other gems ...
35
votes
4answers
9k 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 ...
34
votes
8answers
12k views
31
votes
8answers
17k 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 ...
29
votes
5answers
9k views
Node.js could not configure a cxx compiler! (Ubuntu)
I have Ubuntu installed and I am trying to compile node.js
27
votes
17answers
46k views
Problem creating a tomcat 6 server in eclipse form Ubuntu
Hey Guys,
I m Having a problem running tomcat 6 with eclipse 3 in ubuntu.
i installed tomcat 6 on my machine and when i test it using http://localhost:8080, it work fine.
But when i want to create a ...
26
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?
...
26
votes
6answers
11k 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 ...
26
votes
7answers
8k 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 ...
25
votes
12answers
2k 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 ...
25
votes
15answers
21k views
How do I erase my disk? (In a secure way) (Ubuntu) [closed]
I mean really erase. In a secure way.
(It's Ubuntu)
UPDATE: Ok, "shred -vfz -n 10 /dev/hda" looks like what I was after.
24
votes
7answers
37k 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 ...
23
votes
1answer
867 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 ...
22
votes
16answers
16k views
A visual MySQL tool for Ubuntu
I have recently installed Ruby on Rails on my new Ubuntu machine (first time for me) and i was working through a demonstration on setting up a sample blog.
Basically, i came to the part of setting up ...
21
votes
7answers
25k 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 ...
20
votes
3answers
4k 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, ...
20
votes
4answers
26k 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 ...
19
votes
25answers
19k views
What programming languages should I learn when using Ubuntu? [closed]
I have been a Windows OS user for a couple of years. I want to try Ubuntu Linux. I have three questions:
Is Linux a good OS for learning programming languages?
What programming languages should I ...
18
votes
4answers
6k views
.bashrc at ssh login
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 ...
17
votes
1answer
345 views
Calling Haskell from Java with C in between
This probably sounds like a nightmare, but I'd really like to get this working. I am using this example for the most part: Calling C from Haskell and am trying to get this working on ubuntu.
I am ...
17
votes
3answers
10k 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 ...
16
votes
5answers
9k 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 ...
16
votes
16answers
15k views
Recommend a laptop for programming under linux (Ubuntu) [closed]
I want to buy a laptop for programming under linux and I have no idea what specific problems can appear (like "no drivers for device", "impossible to hibernate" and so on...)
What should I think of ...
15
votes
6answers
18k 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 ...
15
votes
21answers
5k views
Which is the best LINUX distribution for an all time Windows user
I want a Linux installation which closely matches with Windows Vista in terms of GPU support and good Desktop experience.
I heard that Ubuntu is a good choice here. Anybody have thoughts or ...
14
votes
9answers
288 views
how to make this “action-packed, random data” being echoed in a terminal?
OK, this isn't really a question to achieve anything practical, but still it is a serious question and I hope it will be taken seriously and mods won't punish me for this :)
I'm sure majority of you ...
14
votes
2answers
5k views
updating RubyGems on Ubuntu
Does anybody know how to update RubyGems on Ubuntu. The usual way doesn't work:
steve@ubuntu:~$ rails /home/steve/www/mynewapp -d mysql
create
create app/controllers
create ...
14
votes
8answers
12k views
showing a message box from a bash script in linux
I'm writing a few little bash scripts under Ubuntu linux. I want to be able to run them from the GUI without needing a terminal window to enter any input or view any output.
So far the only input ...
13
votes
8answers
13k views
Installing Rails Path on Ubuntu with RVM
I'm a linux noob running Ubuntu 10.04 and trying to install rails. I first installed ruby and then RVM and then downloaded and installed rubygems and then installed rails.
Rails only seems to respond ...
13
votes
3answers
1k views
Ubuntu System Tray in Python
How do I put a program in the system tray (I don't think it's called like that in Linux) in python TKINTER for UBUNTU 9.04.
13
votes
10answers
43k views
iPhone App Development on Ubuntu [closed]
Possible Duplicate:
Starting iPhone app development in Linux?
Is there a way to use Ubuntu Linux for developing iPhone applications destined to be listed on Apples app store ?
13
votes
3answers
4k views
Virtualenv on Ubuntu with no site-packages
I've been using virtualenv lately while developing in python. I like the idea of a segregated development environment using the --no-site-packages option, but doing this while developing a PyGTK app ...
12
votes
6answers
5k views
Installing Ruby on Ubuntu 10.10 using RVM, problem with gem
I've decided to start fresh with ubuntu 10.10.
I started with installing git and then installing rvm from the git repo. everything worked
fine and I compiled and install ruby 1.8.7 and ruby 1.9.2
...
12
votes
4answers
2k views
How to sanely configure security policy in Tomcat 6
I'm using Tomcat 6.0.24, as packaged for Ubuntu Karmic. The default security policy of Ubuntu's Tomcat package is pretty stringent, but appears straightforward. In /var/lib/tomcat6/conf/policy.d, ...
12
votes
3answers
3k views
Code a timer in a python GUI in TKinter
I need to code a program with GUI in python (I'm thinking of using TKinter, 'cause it's easy, but I'm open to suggestions).
My major problem is that I don't know how to code a timer (like a clock... ...
12
votes
5answers
9k views
rake: command not found
I'm trying to install rails on Ubuntu 9.10.
gem list --local
*** LOCAL GEMS ***
actionmailer (2.3.4, 2.3.2)
actionpack (2.3.4, 2.3.2)
activerecord (2.3.4, 2.3.2)
activeresource (2.3.4, 2.3.2)
...
12
votes
6answers
14k views
Learning OpenGL in Ubuntu
I'm trying to learn OpenGL and improve my C++ skills by going through the Nehe guides, but all of the examples are for Windows and I'm currently on Linux. I don't really have any idea how to get ...
12
votes
9answers
1k views
How to start using and developing on Ubuntu Linux?
I am a newbie Linux user who came from 10 years using windows OS, and developing in Microsoft languages.
I want to have a good experience in Linux world and developing on it.
First, I want to learn ...
11
votes
2answers
616 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.
...
11
votes
2answers
361 views
How do I make an ubuntu/debian package for a twistd/twisted plugin?
As a follow-up to How do I write a setup.py for a twistd/twisted plugin that works with setuptools, distribute, etc?, how does one make a debian package for a twisted plugin?
Assuming the setup.py is ...
11
votes
5answers
18k views
How to upgrade Eclipse from 3.5 (Galileo) to 3.6 (Helios) the proper way?
I notice this question has been asked a few times but I don't really like the solution with two Eclipses in parallel. I just want my Galileo upgraded to Helios with preservation of all settings, ...
11
votes
5answers
13k views
Set environment variable in Ubuntu
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 ...
10
votes
3answers
126 views
How to install and manage many versions of R packages
I am developing a framework for reproducible computing with R. One problem that I am struggling with is that some R code might run perfectly in version X.Y-Z of a package, but then why you try to ...
10
votes
1answer
2k views
Can't install PHPUnit via PEAR, requires PEAR Installer >= 1.9.2, can't upgrade PEAR from 1.9.0
I read the other PHPUnit installation questions but haven't had any success. What is going on with my PEAR install?
$ sudo pear update-channels
Updating channel "components.ez.no"
Channel ...
10
votes
3answers
3k views
opengl es 2.0 on linux
I would like to develop openGLES 2.0 apps on my ubuntu machine. I could not find any libraries/emulators that support ES 2.0 yet. Any suggestions?
10
votes
2answers
3k 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 ...