From 42afa0d8a4e4d0b8e0abcdadfec9d75623c2e9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 14 Mar 2011 20:29:45 +0100 Subject: README --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..cac1ad1 --- /dev/null +++ b/README @@ -0,0 +1,17 @@ +MOZTMP +====== + +Firefox is not the fastest browser on earth. But some issues can be resolved by moving its files to a RAM-disk. This ensures that all the cache and stuff can be directly served from RAM and firefox does not need to access the harddisks. + + +Things to have in mind before using it +-------------------------------------- + +- Firefox' directories can be quite huge. Only use this script if you can spare 100-200MB of RAM. +- This script creates a backup copy. But if your computer is not able to make a normal shutdown (e.g. some crash), all things done in the session is lost (it's only in RAM - remember?). +- This script is written for and tested only on Gentoo Linux with OpenRC. It should work on any other OpenRC-system though (are there any others?). + +Install +------- + +Installation is easy: Download the files and put them in /etc/init.d/ and /etc/conf.d/ respectively. Do not forget to change the conf.d/moztmp file to fit your needs. -- cgit v1.2.3