A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

Remote file browsing

  • Mount a remote filesystem via SFTP
    • (Mac): http://pqrs.org/macosx/sshfs/
    • (Ubuntu): Use software centre
    • GUI
      • Try http://sshfs-gui.darwinports.com/
      • or Mac ports: sudo port install sshfs-gui
    • To start: sshfs hostname: mountpoint
    • To stop: fusermount -u mountpoint
  • Target Management (Remote file browsing in Eclipse via SSH): http://www.eclipse.org/dsdp/tm/