aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/tips/nearlyfreespeech.mdwn9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/tips/nearlyfreespeech.mdwn b/doc/tips/nearlyfreespeech.mdwn
index 64520b010..1dec10ff5 100644
--- a/doc/tips/nearlyfreespeech.mdwn
+++ b/doc/tips/nearlyfreespeech.mdwn
@@ -81,9 +81,14 @@ Here is an example of how I set up a wiki:
## Clean up
Finally, you can save a _lot_ of disk space by cleaning up the ikiwiki
-tarball and .cpan directory.
+tarball and .cpan directory and a few other peices of cruft. Since you'll be
+charged one cent per month per megabyte, this is a quick way to save several
+dollars.
-rm -rf ~/ikiwiki*.tar.gz ~/.cpan
+rm -rf ~/ikiwiki*.tar.gz ~/.cpan ~/ikiwiki ~/man ~/lib/perl5/5.8.8
+
+That should cut things down to less than 4 megabytes. If you want to save
+even more space, delete unused perl modules from ~/lib/perl5
## Enjoy!