FAQ
NEXT TRAINING MEETING: |
Contents |
Welcome to the Training FAQ! The aim of this page is to provide an up to date list of common questions that we get about the Training project. We encourage you to update this document when something is missing so it becomes a core source of information for the project.
General Questions
I'd like to translate the Ubuntu desktop course, where do I find information?
Is the Structure/Content of the Ubuntu desktop course, open for discussion? If so, where? How?
See Getting Involved
Is there an alternative to using Bazaar?
How does one download the files using wget?
wget 'https://wiki.ubuntu.com/Training?action=AttachFile&do=get&target=student.pdf' -O student.pdf
If you get the error "Unable to establish SSL connection." use --no-check-certificate:
wget --no-check-certificate 'https://wiki.ubuntu.com/Training?action=AttachFile&do=get&target=student.pdf' -O student.pdf
Bazaar and Launchpad
How can I start working on the Ubuntu desktop course?
Training/FAQ (last edited 2008-08-06 17:00:14 by localhost)