Questions tagged [ubuntu-12.04]

The previous LTS release of Ubuntu, code-named Precise Pangolin. Released on 26th April, 2012. You should only use this tag if your question is hardware or version-specific.

Precise Pangolin was released on 26 April, 2012 and is supported until April 2017.

Code name: Precise Pangolin

The previous stable and Long Term Support (LTS) release of Ubuntu. Unlike previous LTS versions, Canonical will provide support for five years due to popularity of LTS usage in businesses:

  • Two years of support will include hardware updates
  • Remaining three years will consist of maintenance upgrades.

Ubuntu Flavors available under 12.04 (questions on all are allowed):

The 12.04 Ubuntu variants - Mythbuntu, Ubuntu Studio, Xubuntu, Lubuntu - are not commercially supported by Canonical.

Ubuntu Editions available under 12.04 (questions on all are allowed):

2816 questions
14
votes
3 answers

android emulator won't start on ubuntu 12.04 after when run from ssh

I built the android source code based on the http://source.android.com/source/building.html on Ubuntu 12.04 and when I run the emulator I'm getting the error and emulator won't start: WARNING: Application calling GLX 1.3 function "glXCreatePbuffer"…
13
votes
2 answers

Increasing Heap Size on Linux Machines

I work on Ubuntu desktop machine and I'd like to increase heap size for Java. The RAM is 16GB and the current Max Heap Size is 3GB I checked this post post Increasing Tomcat Heap Size Not much found about Ubuntu, so I tried this command: java…
Shadin
  • 1,867
  • 5
  • 26
  • 37
13
votes
2 answers

Configure clamdscan to scan all files on a system on Ubuntu 12.04

I did the following to install clamscan: sudo aptitude install clamav sudo aptitude install clamav-daemon and verified: sudo ps -eal | grep clam 1 S 116 4788 1 2 80 0 - 4004 pause ? 00:00:13 freshclam 1 S 116 5930 1 0 80 0 - 69984 poll_s ?…
Maria
  • 141
  • 1
  • 1
  • 4
13
votes
4 answers

Ubuntu 12.04: ld cannot find library

I'm trying to compile Caffe (http://caffe.berkeleyvision.org/installation.html) and I get the following errors: /usr/bin/ld: cannot find -lcblas /usr/bin/ld: cannot find -latlas However, I have these libraries installed (libatlas). My…
Ran
  • 4,117
  • 4
  • 44
  • 70
13
votes
3 answers

Meteor app deployed to Digital Ocean stuck at 100% CPU and OOM

I have a Meteor (0.8.0) app deployed using Meteor Up to Digital Ocean that's been stuck at 100% CPU, only to crash with out of memory, and start up again at 100% CPU. It's been stuck like this for the past 24 hours. The weird part is nobody is using…
landland
  • 2,117
  • 3
  • 20
  • 26
13
votes
2 answers

Installing apache 2.4 and php 5.5 on ubuntu 12.04

I'm trying to set a test enviroment with apache 2.4 and php 5.5 on a vm with ubuntu 12.04, fist thing is to add the repositories apt-add-repository ppa:ptn107/apache apt-add-repository ppa:ondrej/php5 Then installing apache 2.4 apt-get install…
Miguel
  • 395
  • 1
  • 5
  • 13
13
votes
1 answer

How to undo rm -rf?

How we I undo the rm -rf command? For example, I have an Application folder and I removed it with: rm -rf Application But it was my mistake and want to recover that Application folder, but it's not in Trash folder. What should I do now? Is there…
Amrit Dhungana
  • 4,371
  • 5
  • 31
  • 36
13
votes
6 answers

How can Eclipse find JDK in Linux?

I've installed Eclipse and jdk manually. My JAVA_HOME is set, and I am able to run the java -version and javac -version commands, but when I try to run Eclipse, it shows the following message: A Java Runtime Environment (JRE) or Java Development Kit…
androidevil
  • 9,011
  • 14
  • 41
  • 79
13
votes
1 answer

Apt-get does not find package `git` on Ubuntu 12.04

I am trying to install git on ubuntu 12.04. But when enter the command sudo apt-get install git I get the following message. I have run sudo apt-get update already. Reading package lists... Done Building dependency tree Reading state…
Shahzeb Khan
  • 3,582
  • 8
  • 45
  • 79
13
votes
1 answer

How to install LESS on Ubuntu 12.04?

I am using Ubuntu 12.04. I want to install LESS on my system. Can someone tell me how to install LESS?
user678978
13
votes
1 answer

makeinfo package missing in ubuntu 12.04

Please can anybody give me a answer for this, I have already tried sudo apt-get install makeinfo textinfo texi2html but I still get the error "Unable to find the package."
Invictus
  • 2,653
  • 8
  • 31
  • 50
12
votes
1 answer

gcloud installation permission issue on Ubuntu 12.04

I have installed PHP App Engine SDK first. Then, I installed Google Cloud SDK using: sudo curl https://sdk.cloud.google.com | bash but it's showing error while installing. Then, I installed Google Cloud SDK from a zip file, but it shows an error at…
12
votes
2 answers

How to install older version of Jenkins?

I'm installing Jenkins 1.532-1.1 on Ubuntu 12.04, and I need to install it using apt-get repo. I ran following three commands which installs latest Jenkins just fine: wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | apt-key add…
Sushan Ghimire
  • 7,307
  • 16
  • 38
  • 65
12
votes
5 answers

Can't launch JD-GUI on Ubuntu 12.04.3 64 bits

When I launch JD-GUI on my Ubuntu 12.04.3 (Precise Pangolin) 64 bits system, nothing happens: user@host:~/jd-gui-0.3.5.linux.i686$ ./jd-gui user@host:~/jd-gui-0.3.5.linux.i686$ How do I launch it?
Anthony O.
  • 22,041
  • 18
  • 107
  • 163
12
votes
1 answer

What represents 'StartupWMClass' entry from a .desktop file in Ubuntu?

I am very new in developing application under Linux. I have a doubt regarding about the use of .desktop file to add an icon into the Ubuntu Unity toolbar. I have the following .desktop file: [Desktop…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596