The current LTS (Long Term Support) 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.

learn more… | top users | synonyms (5)

6
votes
2answers
273 views
+50

ess won't fully install ubuntu 12.04

The last time I ran sudo apt-get upgrade ess gave this error and now says its not fully installed. I checked and installed all dependencies and couldn't find any other reports of this issue. I also ...
0
votes
2answers
98 views
+50

How to handle windows on multiple screens?

I've multiple screens i.e. one computer monitor and one TV. It would be preferable if, when the TV is turned off, nothing is sent to the TV but as it happens, I can have the TV turned off and ...
1
vote
1answer
117 views
+50

All commands in my crontab fail with “Permission denied”

crontab -e and crontab -l work just fine: $ crontab -l | grep -v '^#' * * * * * /usr/bin/env * * * * * echo 'Hello from crontab' However, I see two messages like this every minute in ...