Workspace   


Home     Profile     Fun - Stuff     Links     eMail
   Linux:

  •  Diskless mini HOWTO (not complete) diskless.txt
  •   Hands on vi - a text based UNIX editor - nothing for Windows User ;-)
  • You've Webspace with a cgi-bin DIR ??? then fetch this: html_command.tar.gz ( download 0,82kB )
    a CGI(shell) program what can execute shell commands over html.
    only enter something like this "http://www.myserver.com/cgi-bin/PathToScript/html_command?ls%20-l%20/ "
    and it executes this (UNIX) command [in this case it was a "ls -l" command for the root DIR] (NOT for NT platforms !!)...
    !! only for people who knows what they're doing !!
  •  getting root account }:-)
     - You want to be root on a LINUX computer ? (and you aren't ...)
     - You've direct access to this computer ?
     - You've rights to reboot it ?
     - lilo is installed ?
    --->  try This : a little nice hint to become root on such local Linux computer.
  • document in english, in german

  •  a Document about Mailserver (by Jens-Peter Schildt and me):

    You can get this Document in 2 Formats :


    --> PDV - File (mailserver.pdf) [6231 kB]
    --> PS - File (mailserver.ps) [1090 kB]



  • And think on it:
    Linux is like an indian tent no Windows no Gates and an Apache inside ;-)


   Programing :

    nabi-DNS

    nabi DNS is a interface between a (MySQL) database and the DNS protocol. That means, that the Zone tables are hosted in a (MySQL) Database, which make it possible to hold DNS data very dynamic.

    what is/can nabi :

    • DNS, based on (MySQL) or (in future) on other Databases
    • an easy way to hold DNS data
    • a way to hold dynamic DNS
    • easy to use for everybody who could work with a database explorer or with (MySQl) direct

    what is nabi NOT :

    • Not Another BIND Implementation
    • ultra fast
    • couldn't explain every maron what DNS is ;-)

    Download

    download nabi-Sources

    download nabi-Patches (please read README.patch for usage)

    Database Explorer




    Barcode

    Barcode is a barcode package for Java (1.3+). It inherits java.awt.image.BufferedImage and provides a simple API for barcode generation.

    In the moment the folowing codes are implemented :

    • Code 128 A
    • Code 39

    It is realy easy to extend this package with other barcodes.

    HowTo use this package ?

    
       import   de.mdnetwork.graphic.barcode.*;
    
       ....
    
       Code code = new Code128A("HELLO");
    
       BarcodeImage codeImage = new BarcodeImage(400,100,
    				 BarcodeImage.TYPE_3BYTE_BGR,
                                     code.getCalculatedTree(),4);
       ....
    
          


    The package provides also a simple main method that allows to generate barcode JPEG images from command line:
          tseiman@tsei-host:~ > java -jar Barcode.jar \
          HELLO -z 4 -x 400 -y 100 -c CODE128A -f out.jpg
    		

    The result:

    barcode

    Feel free to download




    wmTea

    wmTea is a WindowMaker dockapp for all people who

    1. like Tea
    2. work with Linux
    3. let the WindowMaker manage they're desktop.

    If You're one of those - wmTea is realy the right program for You !

    Here are some screenshots from my desktop, that may helps to imagine what wmTea is :

    stopped wmTea
    the dockapp inactive    
    running wmTea
    running ...
    wmTea clock
    if activated - the counter     
    wmTea screenshot
    screenshot of the whole ensemble

    The actual version is :



    please type

    ~> tar xzvf wmTea-XX.XX.tar.gz
    ~> cd wmTea-XX.XX

    to unpack it. Follow the instructions in INSTALL and README file. ( "XX.XX" stand for the version number ...)

    ... have some good timed teas with it !!!



   Web :
    Oh wow here is the first thing to this theme !
    I've written a little Perl program what is able to list a directory and give it out in HTML. It's for those people who don't want to see the listing from APACHE or such a webserver.

    New Features !! :
    - some bugs FIXED :-)
    - Alphabetical Indexing
    - more configureable
    Have fun with dirlist.tar.gz Version 3.2 (download 4,14kB)
     documentation


   something about "tar" :

    creating tar Archives
    uncompressed Archives :  # tar cvf archive_name.tar file1 directory1 file2 ...
    compressed Archives   :  # tar cvfz archive_name.tar.gz file1 directory1 file2 ...

    unpack tar Archives
    uncompressed Archives :  # tar xvf archive_name.tar
    compressed Archives   :  # tar xvfz archive_name.tar.gz

   3D rendering:

    Here i've my 3d pictures - look at it and make your own mind !


    For german friends (from school .....(?)):
    Hi Hier hab ich, etwas unspektakulear, ein paar meiner gerenderten Bilder abgelegt. Es sind so die -ersten Gehversuche- mit dem render prog. Ziel ist es einen Film oder gar ein Spiel zu entwerfen (zu rendern) (das Spiel soll *.avi Sequenzen haben, deren Ablauf sich durch den Spieler beeinflussen lassen ( wer das Spiel "Cyberia" - (geiles Spiel ;-)kennt weis was ich meine ) programmierbar vielleicht in Delphi ?! )

    Wer interesse hat, maile mir doch bitte !!!!!


    When you click on one of the Links a new window will appear - this is possible with "java script"
    i hope it was a good idear to use java to popup a new window because some browsers can't work with it...
    if you think it wasn't a good idear MAIL ME please too


    but here we go !

    1.jpg      2.jpg
    3.jpg      4.jpg
    5.jpg      6.jpg
    7.jpg      8.jpg
    9.jpg      10.jpg


      Last Update:     7 - 2k1