Questions tagged [10.04]

Codenamed "Lucid Lynx", this is the third Long Term Support (LTS) release of Ubuntu. Released April 2010, and no longer supported since May 2013 on Desktops and April 2015 on Servers. Questions about unsupported versions are likely to be closed as off-topic.

Questions regarding this Long Term Support (LTS) release of Ubuntu. Code named: Lucid Lynx.

Other Ubuntu Flavors available under 10.04 LTS:

  • Kubuntu
  • Edubuntu
  • Ubuntu Studio
  • Mythbuntu
  • Xubuntu

Ubuntu Editions available under 10.04:

Questions about any edition of this version are considered off-topic since it reached its end of life.

Ubuntu releases

1938 questions
154
votes
2 answers

How do you get a list of all starting services?

I know about the update-rc.d SERVICE OPTIONS command to add and remove services from startup, but how do I use it to get a list of all the services that are currently configured to start at startup? Is there some other way to get this list?
Lance Roberts
  • 4,007
  • 4
  • 24
  • 28
64
votes
1 answer

Install mod_proxy to get ProxyPass to work

I've been trying to follow these instructions, so that I could get the Citadel mail server to work alongside Apache, but I get an error when I try to restart Apache: Invalid command 'ProxyPass', ... I was told in the Apache docs that this is from…
Lance Roberts
  • 4,007
  • 4
  • 24
  • 28
61
votes
4 answers

Why does scp get stalled? How do I resolve it?

When I attempted to copy a file (of size, ) over the network using scp I get a error stalled Why does this happen? How do I resolve it?
Lelouch Lamperouge
  • 2,828
  • 4
  • 19
  • 19
50
votes
3 answers

How to show current permissions of a folder

I want to find out who has what permissions on a certain folder. How would I go about viewing this? The folder in question is /srv/www
user17934
46
votes
1 answer

How do you add "open in terminal" to the right-click mouse menu for folders/directories?

I would like to add it to the default menu (mouse right-click) Like I want to right click on a folder and open it in the terminal. I don't want to have to find the directory in the terminal.
Alex
  • 2,079
  • 9
  • 33
  • 40
41
votes
2 answers

Specify the time of daily log rotate

I noticed that daily log rotations which are listed under /etc/logrotate.d/ are executed in the morning around 6:40 am. This is clear from the beginning and ending of the log files. Can I customize this time and set it to midnight for example? It is…
Khaled
  • 1,652
  • 5
  • 22
  • 35
40
votes
10 answers

Which hard disk drive is which?

I want to know which hard disk drive corresponds to which device path. It's trivial to match the hard disk stats (brand, size) with the dev path, but I want more. I want to know which drive is which inside my case. What's a good way to go about…
djeikyb
  • 29,665
  • 9
  • 55
  • 85
37
votes
1 answer

What is the default 'backup' user for?

I am setting up multiple-machine backup plan and I was hoping to use a user called 'backup' on each machine as the backup destination. My problem is, there is already a user called 'backup' on my machine. What is it for, and can I hijack it for my…
Stephen RC
  • 4,712
  • 7
  • 39
  • 47
36
votes
11 answers

How to restart only missing/invisible mouse pointer/cursor?

For some reason, the mouse pointer on my Ubuntu 10.04 PC disappears after the computer is woken up from suspend. That PC is missing a keyboard, so I can fix this by logging via ssh, and issuing: sudo service gdm restart ... however, this basically…
sdaau
  • 3,018
  • 4
  • 39
  • 49
33
votes
6 answers

How to enable ufw firewall to allow icmp response?

I have a series of Ubuntu 10.04 servers and each one has ufw firewall enabled. I have allowed port 22 (for SSH) and 80 (if it's a webserver). My question is that I am trying to enable icmp echo response (ping reply). ICMP functions differently…
Jeremy Hajek
  • 627
  • 1
  • 7
  • 14
33
votes
2 answers

How to change tab width in terminal in Ubuntu 10.04

When I press tab in terminal it goes very far. So I would like to change tab width, make it smaller. Anyone could help me, please?
Templar
  • 981
  • 3
  • 13
  • 25
33
votes
17 answers

Blank screen, blinking cursor on boot

Occasionally my Ubuntu 10.04 PC won't boot properly. It gets past Grub and then stops at a blank screen and blinking cursor. From what I've read, this blinking cursor screen is presented by Ubuntu itself and not Grub, so I assume the boot process…
conorgriffin
  • 977
  • 3
  • 10
  • 13
32
votes
4 answers

Force install apt-get

I tried installing beanstalkd with sudo apt-get install beanstalkd (also with -f option) and I get the following error: Reading package lists... Done Building dependency tree Reading state information... Done You might want to run `apt-get -f…
aWebDeveloper
  • 633
  • 1
  • 8
  • 14
31
votes
4 answers

How can I completely remove Ruby + Rails + Gems?

I have messed up my Ruby dev environment on Ubuntu 10.04. What is the best possible way to remove these packages from my system? Ruby All Gems RubyGems To start fresh, I would like to re-install Ruby using RVM.
zengr
  • 798
  • 2
  • 10
  • 16
31
votes
1 answer

How do I enable the mod_rewrite Apache module for Ubuntu 11.04?

In other linux like CentOS, it works but i am not getting it running in Ubuntu 11.04. /var/www/html/folder/public/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
user25165
1
2 3
99 100