/[cvs]/jonen/notes/notes_2003-01.txt
ViewVC logotype

Contents of /jonen/notes/notes_2003-01.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Feb 27 16:10:53 2003 UTC (21 years, 2 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
+ initial commit

1
2 - MySystems/Debian:
3 o move /etc of gharb to cvs !!
4 o search if new packages available, do 'apt-get --dry-run upgrade'!
5 x systools
6
7 - QoS (Quality of Services)
8 o check it out !
9
10 - Apache/php:
11 - apache aliases - redirect '/' to index.php (used for url catching/rewriting)
12 x search for php widget lib
13 x APL (http://apl.sourceforge.net)
14 - huge lib in pure C
15 x phphtmllib (http://phphtmllib.newsblob.com)
16 - a mainly widget/render lib, written in php, complete OO-based
17 and with nice DataList rendering (abstract source API)
18 o XOOPS (http://xoops.org)
19 XOOPS is a dynamic OO (Object Oriented) based open source portal script written in PHP.
20 It is the ideal tool for developing small to large dynamic community websites, intra company portals,
21 corporate portals, weblogs and much more.
22 o binarycloud (http://binarycloud.com)
23 binarycloud is an enterprise class web application platform. binarycloud shares many of the capabilities of products
24 like Oracle 9i AS (Application Server) and IBM's WebSphere:
25 Proper definition of a framework: "A framework supplies the infrastructure and mechanisms that execute a policy for
26 interaction between abstract components with open implementations"
27
28
29 - OpenLDAP:
30 - Contacts:
31 o Evolution: modify/create schema (map Attribute) so the field 'Note' and others can be used
32
33 - PAM + SASL
34 - seems pam will only works(will only be activated) if plain passwords are used
35 o read more about PAM special in co-operate with SASL !!
36
37 - Kerberos V
38 x use GQ LdapBrowser with SASL to authenticate against ldap
39 - this requires a 'kinit <username>' at the shell to get the kerberos ticket
40 - ldap will check your ticket pricipial against its acl's !
41 o 'libpam-ldap' from Turbo is bad, don't use it !! (remember at 'apt-get upgrade' !!)
42 o write this down in some (existing e.g. sendmail?) howto
43
44 - Sendmail
45 o research some about sendmail-cluster, 2 mx records, howto to set up second mx/cluster?
46 o change '/etc/init.d/amavisd' to '/etc/init.d/amavis-milter' in howto
47 o migrationtools:
48 o patch migrationtools for sendmail aliases support (/usr/share/migrationtools/migrate_aliases.pl)
49 o create, or search web for, migrationtool for sendmail virtusertable (/usr/share/migrationtools/migrate_virtuser.pl)
50 o review patched kerberosV support at /usr/share/migrationtools/migrate_user.pl?
51
52
53
54
55 - MySQL:
56 o move this to mysql-common-tasks howto
57 - Create Database
58 :# mysqladmin create <database>
59 - Set Privileges on databases(creates user too, if not exists...):
60 mysql>grant all on <database>.* to <user> identified by "<passwd>";
61 mysql>grant all on <database>.* to <user>@localhost identified by "<passwd>";
62
63
64 - Document saving:
65 o remember *.doc is a non-standard, bloated Mircosoft format, use HTML instead !!
66 see http://www.fsf.org/philosophy/no-word-attachments.html
67
68 - My Howto's:
69 o convert all howto's to SDF format ( look at 'nfo/doc/computing/sysadmin/linux/example_sdf_howto.sdf' )
70 o learn more about Lyx/LaTex
71 o convert all howto's to LaTex format ( look at 'nfo/doc/computing/sysadmin/linux/example_latex_howto.lyx' )
72
73
74
75
76 future:
77 o build 'black box' to trace for 'spys' at a isdn/internet connection
78

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