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 :)

Some usable public things on this server

Server configuration notes

Every shell user automatically also gets:

  1. A place for WWW files: just place your files within ~/public_html/, and they will be visible under http://michalis.ii.uni.wroc.pl/~username/ as well as https://michalis.ii.uni.wroc.pl/~username/ (secure https).

    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.

  2. Each account is also automatically an email account (xxx@michalis.ii.uni.wroc.pl), as usual on Unix servers. Yes, smtp works, so you can send and receive mails on this address. Although no pop3 is configured, so you just have to login to check your emails (or you can set ~/.forward to forward mails to your other account.) Go to www.cs.uni.wroc.pl for a real email account associated with our ii :)