Home

This is the home of several open source projects I maintain.
  • Nephthys - a file sharing tool for WebDAV and FTP
  • phpfspot - a dynamic online gallery for F-Spot
  • MasterShaper - a traffic shaper GUI for Linux

The NetShadow server story

All webserver names base on characters of "Masters of the Universe" - probably more known as "He-man".

  1. skeletor - Apache, SVN-Repository, FTP-Server, ... gofer
  2. orko - MySQL, IMAP, Sendmail ... quiet powerful
  3. stratos - replaced skeletor

Nice and helpful pages:

Helpful git commands:

Create a tag

git tag -s -m "phpfspot 1.4 public release" phpfspot-1.4

Create a release-pack

git archive --format=tar -v --prefix=phpfspot-1.4/ phpfspot-1.4 > phpfspot-1.4.tar

Push a change directly into a remote-branch

git push orko:/var/www/htdocs/ master:refs/heads/cleanup

Add a tracking branch

git remote add contrib http://xxx.net/git/phpfspot/.git/
git fetch contrib
git branch --track contrib contrib/master

svn2git worked best for me with

  1. Put ".hidden" files in all empty directories in the SVN repository, since GIT (in fact 'patch') does not take care of empty directories and commit them.
  2. git-svn clone -A authors.txt -T trunk file:///var/lib/svn/phpfspot/
  3. Clone git-repo elsewhere, then recloned back with --bare to /var/cache/git

Latest news

phpfspot: phpfspot 1.7 released
On this rainy Saturday morning, phpfspot 1.7 with its support for F-Spot's photo versioning has been released.
Added by Andreas Unterkircher 460 days ago

Nephthys: Nephthys 1.5
On this wunderful christmas day, Nephthys got released with its new 1.5 version.
Added by Andreas Unterkircher 617 days ago

Nephthys: 1.5 release delayed
Nephthys 1.5 will be released several days later
Added by Andreas Unterkircher 633 days ago

Nephthys: avoid read/write access to ftp-root directory
The example proftpd.conf provided read/write access to the ftp-root directory
Added by Andreas Unterkircher 656 days ago

Nephthys: Nephthys 1.4
Minor feature enhancements and bugfixes are bundled in this release.
Added by Andreas Unterkircher 663 days ago

View all news

Latest projects

  • Mail-Archivo (01/02/2010 09:41 AM)

    E-Mail Archiving

  • MachDB (01/11/2009 08:28 AM)

    MachDB is a project of Nathan Hubbard. Follow the link below to his homepage for more informations and stable releases. Here we are collecting some contributions and patches.

    You can query this GIT repository from http://git.netshadow.at/machdb.git/

  • exilog (12/03/2008 08:21 PM)

    exilog is a project of Tom Kistner. Follow the link below to his homepage for more informations and stable releases. Here we are collecting some contributions and patches.

    You can query this GIT repository from http://git.netshadow.at/exilog.git/

    			
  • Nephthys (06/21/2008 10:24 AM)

    Nephthys provides a web-interface to easily allow file sharing via WebDAV and FTP. The web-interface is designed to be very simple and not overloaded with features so that hopefully everybody is able to use it.

    Nephthys is multi-lingual (English, German, Russian, Italian, ...) and can be translated into further languages as well.

  • MasterShaper (06/21/2008 10:21 AM)

    Web-based traffic shaping management for Linux.