This is an old revision of the document!
Table of Contents
Website Self Hosting
Hardware
Any old machine, or even better an old laptop (less power, less noise, less room).
Flash cache
A lot more efficient and simple on a server than on a work machine.
/var/log /var/www /var/lib /var/cache ? /var/db ? ou tout /var... un peu gros mais ça peut passer /tmp (ou en ram)
Create ~/.fcache dir, move all files you want to cache to it, and either create a symbolic link or configure the program to use this new location:
~/.history ~/.xsession-errors
#!/bin/sh dmesg -c rm -f /mnt/ram/disklog echo 1 > /proc/sys/vm/block_dump watch "dmesg -c >> /mnt/ram/disklog" echo 0 > /proc/sys/vm/block_dump
hdparm -C /dev/sda