vendredi 27 février 2009

NSLU2 ZicBox HowTo

Installer Debian Lenny

Ajouter à ton sources.list (pour unrar) contrib non-free
  1. Musique : Synchro ZicDisk (sshfs / autofs / rsync / unison)
  2. Films : Usenet, installer hellanzb
sudo apt-get install unrar bzip2 par2 psmisc
sudo apt-get install python python-twisted python-pyopenssl lighttpd php5-cgi
sqlite php5-sqlite

Modifier /var/www/zussaweb/functions.php
function freediskspace($disk) {
        return (round (disk_free_space($disk)/1024/1024/1024,2));
}

Et /var/www/zussaweb/status.php
        echo "free disk space: ".freediskspace($disk)."GB</center><br><br>";




Aucun commentaire: