Projects

ADA

School project to get credit - talk "unlimited" number of users written in ADA programming language using CORBA (ORBit) as the communication infrastructure. Follow this link if you want to see more.

C

C++

Java

Perl

Few CGI scripts and a lot of small scripts for linux administration and various text transformations. And also experience with corba port for perl (ORBIT).

WWW

My experiments with web technologies (work, xml, html, php, cgi)
SŽK (local, public) - dynamic information pages for one children organization
Borovice (local - it need virtual web server, public) - forms, functions and database background

Other

Rest comming later (may be if I will have time) ...

Linux administration

Kerberos+OpenLDAP+OpenAFS

Only few links where I took inspiration and that help me to configure this

  http://www.opeafs.org/
  http://www.openldap.org/
  http://www.gentoo.org/doc/openafs.html (basic AFS configuration)
  http://www.ncsa.uiuc.edu/UserInfo/Resources/Software/kerberos/afs_krb5_migration.html
  http://www.padl.com/OSS/pam_ldap.html (LDAP pam)
  http://grand.central.org/twiki/bin/view/AFSLore/?topic=KerberosAFSInstall
  "openafs-krb5-1.3.tar.gz"
  http://en.tldp.org/HOWTO/LDAP-HOWTO/
  http://www.mandrakesecure.net/en/docs/ldap-auth.php (LDAP auth)
  http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/ref-guide/
  http://www.bayour.com/LDAPv3-HOWTO.html (Kerberos+LDAP+AFS)
  http://ofb.net/~jheiss/krbldap/ (Kerberos + LDAP)
  http://www.cesnet.cz/doc/techzpravy/2001/02/ (LDAP)
  http://www.cit.cornell.edu/computer/system/win2000/kerberos/
  http://www.natur.cuni.cz/~mmokrejs/afs/
  http://www.microsoft.com/windows2000/techinfo/planning/security/kerbsteps.asp
  http://people.mandrakesoft.com/~florin/www/configs/kerberos/kerberos.html
  http://www.dice.informatics.ed.ac.uk/deploy/1_ldap.html (rozbor řešení)
  http://www.nrl.navy.mil/CCS/people/kenh/kerberos-faq.html (Kerberos)
  http://www.kegel.com/linux/edu/fileserving.html
  http://www.saas.nsw.edu.au/solutions/ldap-auth-pam.html (LDAP)
  http://www.mathematik.uni-karlsruhe.de/~iwrmm/Persons/
       /Schulz/Unix/afs/afs-krb5.html (krb5+afs)
  http://www.fnal.gov/docs/strongauth/html/strong_authTOC.html
      (similar to Cern IT)
  http://diradmin.open-it.org
  http://meta.cesnet.cz/docs/descr/afs.cz.html (kerberos, afs - cesky)
  http://www.ms.mff.cuni.cz/labs/unix/
  http://orion.zcu.cz/

Disk, NFS, AFS test results

Only very stupid performace testing for different network filesystem and coparision with local disk performace

* Test on files RedHat 7.2, 7.3 RPMS distribution (relatively large files)
    cp: /home -> /afs ... 4.5GB/12min, load 2.5-3
    cp: /home -> /nfs ... 4.5GB/12min, load 3-4
    cp: /home -> /home ... 4.5GB/11min, load 3-3.5
    cp: /home -> /dev/shm ... 256MB/17s
    cp: /afs -> /dev/shm ... 256MB/40s, 256MB/8s
    cp: /nfs -> /dev/shm ... 256MB/24s, 256MB/20s
    rm: /home ... 4.5GB/21s
    rm: /afs ... 4.5GB/55s
    rm: /nfs ... 4.5GB/22s
* Test on files from documentation directory (a lot of small files)
    cp: /usr/share/doc -> /home ... 360MB/2min
    cp: /usr/share/doc -> /afs ... 360MB/5min
    cp: /usr/share/doc -> /nfs ... 360MB/3min
    cp: /usr/share/doc -> /dev/shm ... 256MB/60s
    cp: /afs -> /dev/shm ... 256MB/80s, 256MB/70s
    cp: /nfs -> /dev/shm ... 256MB/63s
    rm: /usr/share/doc ... 360MB/37s
    rm: /afs ... 360MB/60s
    rm: /nfs ... 360MB/32s
* Test start OpenOffice (first/next start)
    afs: 25/6-7
    disk: 20/6