I like to run the development releases of Ubuntu (alpha, beta, whatever).
Is there any reason why I shouldn't enable proposed updates for Ubuntu before Ubuntu is released as stable?
Are proposed updates different after a stable Ubuntu release?
I'm trying to pull from and push to bazaar branches hosted at launchpad.net but my internet provider is blocking port 22. Is it possible to use port 80 or 443 instead?
How do I disable the guest session in Ubuntu 11.10 or higher? I don't want people to be able to use my computer without using a password to log in!
I am trying to manually set the computer's time in VirtualBox but it always resets itself to what it was before I changed it. How can I disable ntp and tell the system what time I want it to be?
When I run echo $PATH
, I only get the following:
/usr/local/bin:/usr/bin:/bin
According to /etc/environment, I should be getting:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
I noticed this because I wasn't to able to run a new game which I had just installed because /usr/games was not in my path.
My .profile and .bashrc are normal.