]> sipb.mit.edu Git - ikiwiki.git/commitdiff
more on cleanup
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 5 May 2008 19:39:36 +0000 (15:39 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 5 May 2008 19:39:36 +0000 (15:39 -0400)
doc/tips/nearlyfreespeech.mdwn

index 64520b01098c7edf084ed8bce926b9cd4e504ea4..1dec10ff59f65284297e9913d75249174f8eea4d 100644 (file)
@@ -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!