jeltsch's blog

Installing Gramps on MacOSX

This should work, at least in theory:

  1. Install xserver
  2. Run darwinports installer
  3. Update the darwinports sudo port -d selfupdate
  4. Install gramps in xterm running sudo port install gramps
  5. Install gnome-themes sudo port install gnome-themes
  6. Run gramps in xterm

Find and replace with perl

To replace the string jeltsch.blogspot.com by the string mnm.no-ip.com/blog you can use perl:perl -pi.bak -e 's|jeltsch.blogspot.com|mnm.no-ip.com\/blog|g' *.html If you want to do a recursive replacement on a directory tree you can try:perl -pi.bak -e 's|jeltsch.blogspot.com|mnm.no-ip.com\/blog|g' `find jeltsch.org -name '*.html'`

Pages