Top "Ubuntu-11.10" questions

Ubuntu release that was released on 13 October 2011.

How to add RSA key to authorized_keys file?

I've created an RSA public key and I want to add that to authorized_keys file, but there is no …

ubuntu-11.10 ssh-keys authorized-keys
Ubuntu - Run command on start-up with "sudo"

I would like to run a sudo command when Ubuntu starts up (before anyone logs in): sudo searchd How would …

linux ubuntu-11.10
Rails: FATAL - Peer authentication failed for user (PG::Error)

I am running my development on Ubuntu 11.10, and RubyMine Here is my development settings for the database.yml: which RubyMine …

ruby-on-rails postgresql ruby-on-rails-3 ruby-on-rails-3.1 ubuntu-11.10
How can I restore /etc/nginx?

By mistake I have removed /etc/nginx directory in my ubuntu 11.10 PC. How can I restore the ngnix directory in /…

ubuntu ubuntu-11.10
Installing IDEA on Ubuntu 11.10

I am trying to install IDEA on Ubuntu 11.10. First, I installed openjdk-7-jdk. Then I tried running the idea.sh …

ubuntu intellij-idea java ubuntu-11.10
Ubuntu error with apache: (98)Address already in use

I am getting this error when I try to start Apache in Ubuntu. (98)Address already in use: make_sock: could …

apache ubuntu-11.10
How to prevent /etc/resolv.conf from getting overwritten after reboot in Ubuntu 11.10?

I'm using Ubuntu 11.10 and I manually configure DNS servers in /etc/resolv.conf but it gets somehow overwritten after I …

networking dns ubuntu-11.10 dhcp
error: package com.sun.tools.javac.util does not exist

I'm trying to run my play 2.0.1 application on Ubuntu 11.10 and when I visit domain.com:9000 I get this error in …

java playframework ubuntu-11.10
How to batch resize images in Ubuntu recursively within the terminal?

I have multiple images stored in a set of organized folders. I need to re-size those images to a specific …

image ubuntu imagemagick ubuntu-11.10
Cannot compile simple c++ program in Ubuntu

I tried to build a simple program in the terminal. #include <stdio.h> #include <stdlib.h> …

c++ compiler-errors ubuntu-11.10