FAQ

Differences between revisions 8 and 9
Revision 8 as of 2008-03-07 05:02:34
Size: 1534
Editor: 59
Comment:
Revision 9 as of 2008-03-16 20:37:14
Size: 1399
Editor: host-196
Comment: answered "How to download the materials with wget"
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
wget 'https://wiki.ubuntu.com/Training?action=AttachFile&do=get&target=student.pdf' -O student.pdf
Line 19: Line 20:
 I tried using this way

 wget https://wiki.ubuntu.com/Training?action=AttachFile&do=get&target=student.pdf
[1] 12367
[2] 12368
--10:35:41-- https://wiki.ubuntu.com/Training?action=AttachFile
           => `Training?action=AttachFile'
Resolving wiki.ubuntu.com... 91.189.90.150
Connecting to wiki.ubuntu.com|91.189.90.150|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
10:35:43 ERROR 403: Forbidden.
If you got ''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

Include(Training/Header)

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?

See [:Training/KnowledgeBase#head-287f7e43d4d58a9972cca5cd4081b188a80953d4: Training Knowledgebase].

Is the Structure/Content of the Ubuntu desktop course, open for discussion? If so, where? How?

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 got 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?

See [:Training/KnowledgeBase#head-f38c8334e94244d5541a77a896d14246b15f7a9e: Training Knowledgebase].

Training/FAQ (last edited 2008-08-06 17:00:14 by localhost)