/[ddp]/manuals/trunk/quick-reference/README
ViewVC logotype

Contents of /manuals/trunk/quick-reference/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2182 - (show annotations) (download)
Sun Feb 23 07:52:41 2003 UTC (10 years, 3 months ago) by osamu
File size: 6893 byte(s)
new contents for English
1 Known problems and needed additions:
2
3 === KNOWN BUGS ===
4 * Some translated document contains English. (Send me more translations)
5 * &nbsp; comes out strange in <example> for PDF (still?)
6 * need to fix tab
7 * FIXME sections ("XXX FIXME XXX") in source
8 * Finnish are in its infancy and will not be packaged.
9 * No Japanese started
10 * aptitude needs to be used more often
11
12 === TIPS to be included soon ===
13
14 * Pointer to http://www.ibm.com/developerworks/
15 http://www.ibm.com/developerworks/linux/
16
17 * Laptop PC tuning
18 anacron
19
20 * Network
21 FIXED IP
22 DHCP
23 pppoe
24
25 * More X configuration for my hires 125 DPI screen
26
27 * Maybe new chapter/section on Desktop Application
28 Openoffice.org Application: very stable
29 KDE: mature but funny feel
30 GNOME: some stable, others unstable but I like them
31
32 * xlibmesa3 and HW accel
33 Differ HW compatibility issues to xfree86-common package
34
35 * Real UNIX
36 ("Miquel van Smoorenburg" <miquels@cistron.nl>)
37 >In order to find a Real Thing copy of the Bourne shell you would need
38 >to run on a commercial proprietary system which still has the legacy
39 >executables on the system.
40
41 Well, not really. Here ya go:
42 http://ftp.gcu-squad.org/tuhs/PDP-11/Distributions/research/Henry_Spencer_v7/
43
44 The original Unix v7 sources for the PDP11. Including 'sh' and 'cc'.
45
46 There's also a binary distribution floating around on the net,
47 and a PDP11 emulator. I've booted Unix v7 (from 1979!) and recompiled
48 some utilities, talk about retro computing!
49
50 Ah, at the same site. See
51 http://ftp.gcu-squad.org/tuhs/PDP-11/Emulators/Supnik_2.3/
52
53 Anybody want to do a Debian/V7 ? ;)
54
55 Ofcourse, all this stuff predates posix by at least a decade.
56
57 > But none of those sources are free either. Just because you have
58 > access to the source code does not make the source free software.
59
60 (Frank Gevaerts <frank@gevaerts.be>)
61 Wrong. Caldera (who now own Unix), have released the sources of old
62 unices under a BSD-style license (the one with advertising clause)
63
64 Have a look at :
65
66 http://www.tuhs.org/Archive/Caldera-license.pdf
67
68 (Also look at http://www.tuhs.org/)
69
70 Note that you need to work backwards so the line numbers don't change.
71
72 * iptable tutorials
73 check http://www.linuxguruz.org/ especially /iptables/
74 Also kernel source Documentation/networking/*
75
76 * eql = tun + eth0 related sites review and summary
77 http://qos.ittc.ukans.edu/
78 http://www.qosforum.com/docs/faq/
79 http://www.fibrespeed.net/~mbabcock/linux/qos_tc/
80 http://qos.ittc.ukans.edu/howto/
81 http://www.ds9a.nl/2.4Routing/
82
83 * Wine tutorials
84 http://www.samag.com/documents/s=1824/sam0201a/0201a.htm
85
86 * upgrade with apt-get
87 > Can two Debian 3 systems with the exact same sources.list file have
88 > different packages available lists? I have on some packages different
89 > version numbers and some packages are missing...
90
91 (per Colin Watson <cjwatson@debian.org>)
92 Perhaps you're updating with 'apt-get update' rather than 'dselect
93 update', and then using some tool (like 'dpkg -p' or dselect) that
94 expects dpkg's available database to be up-to-date?
95
96 * fbset for all ttys
97 # fbset -t 13334 144 24 29 3 136 6 -a
98
99 * two-sided and two-in-one printing of PDF
100 gv:
101 print even and odd pages
102 mpage
103 env variable set to "-bA4 -t -T -2 -Pprn0008" for double-sided A4 with
104 two pages to each sheet
105 a2ps is alternative to mpage
106
107 CUPS (per Derrick 'dman' Hudson <dman@dman.ddts.net>)
108 1) print to file
109 2) lp -o number-up=2 -o page-set=even
110 3) reinsert pages in printer
111 4) lp -o number-up=2 -o page-set=odd
112
113 * COMPAQ PC BIOS problem
114 http://www29.compaq.com/falco/sp_result.asp?Model=2722&Os=0
115
116 * Link for Hardware issues RS6000 J30, Ron Johnson <ron.l.johnson@cox.net>
117 http://www.kernel.org/
118 http://penguinppc.org/intro.shtml
119 http://penguinppc.org/projects/hw/
120 http://oss.software.ibm.com/developer/opensource/linux/projects/ppc/models.php
121 http://www.debian.org/ports/powerpc/
122 news:comp.os.linux.powerpc
123 IBM site: "MCA: POWER- and MCA-based machines do not work at all.
124 The only development effort for these machines is located at
125 http://www.sjdjweis.com/linux/rs6k/"
126
127 * Max date on 32 bit Unix/Linux: 2038-01-18 19:14:07
128
129 * GIF and UNISYS issue
130 GIMP issues are already answered but let me draw your attention to the
131 UNISYS issue.
132
133 http://www.ora.com/infocenters/gff/gff-faq/
134
135 I never used it but there are utilities called ungif in Debian. That
136 may be what you want :)
137
138 $ apt-cache search ungif
139
140 With this, you can use GIF like the Debian website :-)
141 (We all know the GNU site does not like using these non-LZW GIFs
142 either.)
143
144 * Package split scenario (Check NM/Dev REF)
145 The groff split example:
146 Potato:
147 groff
148 Woody:
149 groff-base Suggests: groff, groff-x11
150 groff Depends: groff-base, Suggests: groff-x11
151 groff-x11 Depends: groff-base, Suggests: groff
152
153 * memwatch (memory test)
154 It is listed on the GNU site.
155 http://www.gnu.org/directory/devel/debug/
156 http://www.gnu.org/directory/devel/debug/memwatch.html
157
158 * digital camera = www.gphoto.org
159 Also note that any camera with removable media will work with Linux
160 through USB Mass Storage-compatible readers.
161 These X-fun apps needs to be summarized in separate documents.
162
163 === TODO ===
164 * Thinking about using po-debiandoc by Denis Barbier <barbier@debian.org>
165 to manage translation.
166 http://people.debian.org/~barbier/devel/po-debiandoc/
167
168 * Thinking about moving to dookbook-xml
169
170 Please join me if you care.
171 Any solid patch file will be appreciated.
172
173 Osamu Aoki <debian@aokiconsulting.com>
174 Osamu Aoki <osamu@debian.org>
175
176
177 -----------------------------------------------------------------
178 OLD README:
179 This "qref" project in sourceforge.net is organized by
180 Osamu Aoki <debian@aokiconsulting.com>
181
182 Update can be done by anyone who has CVS write access.
183 Drop me an e-mail with your sourceforge account name. I will
184 add you to CVS write access. Initial file tree will be built by me.
185
186 Look into documentation of boot-floppies and learn how to use CVS.
187
188 If you take over, get permission from previous person by mail.
189 Using your own branch for frequent update if you are not maintainer
190 of that tree. All communication shall be done through:
191
192 qref-developers@lists.sourceforge.net
193
194 This is a very loose lock and supposedly relies on respect.
195
196 Once debian-packages are made, BTS shall be used as much as possible.
197
198 Eventually, I want to move to the DDP CVS site but not yet.
199 CVS archive at sourceforge is open to everyone.
200
201 Private ML for developers:
202 qref-developers@lists.sourceforge.net
203
204 Development homepage:
205 http://qref.sourceforge.net/doc
206
207 Osamu Aoki <debian@aokiconsulting.com>
208 Please drop me an e-mail before editing and working on this SGML file.
209 My favorite French words: "laissez faire"
210 _________________________________________________________________________
211 Now tracking file status is embedded in each file as <![%FIXME[...]]>
212 See README first for urgent TODO.

  ViewVC Help
Powered by ViewVC 1.1.5