/[cvs]/joko/doc/SampleTasks/joko_2003-03.twingle
ViewVC logotype

Annotation of /joko/doc/SampleTasks/joko_2003-03.twingle

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.101 - (hide annotations)
Sat Mar 15 03:26:13 2003 UTC (21 years, 4 months ago) by joko
Branch: MAIN
Changes since 1.100: +42 -30 lines
+ AUTOCOMMIT: updated/added content

1 joko 1.1 @sequence meta
2     @title joko's sample notes - 2003-03 - ResourceIntegration
3     @subtitle ResourceIntegration II
4     @topic joko's Tasks
5     @author joko@netfrag.org
6     @document-mime-type text/plain
7     @document-mime-type text/english text/german
8     @document-mime-type text/vnd.twingle
9    
10     @sequence meta
11     @document-history
12     @cvs-info
13 joko 1.101 $Id: joko_2003-03.twingle,v 1.100 2003/03/15 01:55:52 joko Exp $
14 joko 1.92
15 joko 1.91
16 joko 1.94 Revision 1.93 2003/03/14 14:55:57 joko
17 joko 1.90 + AUTOCOMMIT: updated/added content
18    
19 joko 1.94 Revision 1.91 2003/03/13 15:25:56 joko
20 joko 1.88 + AUTOCOMMIT: updated/added content
21    
22 joko 1.94 Revision 1.90 2003/03/13 14:56:54 joko
23 joko 1.46 + AUTOCOMMIT: updated/added content
24    
25 joko 1.5
26 joko 1.4 Revision 1.3 2003/03/07 03:56:59 joko
27     + AUTOCOMMIT: updated/added content
28    
29 joko 1.3 Revision 1.2 2003/03/07 00:56:08 joko
30     + AUTOCOMMIT: updated/added content
31    
32 joko 1.2 Revision 1.1 2003/03/06 22:34:20 joko
33     + initial commit
34    
35 joko 1.1
36     @sequence meta
37     @x-transport
38     @x-transport-from grasshopper.netfrag.org
39     @x-transport-to quepasa.netfrag.org
40     @x-transporter Microsoft Windows
41     @x-transporter WinCVS [WinCVS 1.3.8.1 Beta 8 (Build 1)]
42     @x-transporter-protocol cvs client-server protocol
43     @x-transporter OpenSSH client on grasshopper [OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f]
44     @x-transporter-protocol ssh [OpenSSH Version 2]
45     @x-transporter OpenSSH daemon on quepasa [OpenSSH_3.4p1 Debian 1:3.4p1-1, SSH protocols 1.5/2.0, OpenSSL 0x0090603f]
46     @x-transporter cvs [Concurrent Versions System (CVS) 1.11.1p1 (client/server)]
47     @x-transporter-protocol cvs client-server protocol
48     @x-transporter Linux running on quepasa.netfrag.org [Linux version 2.4.18-29um (root@linux) (gcc version 2.95.3 20010315 (SuSE)) #1 Sun May 26 17:01:48 CEST 2002]
49     @x-transporter-protocol ext3
50     @x-transporter Linux running on h1.service.netfrag.org [Linux version 2.4.10-4GB (root@Pentium.suse.de) (gcc version 2.95.3 20010315 (SuSE)) #1 Tue Sep 25 12:33:54 GMT 2001]
51     @x-transporter-protocol ext3
52     #@x-converter twingle [Twingle 0.01 - http://search.netfrag.org/twingle]
53    
54     @sequence script
55     @set o=@todo
56    
57    
58    
59     @sequence block
60     @injected
61     @date 2003-03-06 20:29
62     @file [unknown]
63     @x-editor Notepad [Microsoft Editor Version 5.0 (Build 2195: Service Pack 3)
64     @x-transporter Microsoft COM
65     @x-transporter-protocol copy & paste negotiation
66     @x-editor UltraEdit [UltraEdit(r)-32 Professional Text/HEX Editor Version 8.10b]
67    
68    
69     o use arial|verdana for netscape|mozilla rendering on netfrag.org
70    
71     - We get spam!
72     After feeling relatively safe through amavis based email filtering, it happened again.
73     jonen recieved some spam again.
74    
75     Why?
76     I believe the addresses get collected by foreign agents crawling
77     the growing content on netfrag.org.
78    
79     What todo now?
80     Mungle email addresses published on netfrag.org through some lisp-
81     or scheme-based address-mungler found recently.
82     They stay rfc-compliant, but are (hopefully) unreachable for common
83     regex parsers.
84     Send info to ->jonen.
85     @tbd Automate this task! Do you wanna rewrite each address by hand...???
86    
87     o personal requirement:
88     o daily: review contributions made by other users
89     o requirement to solve this: have everything as rss/rdf and filter the xml by author
90    
91     o rss.netfrag.org (register)
92     o establish some web-based rss-browser embedding content from
93     o RssGenerators for local content ...
94     o news//rss (for news.netfrag.org)
95     o cvs//rss (for cvs.netfrag.org)
96     o ... and RssGateways to other ones, possibly at remote locations
97     o phpWiki//rss (for www.netfrag.org)
98     o TWiki//rss (for future www.netfrag.org)
99    
100     o post to perl-development (nfo.dev.perl):
101     o how to abstract the view/editing of xml-files via an api?
102     o fetch: all|single-node
103     o edit: single-node flattened into an object
104     o browser layer: locator registry (pointing to a) an orm-db and b) to a file-set of xml-files (our control-db))
105     o item layer: view/edit nodes of an xml-file a) in a tree-editor (look at HTML_Tree_XYZ itself!!!) and
106     b) split into our "flat-components" Item and List (object-like)
107    
108     how b)? solve in backend!
109     o backend
110     o change values containing references to their interpolated placeholders to convert a node to an item
111     ->getNode(...)
112     example: getNode('root')
113     o place querying api via XPath parallel to that -> also returns a single node or multiples (a node-set)
114     ->getNodeSet(...)
115     example: getNodeSet('xpath-query|named-filter')
116     o establish backend querying api for xml-documents on top of that!
117     ->sendQuery(...) should dispatch to one of ->getNode or ->getNodeSet
118     o frontend
119     o browse relations (parent-, child-node) using the ValueInterpolator and the ItemComponent
120     o edit Attributes and Content of Nodes with the ItemComponent showing *two* areas (this is the "FlatteningOfNodes"):
121     o -> attributes
122     o -> content
123     That's the way various XML-EasyTree-Xyz implementations use to work.
124     @link http://www.cpan.org/
125     o frontend issues these generic rpc-commands to the backend (encapsulated somewhere)
126     o ->sendQuery(array(remote=1, rpc=1, blah=1, $query )) -
127     which gets dispatched by switching some stuff from "$query" to these methods under the hood (in fact, *implemented at backend side*)
128     o ->getNodeSet('xpath-query|named-filter')
129     example:
130     $xml_filter_query = array( 'return' => 'object|object-set', [filter => 'xpath-query|named-filter'] );
131     (speak: Item or List)
132     sendQuery(array(remote=1, rpc=1, blah=1, $xml_filter_query , xml=1??? )) -
133    
134     --> what is 'remote' and/or 'rpc' about???
135     if i remember that right - 'remote' means 'orm' (the datasource-type) and 'rpc' means 'rpc' (the transport-type)
136    
137     o new twingle-symbol-topology using ...
138     <code>
139     o ... @-tags (stolen from JavaDoc via phpDocumentor)
140     o @-tags only refer to scopes they live in
141     o make the basic work: @todo, @link, @see, etc. (but enhanced - of course - since perl doesn't limit you in any way....!!!)
142     o add some more: @sequence, @is-a, @title
143     o @see
144     o @embed this-and-that from these .twingle files:
145     o @link DummyNamespaces in PHP - final proposal.twingle
146     o @link Re - Namespaces in PHP.twingle
147     </code>
148    
149     o project-metadata: / nfo topics
150     <code>
151     @is-a rfc
152     @todo tbd
153     x @topic source(cvs)
154     x @topic doc(api)
155     o @topic source(raw) (via symlinks: expand directories first, symlink files afterwards!)
156     o @topic doc(tutorial)
157     o @topic doc(examples)
158     o @topic doc(howto)
159     o introduce: @subtopic:
160     @topic source
161     @subtopic raw|cvs
162     @topic doc
163     @subtopic api|tutorial|examples|howto
164     </code>
165    
166     o register: api.netfrag.org
167    
168     o arcor!!!
169    
170     o working alpha version of "Ts" on new server niu!!!
171    
172     o .phpdocrc: split main code to module, integrate index-generation of predefined (registered) modules
173    
174     o RssNewsletter:
175     o schedule
176     o hourly, daily, weekly, monthly, on-incoming
177     o choose topic
178     o all topics (cvs, news, api, docs, www)
179     o choose destination
180     o filtered-rss made available at specified url as xml or xhtml
181     o via email
182     o archived in archive-type (zip|tar) with format (html|)
183     made available at specified url
184    
185     o look at FreeBSD's "doscmd"!!!
186    
187     o mechanism to refactor old smtp-mail-messages into new nntp-news-posts
188     all our tools fail! *forwarding* the message seems to break mime (for e.g. the mozilla-viewer and probably others)
189     o possible solution: strip "--- forwarded by ---" - header before actually posting
190     maybe identifiable by subject: [Fwd: ]
191    
192     o enhance Twingle:
193     o twingle2message:
194     o twingle2mail: twingle2rfc822, twingle2mime
195     o twingle2news: twingle2rfc
196    
197     o gather version info from installed components:
198     o CPAN
199     o PEAR
200     x GNU: <program> --version (e.g.: cvs --version)
201     x OpenSSH: ssh -V
202     x Linux: cat /proc/version
203     o our Perl-/PHP- component system
204    
205 joko 1.8
206    
207     @sequence block
208     @written
209     @date 2003-03-06
210     @x-editor UltraEdit [UltraEdit(r)-32 Professional Text/HEX Editor Version 8.10b]
211    
212 joko 1.1 o what are the MIME-types of XML-payloads sent between (e.g.) RPCXML-hosts???
213     text/xml???
214    
215     look at /etc/mime.types!!!
216     e.g.: (stripped from there) - looking interesting:
217    
218     text/*
219     text/x-java
220     text/uri-list
221     text/rfc822-headers
222     text/directory
223     text/vnd.IPTC.NewsML
224     text/vnd.IPTC.NITF
225     text/vnd.motorola.reflex
226     text/vnd.DMClientScript
227     text/richtext
228     text/rtf
229     text/plain
230     text/comma-seperated-values
231     text/css
232     text/enriched
233    
234     --> vnd=vendor???
235    
236     @sequence references
237     @title The text/enriched MIME Content-type
238     @link http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1896.html
239     @title Mechanisms for Specifying and Describing the Format of Internet Message Bodies
240     @link http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1521.html
241     @title The text/enriched MIME Content-type
242     @link http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1523.html
243     @title Mechanisms for Specifying and Describing the Format of Internet Message Bodies
244     @link http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1341.html
245     @title The text/enriched MIME Content-type
246     @link http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1563.html
247    
248     message/delivery-status
249     message/disposition-notification
250     message/external-body
251     message/http
252     message/s-http
253     message/news
254     message/partial
255     message/rfc822
256    
257     inode/chardevice
258     inode/blockdevice
259     inode/directory-locked
260     inode/directory
261     inode/fifo
262     inode/socket
263    
264     multipart/*
265    
266     o refactor some twingle tags using ETF:
267     @link http://citeseer.nj.nec.com/borenstein94textenriched.html
268     --- snip ---
269     @misc{ borenstein-textenriched,
270     author = "N. Borenstein",
271     title = "The text/enriched MIME Content-type",
272     url = "citeseer.nj.nec.com/borenstein94textenriched.html" }
273     --- snip ---
274    
275     o re-enable yakka!
276     @link http://netfrag.org/~bareface/yakka/
277    
278     o search.netfrag.org
279     o enable mnoGoSearch to index http://www.netfrag.org/docs/code/api/
280 joko 1.2
281     o post xml-via-rpc-querying proposal from above to nfo.dev.perl and cc to jonen!
282    
283     o enhancement for Twingle AutoLink LinkInterpolation:
284     o don't resolve namespace identifiers (e.g. 'Data::Storage') against
285     global search.netfrag.org/Search::This::Namespace
286     o query namespaced links against an organization-wide (custom) NamespaceRegistry before!!!
287     o use mysql/Tangram?
288     o use xml?
289     o just fallback to "GlobalSerchMode" if nothing was found in the step before!
290     o Data::Storage will directly be resolved to this url or tag afterwards:
291     @link http://www.netfrag.org/docs/topics/perl-libs/Data-Storage.html
292     and not to
293     @link http://www.netfrag.org/search/?q=Data::Storage&o=1&ul=/
294     like it was before!
295    
296 joko 1.3 o mimic the functionality of TLTP (The LDAP Trigger Process) by using Data::Rap.
297 joko 1.2
298 joko 1.3 o applications to be solved using LDAP
299     o organization-wide addressbook
300     o global / per-app software component registry
301     o organization-wide item library -> inventory
302    
303     dot http://www.nc.ihost.com/ -> IBM
304 joko 1.4
305     @topic EasyAuthoring
306     @see sdf
307     @see text/enriched
308     @see ETF
309     @see WPP
310     @link http://the.sunnyspot.org/wpp/index.html
311 joko 1.5
312     @company Watchfire
313     @topic centrally located site integrity management software
314     @link http://www.watchfire.com/
315 joko 1.6
316 joko 1.7 o look at brian finley's "Storage" article series at http://hpc.devchannel.org/ !!!
317 joko 1.6
318 joko 1.7 - f-prot error on quepasa.netfrag.org:
319     root@quepasa:~# tail -f /var/log/mail.log
320     --- snip ---
321     Mar 7 18:23:30 quepasa amavis[20705]: Virus scanner failure: /usr/local/f-prot/f-prot (error code: 1)
322     Mar 7 18:23:30 quepasa amavis[20705]: virus_scan FAILED, retry: All virus scanners failed! at /usr/sbin/amavisd line 933, <GEN9> line 4712.
323     Mar 7 18:23:30 quepasa amavis[20705]: mail processing failed, RETRY/TEMPFAIL
324     Mar 7 18:23:30 quepasa sm-mta[20758]: h27HLveE020758: Milter: data, reject=451 4.7.1 Please try again later
325     --- snip ---
326     root@quepasa:~# /usr/local/f-prot/f-prot
327     Error: SIGN.DEF is damaged or incompatible with this version of F-PROT.
328     root@quepasa:~# /usr/local/f-prot/check-updates.sh
329     root@quepasa:~# /usr/local/f-prot/f-prot
330 joko 1.8
331    
332    
333     @sequence block
334     @injected
335     @date 2003-03-07 19:01
336     @file [unknown]
337     @x-editor Notepad [Microsoft Editor Version 5.0 (Build 2195: Service Pack 3)
338     @x-transporter Microsoft COM
339     @x-transporter-protocol copy & paste negotiation
340     @x-editor UltraEdit [UltraEdit(r)-32 Professional Text/HEX Editor Version 8.10b]
341    
342     @set ->=@see
343    
344    
345     o .phpdocrc: Tie::IxHash
346    
347     - writing a browser is a complex task
348     -> Internet Explorer
349     -> KDE xyz
350     -> Mozilla
351    
352     - writing a mailer is a complex task
353     -> Microsoft Outlook and (-Express)
354     -> KDE (KMail, Kontact, Kolab)
355     -> Evolution
356     -> Mahogany
357    
358 joko 1.10
359    
360     @sequence block
361     @written
362     @date 2003-03-07
363    
364 joko 1.8 - janosch: pdf-gateway!?
365    
366     o setup ->colorize on quepasa.netfrag.org
367 joko 1.9
368     o refactor DesignPattern::MVC
369     o new: @uses instances of classes inherited from the base ones
370     DesignPattern::MVC::Model and DesignPattern::MVC::View, where
371     - DesignPattern::MVC::Model is-a DesignPattern::Observer::Subject
372     - DesignPattern::MVC::View is-a DesignPattern::Observer
373     o new: refactor the rules-subsystem to be a ChangeManager
374     between Subject and Observer sits a ChangeManager acting as mediator (is-a DesignPattern::Mediator)
375     @see http://selab.korea.ac.kr/selab/courses/GoF-patterns/observer.htm
376 joko 1.10
377     o Twingle!
378     o twingle -> dispatchmail (Twingle::Mail)
379     o twingle -> twingledoc (Twingle::Doc)
380 joko 1.11
381 joko 1.62 o update www.netfrag.org
382     o refactor to "twingled/":
383     o http://netfrag.org/~joko/computing/overview/topics/topics/
384     o http://netfrag.org/~joko/computing/overview/topics/SampleTasks/
385     o update http://netfrag.org/~joko/computing/overview/topics/topics.html
386 joko 1.11
387     x re-enable Yakka
388    
389     o setup phpDocumentor from cvs
390    
391     o "subscribe" a Folder (using rss/rdf!)
392 joko 1.12
393     o Arial (or similar font w/o serifs) for Mozilla!
394 joko 1.13
395     o edit preferences: Font (family, size)
396 joko 1.14
397     o debian-upgrade -> perl-upgrade => missing CPAN packages =>
398     o check in intervals:
399     o /data/opt/dispatchmail/bin/dispatchmail
400     --- snip --- [/var/log/mail.log]
401     Mar 8 07:15:51 quepasa sm-mta[30731]: h286FmeE030726: to=|"/data/opt/dispatchmail/bin/dispatchmail --base=/home/joko/virtual/joko_mail", ctladdr=<joko_mail@quepasa.netfrag.org> (1000/100), delay=00:00:03, xdelay=00:00:01, mailer=prog, pri=30962, dsn=5.3.0, stat=unknown mailer error 2
402     Mar 8 07:15:51 quepasa sm-mta[30731]: h286FmeE030726: h286FpeD030731: DSN: unknown mailer error 2
403     Mar 8 07:15:52 quepasa sm-mta[30731]: h286FpeD030731: to=|"/data/opt/dispatchmail/bin/dispatchmail --base=/home/joko/virtual/joko_mail", ctladdr=<joko_mail@quepasa.netfrag.org> (1000/100), delay=00:00:01, xdelay=00:00:01, mailer=prog, pri=31986, dsn=5.3.0, stat=unknown mailer error 2
404     Mar 8 07:15:52 quepasa sm-mta[30731]: h286FpeD030731: h286FpeE030731: return to sender: unknown mailer error 2
405     Mar 8 07:15:53 quepasa sm-mta[30731]: h286FpeE030731: to=|"/data/opt/dispatchmail/bin/dispatchmail --base=/home/joko/virtual/joko_mail", ctladdr=joko_mail (1000/100), delay=00:00:01, xdelay=00:00:01, mailer=prog, pri=33010, dsn=5.3.0, stat=unknown mailer error 2
406     Mar 8 07:15:53 quepasa sm-mta[30731]: h286FpeD030731: Saved message in /var/lib/sendmail/dead.letter
407     --- snip ---
408     Can't locate Hash/Merge.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at ./dispatchmail line 34.
409     BEGIN failed--compilation aborted at ./dispatchmail line 34.
410     x perl -MCPAN -e "install Hash::Merge"
411     dependencies resolved automagically: ->Clone
412     o /data/opt/dispatchmail/bin/postmessage
413     --- snip --- [/var/log/mail.log]
414     Mar 8 07:26:40 quepasa sm-mta[30953]: h286Q5eE030946: to=|/data/opt/dispatchmail/bin/dispatchmail, ctladdr=<links-computing@netfrag.org> (1014/1014), delay=00:00:32, xdelay=00:00:22, mailer=prog, pri=47232, dsn=5.3.0, stat=unknown mailer error 2
415     Mar 8 07:26:41 quepasa sm-mta[30953]: h286Q5eE030946: h286QfeD030953: DSN: unknown mailer error 2
416     Mar 8 07:26:47 quepasa sm-mta[30946]: h286Q5eG030946: collect: premature EOM: unexpected close
417     Mar 8 07:26:47 quepasa sm-mta[30946]: h286Q5eG030946: collect: unexpected close on connection from pD9E77CD4.dip.t-dialin.net, sender=<andreas.motl@ilo.de>
418     --- snip ---
419     Can't locate News/Article.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at ./postmessage line 8.
420     BEGIN failed--compilation aborted at ./postmessage line 8.
421     x perl -MCPAN -e "install News::Article"
422     o /data/opt/dispatchmail/bin/buildmail
423     Can't locate MIME/Lite.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at ./buildmail line 7.
424     BEGIN failed--compilation aborted at ./buildmail line 7.
425     x perl -MCPAN -e "install MIME::Lite"
426     o /data/opt/dispatchmail/bin-tests/build_dispatch_mode mail2news alt.test
427     DesignPattern::Bridge->load: Can't locate mixin/with.pm in @INC (@INC contains: /data/libs/nfo/perl/libs /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at /data/libs/nfo/perl/libs/Mail/Audit/Dispatch/Newsgate.pm line 6, <STDIN> line 16.
428     BEGIN failed--compilation aborted at /data/libs/nfo/perl/libs/Mail/Audit/Dispatch/Newsgate.pm line 6, <STDIN> line 16.
429     Compilation failed in require at (eval 6) line 1, <STDIN> line 16.
430     BEGIN failed--compilation aborted at (eval 6) line 1, <STDIN> line 16.
431     (/data/libs/nfo/perl/libs/Mail/Audit/Dispatch.pm:193)
432     Can't locate object method "Newsgate" via package "Mail::Audit::Dispatch" at /data/libs/nfo/perl/libs/Mail/Audit/Dispatch.pm line 194, <STDIN> line 16.
433     x perl -MCPAN -e "install mixin"
434     o check okay:
435     --- snip --- [/var/log/mail.log]
436     Mar 8 07:45:55 quepasa sm-mta[31471]: h286jNeD031413: to=|"/data/opt/dispatchmail/bin/dispatchmail --base=/home/joko/virtual/joko_mail", ctladdr=<joko_mail@localhost> (1000/100), delay=00:00:32, xdelay=00:00:05, mailer=prog, pri=577260, dsn=2.0.0, stat=Sent
437     --- snip ---
438    
439     o @lookup Data::Match - Complex data structure pattern matching [by Kurt A. Stephens]
440     @see also perl, Array::PatternMatcher, Data::Compare, Data::Dumper, Data::DRef, Data::Walker
441    
442     o make up a notation which can explicit describe component far away
443     e.g. CPAN--Hash::Merge
444    
445     o @lookat News::FormReply News::FormArticle News::AutoReply
446 joko 1.15
447 joko 1.16 x updated phpDocumentor to version from cvs
448     o trying to get uml-rendering working
449     x apt-get install dia
450     x apt-get install dia2code
451 joko 1.17
452     x setup org.droogs--Autodia: location http://www.droogs.org/autodia/
453 joko 1.18 #> cd /tmp
454     #> /data/opt/tools/Autodia-1.4/autodia.pl -l php -i * -p /data/www/virtual/netfrag/docs/nfo/code/flib -O
455 joko 1.17 x setup CPAN--Template: perl -MCPAN -e "install Template"
456     ->CPAN--TT2
457     ->CPAN--Splash!
458     Which Splash! colour scheme would you like to use to build the
459     documentation? Acceptable values are:
460     Name Colours
461     -------------------------
462     default lilac/mauve
463     aqua aqua/marine
464     blue grey75/blue75
465     green grey75/green75
466     grey grey75/grey50
467     leon red75/orange/white/black
468     red grey75/red75
469     Enter name of colour scheme: [default]
470     ->CPAN--AppConfig
471     ->CPAN--GD
472     CPAN.pm: Going to build L/LD/LDS/GD-2.06.tar.gz
473     NOTICE: This module requires libgd 2.0.5 or higher.
474     ->Debian--libgd2: apt-get install libgd2 libjpeg62 libpng2 xlibs zlib1g
475     ->Debian--debconf ->Debian--nethack-common ->Debian--xfree86-common
476     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
477     Installing new version of config file /etc/X11/Xsession.d/99xfree86-common_start ...
478     Adding system startup for /etc/init.d/xfree86-common ...
479     /etc/rcS.d/S70xfree86-common -> ../init.d/xfree86-common
480     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
481     Setting up X server socket directory /tmp/.X11-unix...done.
482     Setting up xlibs (4.2.1-6) ...
483     ->CPAN--Math::Trig
484     ->Debian--libgd2-xpm: apt-get install libgd2-xpm libgd2-xpm-dev
485     #> cd /.cpan/build/GD-2.06
486     #> make
487 joko 1.18 x some further library-patches: cd /usr/lib
488     #> ln -s ln -s libperl.so.5.8 libperl.so
489     #> ln -s libpng.so.2 libpng.so
490     #> ln -s libfreetype.so.6 libfreetype.so
491     #> ln -s libjpeg.so.62 libjpeg.so
492     x test:
493     #> ld -l png|jpeg|freetype|perl|X11
494     X11 still fails with make GD!!!
495     #> cd /.cpan/build/GD-2.06
496     #> make
497     /usr/bin/ld: cannot find -lX11
498     collect2: ld returned 1 exit status
499     make: *** [blib/arch/auto/GD/GD.so] Error 1
500     #> apt-get install xlibs-dev
501     #> make
502     yai!
503     #> make test
504     t/GD..........ok 1/10libpng warning: Application was compiled with png.h from libpng-1.2.5
505     libpng warning: Application is running with png.c from libpng-1.0.12
506     gd-png: fatal libpng error: Incompatible libpng version in application and library
507     #> apt-get install libpng2-dev
508     #> apt-get install libjpeg62-dev
509     ... still the same error with "make test"
510     #> apt-get install libpng3 libpng3-dev
511     #> apt-get install libfreetype6-dev
512     The first output xml is seen! Great! Let's move on to graphviz:
513 joko 1.19 Can't locate GraphViz.pm in @INC (@INC contains: /data/opt/tools/Autodia-1.4 /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at /data/opt/tools/Autodia-1.4/Autodia/Diagram.pm line 336.
514 joko 1.18 #> apt-get install graphviz
515     ???#> perl -MCPAN -e "install Template"
516     #> perl -MCPAN -e "install Graphviz"
517 joko 1.19 ->CPAN--IPC::Run
518     ->CPAN--Graph
519     ->CPAN--Math::Bezier
520     ->CPAN--Heap
521 joko 1.20 Freetype Font's do not work!
522     #> apt-get install freetype2-tools
523     #> apt-get install libttf-dev
524 joko 1.21 #> apt-get install xfonts-scalable
525 joko 1.22 #> apt-get install xfonts-base
526 joko 1.23 #> apt-get install ttf-freefont
527     Freefont Serif, Sans and Mono Truetype fonts:
528     A set of free high-quality TrueType fonts covering the UCS character set.
529     These fonts are similar to the (in)famous Helvetica, Times and Courier fonts.
530     http://packages.debian.org/unstable/x11/ttf-freefont.html
531 joko 1.22 (#> apt-get install ttf-xfree86-nonfree ttf-larabie-deco ttf-larabie-straight ttf-larabie-uncommon)
532 joko 1.23 #> defoma-font register-all /etc/defoma/hints/ttf-freefont.hints
533     o enhance:
534     root@quepasa:/home/joko/public_html/test# ./.autodiarc
535     getting pattern for php
536     using directory : /data/www/virtual/netfrag/docs/nfo/code/org.netfrag.glib
537     recursively searching files..
538     o the "php-pattern" should also contain namespaces and stuff
539     (components gets instantiated by either 'mkObject' or 'php::mkComponent')
540     make this possible!
541    
542 joko 1.18 o quick (javascript) search for netfrag.org and packages.debian.org (xul?)
543    
544 joko 1.60 o phpDirectoryIndex:
545     o integrate Joshua Eichhorns 'auth' [[http://cvs.joshuaeichorn.com/cvsweb.cgi/auth/]]
546     o hide more entries: e.g. 'CVS' (declare as "cvs-repository-metadata" - "hidden by default")
547 joko 1.18
548     @lookat http://cvs.joshuaeichorn.com/cvsweb.cgi/phpXmlTransform/
549    
550 joko 1.22 o autodia: enhance with "projects"
551     <-> couple with phpDocumentor
552    
553     o phpDocumentor: try php 4.3.0 for having cross-indexed browsable source as an additional feature ;-)
554     o <-> link to pages prepared by Autodia
555 joko 1.24 o add additional browser in top left frame for cross-domain-browsing (having multiple apis beside each other)
556 joko 1.29 o the html-title! (make it unique!!!)
557 joko 1.24
558 joko 1.26 o for Autodia:
559     o resize images to a) 800x600 portrait and b) DIN A 4 square or s.th.l.th.
560     => x .autozoom -> zoomall -> zoommulti -> zoomone
561     o stamp picture with header and footer (little expressions for including predefined title, current filename, date, etc.!)
562 joko 1.30 o idea: render as SVG???
563 joko 1.31 o class- and package-diagrams:
564     o "Class" for relationships of Code- and DB-Schema-classes
565     o "Package" for relationships of code-packages
566 joko 1.32 o integrate with phpDocumentor:
567     /data/opt/tools/phpdocumentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/left_frame.tpl
568     o Autodia-TODO:
569     Add ability to split projects into multiple diagrams and group contents of
570     a diagram/subdir into system boxes - much improving clarity in big
571     projects.
572 joko 1.24
573     o glib-namespace aufräumen!
574 joko 1.26
575     o twingle
576     o what about "<pre>"-blocks?
577     o what about non-html-tags (e.g. <optional-var-name>)?
578     => we'll probably need a html-tag-db to solve this
579     o establish as RunnerAgent and IntervalRunnerAgent on quepasa!
580    
581     o phpDocumentIndex
582     o recognize symlinked directories!!!
583     o integrate with ImageZoom written for Autodia
584 joko 1.27 -> manipulate images: zoom, rotate
585 joko 1.28 o sort order:
586     o default: show directories on top
587     o make changable through columns
588 joko 1.32 o option to force view of hidden files (e.g. dot-files)
589 joko 1.33 o 24h-time-format (no AM/PM)
590 joko 1.34 o UML-Class-diagram-icon for tutorial!!!
591 joko 1.28
592     o modify /etc/hosts entry by rule!!!!
593 joko 1.30
594     o Yakka: automate reinstallation (new IntervalRunnerAgent) of libxml2
595     #> dpkg -i /home/bareface/public_html/yakka/data/libxml2_2.4.19-4_i386.deb
596     #> /etc/init.d/apache restart
597 joko 1.33
598     o autozoom/runzoom
599     o from (e.g. test6/)
600     o to (e.g. test6/zoomed/)
601 joko 1.24
602 joko 1.35 o global "last-recent-error"-page for admin to view errors occouring
603     ->SystemErrors
604     ->StepProcessing: ./.runrc: update|build|publish
605 joko 1.36
606     o clean up disks!!!
607     o h1.service.netfrag.org
608     o quepasa.netfrag.org
609 joko 1.37
610     o natraj/sorceress: server-consolidation?
611    
612     o monitor regularly: http://netfrag.org/docs/code/api/org.netfrag/errors.html
613    
614     o DataSource::Generic <-> ObjectList!!!
615    
616     o Yakka: (javascript-control):
617     o let CTRL + ENTER make a new para
618     o let CTRL + CTRL (double-hit) make a new page from WikiWord left of the cursor (splash into a new DHTML page!)
619    
620     x root@quepasa:/data# apt-get install pdumpfs
621 joko 1.36
622 joko 1.38 o final solution for the libxml-problem?
623     root@quepasa:/home/service/backup# apt-get --fix-broken --show-upgraded --simulate dist-upgrade
624     Reading Package Lists... Done
625     Building Dependency Tree... Done
626     Correcting dependencies... Done
627     Calculating Upgrade... Done
628     The following packages will be REMOVED:
629     libxslt1 php4-domxml
630     0 packages upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
631     Remv libxslt1 (1.0.27-1 ) [php4-domxml ]
632     Remv php4-domxml (4:4.2.3-11 )
633     root@quepasa:/tmp# apt-get install pdumpfs
634     Reading Package Lists... Done
635     Building Dependency Tree... Done
636     You might want to run `apt-get -f install' to correct these:
637     Sorry, but the following packages have unmet dependencies:
638     libxslt1: Depends: libxml2 (>= 2.5.0-1) but 2.4.19-4 is to be installed
639     php4-domxml: Depends: libxml2 (>= 2.5.0-1) but 2.4.19-4 is to be installed
640     E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
641     x dpkg --force-depends -r libxml2
642 joko 1.40 o dpkg-liftpackage libxml2_2.4.19-4_i386.deb 2.5.0-1
643     x dpkg-deb -x libxml2_2.4.19-4_i386.deb fakepkg
644     x dpkg-deb -e libxml2_2.4.19-4_i386.deb
645     x mv DEBIAN fakepkg/
646     x dpkg-deb --build fakepkg libxml2_2.4.19-4_i386_fake_2.5.0-1.deb
647     x dpkg -i libxml2_2.4.19-4_i386_fake_2.5.0-1.deb
648 joko 1.41
649 joko 1.62 o update www.netfrag.org
650 joko 1.41 o announce on www.netfrag.org
651     o api-doc
652     o packages.netfrag.org (libxml2!)
653     o autogenerate:
654     o api-doc & diags
655     o twingle
656    
657     o ->search.netfrag.org/ruby
658    
659     o refactor Yakka::YakkaSetup
660    
661     o quepasa - Error: AMaViS
662 joko 1.44
663     <screen>
664     Starting AMaViS Daemons: amavis-milter amavisd
665     Can't locate Razor/Client.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl) at /usr/sbin/amavisd line 54.
666 joko 1.41 BEGIN failed--compilation aborted at /usr/sbin/amavisd line 54.
667 joko 1.44 </screen>
668    
669     - probably because of perl-5.8.0?
670    
671 joko 1.43 x apt-get install razor #)§$&(
672     solution:
673     x dpkg --force-depends -r razor
674     x wget http://ftp.de.debian.org/debian/pool/main/r/razor/razor_1.20-1_all.deb
675     x dpkg -i razor_1.20-1_all.deb
676 joko 1.44 => depends on 'libtime-hires-perl', so:
677     x wget http://ftp.de.debian.org/debian/pool/main/libt/libtime-hires-perl/libtime-hires-perl_1.20-4_i386.deb
678     x dpkg -i libtime-hires-perl_1.20-4_i386.deb
679     dpkg: dependency problems prevent configuration of libtime-hires-perl:
680     libtime-hires-perl depends on perlapi-5.6.0; however:
681     Package perlapi-5.6.0 is not installed.
682     ;-( /)(%(/$%%&$
683     => removing dependencies about everything from razor1-package
684     x dpkg -x razor_1.20-1_all.deb razor
685     x dpkg -r razor_1.20-1_all.deb
686     x mv DEBIAN/ razor/
687     x do: remove line 'Depends:' from DEBIAN/control
688     [x chmod -R 0755 razor/DEBIAN/] maybe! (if: dpkg-deb: control directory has bad permissions 2755 (must be >=0755 and <=0775))
689     x dpkg -b razor razor_1.20-1_all_nodeps.deb
690     x cp razor_1.20-1_all_nodeps.deb /data/Packages/dists/stable/contrib/binary-i386/
691     =>
692     x dpkg -i /data/Packages/dists/stable/contrib/binary-i386/razor_1.20-1_all_nodeps.deb
693     => [test]
694     x /etc/init.d/amavis-milter start
695     <screen>
696     Can't load '/usr/lib/perl5/auto/Time/HiRes/HiRes.so' for module Time::HiRes: /usr/lib/perl5/auto/Time/HiRes/HiRes.so: undefined symbol: PL_stack_max at /usr/lib/perl/5.8.0/DynaLoader.pm line 225.
697     at /usr/sbin/amavisd line 46
698     Compilation failed in require at /usr/sbin/amavisd line 46.
699     BEGIN failed--compilation aborted at /usr/sbin/amavisd line 46.
700     </screen>
701     => [CPAN-install]
702     x perl -MCPAN -e "install Time::HiRes"
703     <screen>
704     [...]
705     compile -- compile -- compile
706     [...]
707     Running make install
708     Installing /usr/lib/perl/5.8.0/auto/Time/HiRes/HiRes.so
709     Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
710     Installing /usr/lib/perl/5.8.0/Time/HiRes.pm
711     Installing /usr/share/man/man3/Time::HiRes.3pm
712     Writing /usr/lib/perl/5.8.0/auto/Time/HiRes/.packlist
713     Appending installation info to /usr/lib/perl/5.8.0/perllocal.pod
714     /usr/bin/make install -- OK
715     </screen>
716    
717     x probably because of perl-5.8.0? yes! -- is it fixed now? let's try... (again)
718     x /etc/init.d/amavis-milter restart
719     no! same error as above!
720 joko 1.45 the problem is:
721     watch the output of 'perl -V' - at the bottom:
722     <screen>
723     Characteristics of this binary (from libperl):
724     Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
725     Built under linux
726     Compiled at Feb 17 2003 12:38:57
727     @INC:
728     /etc/perl
729     /usr/local/lib/perl/5.8.0
730     /usr/local/share/perl/5.8.0
731     /usr/lib/perl5
732     /usr/share/perl5
733     /usr/lib/perl/5.8.0
734     /usr/share/perl/5.8.0
735     /usr/local/lib/site_perl
736     .
737     </screen>
738 joko 1.44
739 joko 1.45 The bad one is the "old" shared object coming with Time::HiRes for perl-5.6.1 living at
740     /usr/lib/perl5/auto/Time/HiRes/HiRes.so.
741    
742     We have these options:
743     1. delete this stuff
744     2. put a better version at '.'
745     3. place line '/usr/lib/perl/5.8.0' above of '/usr/lib/perl5'
746     4. copy stuff from '/usr/lib/perl/5.8.0' to '/usr/lib/perl5'
747    
748     Hmmm.....
749     I think i'll choose option 1.:
750     x rm -rf /usr/lib/perl5/auto/Time/HiRes
751     (or if you don't wanna be as brute-force)
752     x cd /usr/lib/perl5/auto/Time
753     x mv HiRes HiRes.old
754    
755     => let's try again:
756     x /etc/init.d/amavis-milter restart
757     Time::HiRes object version 1.42 does not match bootstrap parameter 01.20 at /usr/lib/perl/5.8.0/DynaLoader.pm line 245.
758    
759     => ahhh... (also testable via 'perl -MTime::HiRes')
760 joko 1.46 x dpkg --force-depends -r libtime-hires-perl
761     => my fault! ;-)
762    
763     => so, everything works fine now....
764 joko 1.47 x /etc/init.d/amavis-milter restart
765 joko 1.45
766 joko 1.46 o BER.pm: BER (Basic Encoding Rules) encoding and decoding.
767    
768     o use a common [[http://razor.sourceforge.net/artistic.html|"Artistic License"]]?
769 joko 1.42
770 joko 1.46 o use pdumpfs!
771 joko 1.41
772 joko 1.46 o what we build seems similar to Torque <-> Maven (Tangram|XyZ+Data::Storage <-> nfo-libs|rap)
773 joko 1.38
774 joko 1.47 o write meta-documentation about why it's required to lift version-numbers of debian-packages
775     -> Why dpkg-liftversion?
776     1. yakka: libxml2!!!
777     2. amavis-milter: razor-1-branch-required
778    
779     o installing pdumpfs as system-wide backup-system:
780     x mkdir -p /home/service/virtual/pdumpfs/var/data
781     x mkdir -p /home/service/virtual/pdumpfs/var/log
782     x cd /usr/local/bin
783     x ln -s /home/service/virtual/pdumpfs/backup .
784 joko 1.48
785     o feature: BrowsableBackup:
786     o missing: authentication via LDAP....
787    
788 joko 1.50 o make up toolpack from shortcuts/*, dispatchmail, backup (->pdumpfs), etc...
789 joko 1.48 ->packages.service.netfrag.org
790     -->/usr/local/bin
791    
792 joko 1.49 o one account - three services:
793     o wiki
794     o news
795     o backup
796     (o ssh) (not-a-must)
797    
798     o dpkg-modcontrol!!!
799 joko 1.50
800     o robinson - purge package dependencies from .deb- or .rpm-packages
801     can alien do that?
802 joko 1.49
803 joko 1.51 o rsync working: view from the server-side:
804     3968 ? R 0:40 rsync --server --sender -vulogDtprz . /home/service/backup/
805    
806 joko 1.52 x finally: we have a backup-system!
807     - built on top of pdumpfs (ruby!), gets triggered by cron through shortcut-script 'backup'
808     - backs up:
809     x /home/* (except /home/service)
810     x /data/bin (approx. 9.2M)
811     x /data/libs (approx. 1.7M)
812     x /data/opt (approx. 27M)
813     o /data/var (approx. 104M)
814 joko 1.54 o mysql-db
815     o news-spool
816 joko 1.53 o /data/www (approx. 126M)
817 joko 1.52 x /data/www/virtual/lashlarue (approx. 28M)
818     x /data/www/virtual/netfrag (approx. 68M)
819     x /data/www/virtual/wac (approx. 4M)
820 joko 1.54 o productive backup should go to /var/pdumpfs (similar to /var/backup) instead of /home/service/virtual/pdumpfs!!!
821     o prevent recursive backups (what happens if the backup directory itself would be specified to backup???)
822 joko 1.55 => #> crontab -e
823     adding line: 03 03 * * * bash /home/service/virtual/agent/backup_all
824     o limit size of files that are backuped without user-request!?! (2MB, 10MB, 100MB, 1G)
825 joko 1.52
826     o establish logfile-rotation with logrotate!!!
827     #> cd /data/www/virtual/lashlarue/log
828     #> gzip access_log
829     #> gzip error_log
830 joko 1.55
831     o more todos:
832 joko 1.60 x clean more diskspace
833     - How to find files larger than, hmm, let's say: 512MB?
834     use 'dus'! [Disk Usage Sorter]
835     http://marginalhacks.com/bin/dus
836     - now disk-usage-stats are prepared to be generated at service.netfrag.org (dus/fbf)
837 joko 1.61
838     - h1.service.netfrag.org
839     /dev/hda7 38570848 33162404 5408444 86% /
840    
841    
842 joko 1.57 o /home/uml/skels aufräumen!
843 joko 1.60 o draw more diagrams
844     o let 'monit' monitor our umls
845 joko 1.101 x install and configure 'monit'
846     - ... some libs and stuff to be installed on suse ....
847     - /etc/monitrc (not /etc/monit.conf!!!)
848     - requires to be a true file:
849     monit: The control file '/etc/monitrc' must not be a symbolic link.
850     rjoko@h1:/home/service/bin/caesar # cd /etc/
851     rjoko@h1:/etc # rm monitrc
852     rjoko@h1:/etc # mv monit.conf monitrc
853     - requires to have certain permissions:
854     monit: The control file '/etc/monitrc' must have permissions no more than -rwx------ (0700); right now permissions are -rw-r--r-- (0644).
855     rjoko@h1:/etc # chmod a-rwx monitrc
856     rjoko@h1:/etc # chmod 077 monitrc
857     - try again:
858     #> monit
859     o let it work together with heartbeats on umls
860 joko 1.60 o make more backups
861 joko 1.59 databases: code (repository) and rdbms-sql (mysql)
862 joko 1.55
863     o look in /var/log/syslog after crash! (other logfiles?)
864 joko 1.60
865     o h1.service.netfrag.org:
866     rjoko@h1:/home/uml/helo # monit
867     monit: error while loading shared libraries: libssl.so.2: cannot open shared object file: No such file or directory
868     rjoko@h1:/home/uml/helo # deleeeeete backup!!! is it reeaaady?
869    
870 joko 1.62 x h1.service.netfrag.org - ssh-upgrade [security] (2.9p2 -> 2.9.9p2)
871 joko 1.60 rjoko@h1:~ # ssh -V
872     OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
873 joko 1.62 rjoko@h1:~ # rpm -U ftp://ftp.suse.com/pub/suse/i386/update/7.3/sec1/openssh.rpm
874 joko 1.61 rjoko@h1:~ # ssh -V
875     OpenSSH_2.9.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
876    
877 joko 1.60 o what about legolas?
878    
879     o search-shortcut to rpmfind.net
880 joko 1.61
881     o request to hetzner:
882     please delete handle "CNO: MM458-ABC"...
883    
884 joko 1.62 o update www.netfrag.org
885     o prevent errors like seen on http://netfrag.org/cgi-bin/viewcvs.cgi/joko/virtual/joko_mail/
886    
887     o update www.netfrag.org
888     x HomePage (phpWiki::Index): remove yakka's "to be repaired" - line
889     o Overview: add link to DocumentIndex at section 'Documentation'
890 joko 1.63 x update links (jonen's docs/software, etc.)
891     o rename http://netfrag.org/docs/build/ to http://netfrag.org/docs/.build/ or http://netfrag.org/docs/@build/
892     o rename http://netfrag.org/docs/topics/caesar/ to http://netfrag.org/docs/topics/sysadmin/ ???
893     x add new items to sections
894     x update/enhance news-section (Overview, Details)
895 joko 1.62
896     o run broken-link-finder on www.netfrag.org
897     -> find nice project!
898    
899     o infra for www.netfrag.org
900     o make this shortcut possible: http://netfrag.org/Overview
901    
902     o account for jonen@www.netfrag.org--phpWiki::*
903 joko 1.63
904     o twingle:
905     render 'o' and/or 'x' symbols as checkboxes other users can use to enable/prioritize tasks
906    
907     o backup eagle.netfrag.org!!!
908    
909     o enhance backup-system
910     LookAt::http://www.netfrag.org/webnews/article.php?id=320&group=nfo.links.computing
911    
912     o LookAt = MIME-compliant multi-glass
913    
914     o at note/attachment to documents shown via browser to inform user about backups made
915     (link to backup-locations/-urls)
916 joko 1.64
917     o search::admintools before actually starting a ToolHierarchy|ToolTree
918    
919     o http://www.netfrag.org/~joko/computing/overview/topics/SampleTasks/joko_2003-01.html
920     Torus::Publish::ReWeb <-> Torus::Publish::ResearchWeb ???
921    
922     o search::IMAPFilter
923    
924     o QoS for apt-get!!! (http or ftp to x.debian.org or uni-erlangen.de (parse /etc/apt/sources.list!!!))
925 joko 1.65
926     x jonen makes the words: integraded! yeah!
927 joko 1.66
928     o Develop a metadata-model (preferably stored inside an LDAP-daemon),
929     which can hold information about Host <-> vHost <-> Service(s).
930     This would enhance the Host <-> [posix]Account model currently in development.
931     o Also associate the [posix]Accounts with an AddressBook! (AddressBook <-> ProprietaryAddressBook)
932     o Also associate MailRouting with that [posix]Accounts
933     => this has to be implemented:
934     0. already in development: Host <-> posixAccount, Host <-> MailRouting
935     1. tbd: Host <-> vHost <-> Service(s)
936     2. tbd: posixAccount <-> AddressBook
937     3. tbd: posixAccount <-> MailRouting
938 joko 1.52
939 joko 1.67 o use [rss2email|http://www.w3.org/2002/09/rss2email/]
940     -> that's it: news//rss -> rss2email
941     -> choose a web-based rss-reader from http://blogspace.com/rss/readers
942     o LookAt::[ModIndexRSS|http://software.tangent.org/projects.pl?view=mod_index_rss]
943     also look at "mod_repository for Apache" there!!!
944 joko 1.68
945     o close down almost everything on h1.service.netfrag.org
946     o ntop
947     o apache
948     o mysql
949     o vsd
950     o write (success-)story!!!
951    
952 joko 1.74 # --- bookmark, 2003-03-13 00:43
953    
954 joko 1.72 o note about workflow / FAQ: what about old root-emails on the main-host?
955 joko 1.68 x purged old mboxes
956     -> just purge them? (admin-action: approve purge!)
957     #> cd /var/spool/mail
958     #> >root (updated recently)
959     #> >service (updated recently)
960     #> rm netsaint (last entry: Date/Time: Thu Jan 23 14:32:48 CET 2003)
961 joko 1.72 o Write MiniHowTo: How to check if a mbox contains mud-only? try 'formail'!
962     #> cat {mbox-file} | formail -I "" | less
963     from 'man formail':
964     To extract the header from a message:
965     formail -X ""
966     or
967     sed -e '/^$/ q'
968    
969     To extract the body from a message:
970     formail -I ""
971     or
972     sed -e '1,/^$/ d'
973 joko 1.74
974     !!!!!! no - this doesn't work - 'formail' is not for reading whole 'mbox'-format !!!!!!
975    
976     use this:
977     #> mutt -f <mbox-file>
978    
979 joko 1.72 x purged old mboxes:
980     #> rm rfms (last entry: Date: Fri, 6 Dec 2002 20:45:01 +0100)
981     #> rm jonen (last entry: Jun 25 2002)
982    
983    
984 joko 1.68
985     o convert diffs of this file to rss-chunks to be able to feed them to a RecentChanged Page or arbitrary rss-aggregators
986    
987     o make up an "edit"-mode of this document:
988     o WorkFlow: "Make a personal WishList from items of another users TaskList."
989     o ToImplement: KISS, Click & Go
990 joko 1.69
991     o x.netfrag.org - a server made up of WebServices
992    
993     x glossary::KISS - Keep It Simple, Stupid
994     LookAt::http://whatis.techtarget.com/definition/0,,sid9_gci521694,00.html
995     <paste>
996     <title>KISS Principle</title>
997     The KISS (Keep It Simple, Stupid) Principle is self-descriptive and recognizes two things:
998     1. People (including product and service users) generally want things that are simple,
999     meaning easy to learn and use.
1000     2. A company that makes products or furnishes services may find simplicity an advantage
1001     for the company as well, since it tends to shorten time and reduce cost.
1002     (Where the company is trying to use the principle on behalf of users, however,
1003     design time may take longer and cost more, but the net effect will be beneficial since
1004     easy-to-learn-and-use products and services tend to be cheaper to produce and service in the long run.)
1005     The New Hacker's Dictionary, edited by Eric Raymond, says the the KISS Principle
1006     is sometimes cited on a development project to fend off "creeping featurism."
1007     </paste>
1008     SeeAlso::[Ockham's razor|http://whatis.techtarget.com/definition/0,,sid9_gci212684,00.html]
1009 joko 1.68
1010 joko 1.70 o look how Horde looks with the current 'chora'-stylesheet...
1011    
1012 joko 1.74 # --- bookmark, 2003-03-13 00:43
1013    
1014     o dus2html:
1015     o aggregate outputs from dus to one or more linked html page(s)
1016     o run in interval (cron!)
1017 joko 1.70
1018     o server- & tool-consolidation (moonX, toolX)
1019    
1020 joko 1.71 o phpDocumentIndex should get different "modes":
1021     o ViewMode (normal, twingled, etc.)
1022     o ParsedMode (into rss-chunks by diff2rss)
1023     o RevisionMode (per file, if .ext == ',v')
1024    
1025     o generic framework to build a backend for a web-based ProductBuilder (like alternate's PC-Builder and many others)
1026     o Zwischensumme
1027    
1028     o komplan.com - Homepage!!!
1029    
1030     o translate selfhtml?
1031    
1032     o search::[php & rss & Dublin Core]
1033 joko 1.72
1034     o "what happens if 'dispatchmail' prints something to the console" or ...
1035     "check out how to let dispatchmail append stuff to /var/log/syslog"
1036 joko 1.73
1037     x modified routing of netsaint-mails:
1038     netsaint@h1.service.netfrag.org -> service@h1.service.netfrag.org -> ...
1039     'service' is a local posix account...
1040 joko 1.74 'service' is aliased to 'alert@service.netfrag.org, \service' in /etc/mail/aliases on h1.service.netfrag.org
1041 joko 1.73 ... -> SMTP -> MX:quepasa.netfrag.org ->
1042     'alert' is a virtual user mapped to local posix user 'gateway' in /etc/mail/virtusertable on quepasa.netfrag.org
1043     'gateway' is also a service-account - purpose: forward/copy smtp-mail to other locations
1044     -> nfo.support@news.netfrag.org
1045     now the mail gets posted to 'nfo.support' at news.netfrag.org (via nntp)
1046 joko 1.74
1047     o why does quepasa.netfrag.org crash regularly?
1048 joko 1.75
1049     o first time tried 'intop' on h1.service.netfrag.org - nice tool! (just knew the web-frontend before!)
1050     -- intop 0.0.1 (Sep 24 2001) -- The first interactive ntop program.
1051     (C) Copyright 2000 L. Deri and R. Carbone. All rights reserved.
1052 joko 1.71
1053 joko 1.101 x refactor 'estats' on h1.service.netfrag.org
1054     x new design
1055     x new location
1056     - http://h1.service.netfrag.org/~service/estats/ -> http://h1.service.netfrag.org/caesar/
1057     c new architecture? (use WML - Website Meta Language?)
1058     x new names for services / new hierarchy
1059     - Alerts
1060     - news.netfrag.org/nfo.support
1061     - Accounting
1062     - bw_accounting
1063     - DiskSpaceUsage (dus2html) [new]
1064     - IOGraph
1065     - Monitoring
1066     - Service
1067     - netsaint
1068     - nsa
1069     - monit
1070     - Network
1071     - ip-connection-state (via ippl)
1072     - ip-port-state (via snmpwalk)
1073     - Backup
1074     - netfrag.org/backup/
1075     - bacula
1076     - Logs
1077     - news.netfrag.org/nfo.support
1078 joko 1.97 x new backend for "Monitoring" replacing...
1079     #*/10 * * * * tail -n 100 /var/log/ippl/all.log > /home/service/public_html/misc/ll/connstate/ippl_output.txt
1080     #0 0 * * * /home/service/bin/webalizer/mkstats.sh > /dev/null
1081     #*/10 * * * * /home/service/bin/acctools/getopenports.pl > /home/service/public_html/estats/ll/portstate/snmp_output.txt
1082     ... through some modules from CPAN ...
1083 joko 1.96 x File::Tail
1084     x Time::HiRes
1085     x File::Data
1086     x wget http://search.cpan.org/CPAN/authors/id/R/RF/RFOLEY/File-Data-1.12.tar.gz
1087 joko 1.98 ... established in /home/service/bin/agents/...
1088 joko 1.100 x [conns] ippl/recent.pl (running in background)
1089 joko 1.99 x [procs] pstree/procs (linked to /etc/cron.daily)
1090 joko 1.100 x [ports] snmpwalk/getopenports (snmpwalk/ports linked to /etc/cron.hourly)
1091 joko 1.78
1092 joko 1.101 i pdumpfs
1093 joko 1.78 - 2003-03-13 - before
1094     Filesystem 1K-blocks Used Available Use% Mounted on
1095     /dev/ubd/0 1007896 795632 161064 84% /
1096     /dev/ubd/2 2015824 1090236 823188 57% /data
1097     - 2003-03-13 - after
1098     Filesystem 1K-blocks Used Available Use% Mounted on
1099     /dev/ubd/0 1007896 795852 160844 84% /
1100     /dev/ubd/2 2015824 1283688 629736 68% /data
1101 joko 1.80
1102     o write MiniHowTo: What the hell is a "Jotter"?
1103    
1104     from: http://www.ericlindsay.com/epoc/bjot5.htm
1105     Jotter is a quick note taker that can include dates, sketches, spreadsheets, and spreadsheet graphs.
1106     You can change the format of sketch and spreadsheet objects. You can also include icons that lead
1107     you to word processed documents or to recorded voice and sound files.
1108    
1109     from: http://www.series5mx.com/machine/software/jotter.asp
1110     Jotter solves the problem by allowing you to enter information as you think of it, without thought
1111     to form or structure. It’s also always just a screen tap away, on the Series 5mx icon bar.
1112    
1113     from: http://www.office-futures.com/2003_03_02_OfficeJotterArchive.htm#90417172
1114     AtNewYork - Microsoft Unleashes Greenwich IM Beta
1115     Thor Olavsrud
1116     Adding steam to its efforts to build greater support for collaboration in the enterprise,
1117     Microsoft unveiled the first widely available beta of 'Greenwich,' the code-name for its
1118     new instant messaging and real-time collaboration server software. [snip]
1119     The technology is designed to provide a central means that will manage all real-time
1120     communications within an enterprise. Greenwich, slated for commercial release in mid-2003,
1121     will integrate presence (knowledge of whether a person is online and available) into the
1122     Windows Server 2003 platform to give enterprises access to voice, video and data collaboration.
1123    
1124 joko 1.89 o caesar = ISPMan + {Ms Greenwich (TM)} + {Ms Exchange (TM)}
1125 joko 1.80 ims + ums!!!
1126    
1127     o write MiniHowTo: What the hell does Microsoft with Greenwich?
1128    
1129     from: http://www.jainnet.com/knowledgeeldorado/archives/2002/08/12/index.html
1130     Microsoft Greenwich
1131     Breaking down barriers between people. Every communications mechanism -- e-mail, phone,
1132     instant messaging, group collaboration tools -- forces individuals to adapt to its approach.
1133     Microsoft's vision for next-generation communications uses Web services to enhance digital
1134     meetings and group collaboration and provides information-agent technology to unify and
1135     manage disparate communications mechanisms. Microsoft demonstrated its future direction
1136     for real-time communications and collaboration (RTC) server software code-named "Greenwich."
1137    
1138     from: http://www.internetnews.com/ent-news/article.php/1480181
1139     [...]
1140     In terms of security, Greenwich fully integrates with Microsoft's IT security management structure,
1141     and will add protection to unencrypted text traveling across the Internet. Greenwich will also provide
1142     standards support for technologies like SSL encryption, Digest and NTLM/Kerberos authentication.
1143     [...]
1144    
1145     from: http://e-businessadvisor.com/doc/12048
1146     [...]
1147     The Greenwich platform includes the following:
1148     - Presence-based functionality that directs messages to available users
1149     - Integration with the previously announced MSN Messenger Connect for Enterprises service
1150     (see http://Advisor.com/doc/11494), which provides authentication and manageability for
1151     business-to-consumer (B2C) instant messaging
1152     - End-to-end communications based on industry security standards
1153     - Administration based on industry-standard technologies and familiar tools
1154     - Data collaboration, PC-to-PC voice and video, and other services
1155     - IM conversation logging to help ensure regulatory compliance, customer service, and security
1156     [...]
1157    
1158     hehe:
1159     from: http://www.microsoft.com/presspass/press/2002/jul02/07-24NETDayUmbrellaPR.asp
1160     [...]
1161     EDITORS' UPDATE, January 25, 2003 -- Microsoft has discontinued use of the code name "Palladium."
1162     The new components being developed for the Microsoft® Windows® Operating System, which are
1163     described in this article under the code name "Palladium," are now referred to as the next-generation
1164     secure computing base for Windows.
1165     [...]
1166     "the next-generation secure computing base for Windows"....
1167    
1168     ongoing Microsoft repackaging:
1169     from: http://zdnet.com.com/2100-1104-961497.html
1170     [...]
1171     Microsoft's new offering for e-business--code-named "Jupiter"--is a comprehensive set of
1172     server operating systems for doing business on the Web. Jupiter will bring together three
1173     separately available Microsoft server products--BizTalk Server, Content Management Server
1174     and Commerce Server--into one package.
1175     Microsoft unveiled Content Management Server 2002 on Monday.
1176     [...]
1177 joko 1.81
1178     acq: TogetherSoft -> Borland
1179     http://www.togethersoft.com
1180    
1181     acq: Metamerge -> IBM
1182     http://www-3.ibm.com/software/network/directory/pr20020625.html
1183 joko 1.82
1184     Websphere MQ questions: (from: http://www.alphacourt.com/html/expert/askexpert/)
1185     - HAVING PROBLEMS WITH CLUSTERING?
1186     - WHERE'S MY MESSAGE?
1187     - PERFORMANCE AN ISSUE?
1188     - WORRIED ABOUT SECURITY?
1189     - MY MESSAGE FLOWS WON'T DEPLOY
1190     - MAYBE YOUR CHANNELS WON'T START
1191 joko 1.83
1192     - Write MiniHowTo: What the hell is BPM?
1193     Business Process Management!
1194     from: http://www.esj.com/news/article.asp?EditorialsID=308
1195     IBM Corp. announced last week that the upcoming version 5.0 release of its
1196     WebSphere Application Server (WAS) will ship with a new workflow engine.
1197     In addition, an IBM spokesman confirmed that Big Blue's MQ Workflow,
1198     Crossworlds Interchange Server, and Lotus Domino products will also exploit
1199     the new workflow engine.
1200    
1201     o Hook Microsoft Sync Manager?
1202     "Synchronisieren"
1203     Location: %SystemRoot%\system32\mobsync.exe
1204     Description: Aktualisiert die Netzwerkexemplare von Daten, die offline bearbeitet wurde,
1205     wie z. B. Dokumente, Kalender und E-Mail.
1206    
1207     o LookAt::win32-registry-keys
1208     o HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database
1209     o HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DataAccess
1210 joko 1.84 o HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem
1211     o HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlayNATHelp
1212 joko 1.83
1213     o Microsoft's "Service Connection Options" (shown in "Application Performance Explorer")
1214     Connection Type: Remote Automation|Distributed COM
1215    
1216     o LookAt: C:\Programme\vs\Common\Tools\Clireg\CLIREG32.EXE
1217     pendant to 'regsvr32.exe'???
1218    
1219     o LookAt: C:\Programme\vs\Common\Tools\VS-Ent98\vmodeler\msvm.exe
1220 joko 1.84
1221     o How do Microsoft's 'Resources' work?
1222     frm.Caption = LoadResString(CInt(frm.Tag))
1223    
1224     o from a Microsoft Visual Modeler .mdl - file:
1225     [...]
1226     items (list diagram_item_list
1227     (object ClassView "Class" "Logical View::User Services::BusinessPerson" @1
1228     ShowCompartmentStereotypes TRUE
1229     [...]
1230     look at:
1231     - C:\Programme\vs\Common\Tools\VS-Ent98\vmodeler\...
1232     - COMStereotypes.ini
1233     - DefaultStereotypes.ini
1234     - VBStereotypes.ini
1235     - VC++Stereotypes.ini
1236    
1237     o LookAt::Microsoft RPC
1238     - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/string_binding.asp
1239     - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/rpcbindingtostringbinding.asp
1240     - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/rpcstringbindingparse.asp
1241     - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/rpcbindingfromstringbinding.asp
1242     - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/midl/midl/endpoint.asp
1243     - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/protocol_sequence_constants.asp
1244     - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/authentication_service_constants.asp
1245     - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/rpc_structures.asp
1246     - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/guid.asp
1247     - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/uuid_1.asp
1248     - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/uuid_vector.asp
1249     - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/midl/midl/_osf.asp
1250     - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/midl/midl/object.asp
1251    
1252     x LookAt::C:\Programme\vs\Common\Tools/uuidgen.EXE
1253    
1254     x Microsoft MIDL: http://msdn.microsoft.com/library/en-us/midl/midl/midl_language_reference.asp?frame=true
1255 joko 1.88 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/midl/midl/ncalrpc.asp
1256 joko 1.84 x Microsoft RPC: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/reference.asp
1257     http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/the_model_for_distributed_systems.asp
1258 joko 1.85 http://msdn.microsoft.com/library/en-us/vcsample98/html/vcsmpinterop.asp?frame=true
1259 joko 1.77
1260 joko 1.85 o play random albums on slurp - make dislike-db
1261    
1262 joko 1.87 i The American Military: JSTARS, UAVs and GIG ;-)
1263 joko 1.85 http://www.c3i.osd.mil/infosuper/UnderInfo2.html
1264 joko 1.86
1265     i example BibTEX - entry: (from http://www.acm.org/sigs/sigmod/disc/disc99/disc/vp_koda___the_architect.htm)
1266     @inproceedings{DBLP:conf/vldb/ArunJ98,
1267     author = {Gopalan Arun and
1268     Ashok Joshi},
1269     editor = {Ashish Gupta and
1270     Oded Shmueli and
1271     Jennifer Widom},
1272     title = {KODA - The Architecture And Interface of a Data Model Independent
1273     Kernel},
1274     booktitle = {VLDB'98, Proceedings of 24rd International Conference on Very
1275     Large Data Bases, August 24-27, 1998, New York City, New York,
1276     USA},
1277     publisher = {Morgan Kaufmann},
1278     year = {1998},
1279     isbn = {1-55860-566-5},
1280     pages = {671-674},
1281     crossref = {DBLP:conf/vldb/98},
1282     bibsource = {DBLP, http://dblp.uni-trier.de}
1283     }
1284 joko 1.87
1285     i where can i find / what can i do with 'citation pages'? (from http://dblp.uni-trier.de)
1286    
1287     o install LynxView: http://www.delorie.com/web/lynxview.cgi?see-script
1288 joko 1.89
1289     o Try::bacula
1290    
1291     o Try::synergy
1292 joko 1.90
1293     x installed WML: rpm -i http://www.cmap.polytechnique.fr/~barbier/wml-2.0.2-1.i386.rpm
1294 joko 1.91 Carp.pm not found: #> cd /usr/lib/perl5 #> ln -s 5.00503 5.6.1
1295     Perl 5.00564 required--this is only version 5.00503, stopped at /usr/lib/perl5/5.00503/FileHandle.pm line 3.
1296     no: ln -s 5.6.1 5.00564
1297     #> rpm -i ftp://ftp.suse.com/pub/people/stepan/wml/i386/SuSE-7.3/wml-2.0.8-0.i386.rpm
1298 joko 1.92
1299     i http://www.netfrag.org/nfoweb/index.php/MostPopular
1300 joko 1.93 http://www.netfrag.org/nfoweb/index.php/ReleaseNotes
1301 joko 1.92 http://phpwiki.sourceforge.net/phpwiki/HISTORY
1302    

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed