Tá ai Galerinha:
Thundercache 4.1 RELEASE 23 Junho 2010NEWS:*Sistema de Clusterização
*Verificação e Update de arquivos em cache
*Aumento desempenho no file system
*FIX file Resume
*FIX syslog signal
*FIX cache size
pra quem já tem instalado no ubuntu 32bits... o update:
Código:
cd /root
wget http://www.bmsoftware.org/thunderdist/update/thunder_up14.zip
unzip thunder_up14.zip
cd thunder_up14
chmod +x install.sh
./install.sh
Ubuntu 64 bits:http://www.bmsoftware.org/thunderdist/thunder_u64_r302para instalar é soh substituir o binario pelo do link acima da seguinte forma:
Código:
cd /root
wget http://www.bmsoftware.org/thunderdist/thunder_u64_r302
mv thunder_u64_r302 thunder
cd /etc/init.d/thunder
./thunder stop
cp /root/thunder /usr/local/thunder/sbin/thunder
./thunder start
e adicionar as seguintes linhas no crontab:
Código:
0 2 * * * /usr/bin/find /thunder/ -mtime +25 -type f -exec /bin/rm -f {} \;
0 3 * * * /usr/bin/find /thunder/ -type d -empty | xargs rm -rf
FREEBSD 32 BITS:Código:
http://www.bmsoftware.org/freebsd/thunder_f32_r302
FREEBSD 64 BITS (Freebsd 8 64bits DISTRO OFICIAL):Código:
http://www.bmsoftware.org/freebsd/thunder_f64_r302
como fazer update no freebsd:
Código:
cd /root
fetch http://www.bmsoftware.org/freebsd/thunder_f64_r302
mv thunder_f64_r302 thunder
/usr/local/etc/rc.d/thundercache stop
cp thunder /usr/local/thunder/sbin/thunder
/usr/local/etc/rc.d/thundercache start
da crontab
basta dar um edit no arquivo /etc/crotab
e adicionar as seguintes linhas ao final:
Código:
0 2 * * * /usr/bin/find /thunder/ -mtime +25 -type f -exec /bin/rm -f {} \;
0 3 * * * /usr/bin/find /thunder/ -type d -empty | xargs rm -rf