Difference between revisions of "Ubuntu"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(→‎Notes: console errors)
(→‎Notes: sources.list)
Line 21: Line 21:
 
* '''2006-09-06''' [http://asay.blogspot.com/2006/09/mark-shuttleworth-can-afford-freedom.html Mark Shuttleworth can afford freedom ''(Forbes)'']
 
* '''2006-09-06''' [http://asay.blogspot.com/2006/09/mark-shuttleworth-can-afford-freedom.html Mark Shuttleworth can afford freedom ''(Forbes)'']
 
==Notes==
 
==Notes==
 +
* The standard install does not include many available packages; to access the additional packages, you need to enable (or add) the appropriate repositories. This can be done either through one of the package managers (apt, Synaptic, Adept) or by directly editing [[sources.list]]. [http://rafb.net/paste/results/JLnMVa98.html sample sources.list]
 
* When running the LiveCD, the user is apparently "ubuntu" with an empty password (this works for logging in). Unfortunately, this doesn't work for unlocking a locked session. What you can do, however, is start a ''new'' session, then change your password within that session, log out, and use the new password to log back in to your original session. (On an IBM Thinkpad, however, the screen became munged after ending the 2nd session, and we haven't been able to figure out how to fix that.)
 
* When running the LiveCD, the user is apparently "ubuntu" with an empty password (this works for logging in). Unfortunately, this doesn't work for unlocking a locked session. What you can do, however, is start a ''new'' session, then change your password within that session, log out, and use the new password to log back in to your original session. (On an IBM Thinkpad, however, the screen became munged after ending the 2nd session, and we haven't been able to figure out how to fix that.)
 
* Many (all?) GUI apps seem to generate the following errors when run from the console, even though they may work just fine:
 
* Many (all?) GUI apps seem to generate the following errors when run from the console, even though they may work just fine:

Revision as of 14:31, 29 November 2006

Ubuntu is a distribution (or "distro") of Linux.

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

The project was founded by South African entrepreneur Mark Shuttleworth via his company, Canonical Ltd. According to Wikipedia, the name "Ubuntu" comes from the South African concept of Ubuntu — roughly, "humanity towards others".

Reference

Links

Discussion

  • wish list: suggestions for improving the Gnome implementation in Ubuntu

Upgrading

gksu "update-manager -c"
...however, many people are reportedly having problems with this.

Blog Entries

Notes

  • The standard install does not include many available packages; to access the additional packages, you need to enable (or add) the appropriate repositories. This can be done either through one of the package managers (apt, Synaptic, Adept) or by directly editing sources.list. sample sources.list
  • When running the LiveCD, the user is apparently "ubuntu" with an empty password (this works for logging in). Unfortunately, this doesn't work for unlocking a locked session. What you can do, however, is start a new session, then change your password within that session, log out, and use the new password to log back in to your original session. (On an IBM Thinkpad, however, the screen became munged after ending the 2nd session, and we haven't been able to figure out how to fix that.)
  • Many (all?) GUI apps seem to generate the following errors when run from the console, even though they may work just fine:
X Error: BadDevice, invalid or uninitialized input device 166
  Major opcode:  144
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 166
  Major opcode:  144
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
ScimInputContextPlugin()
~ScimInputContextPlugin()

Does anyone know what this means?