This server hosts various projects related to Michalis, ii.uni.wroc.pl and friends :) Feel free to contact me if you want shell user, or www space, or SVN repo (public or private), or mysql db, or moinmoin wiki, or just about anything else on this server. Service available to anyone related with ii.uni.wroc.pl or Michalis :)
Subversion repositories:
Every shell user automatically also gets:
Permissions notes: since 2011-10, the default permissions prevent everyone, even Apache, from reading your files, for privacy. So to make ~/public_html/ work, you will have to explicitly make it world-readable. Usually what you need to do are these 2 simple commands:
chmod o+rX ~ chmod -R o+rX ~/public_html/
Alternatively, Michalis can add you to the group www-data and then you can change the group owner of your files to www-data, and make them readable by www-data (not necessary by the whole world). This only offers additional security from users unable to run PHP inside their ~/public_html/ (for now, this means kl* users), since everyone else can use PHP to read anything as www-data anyway.