» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with fuse + ssh

Macfusion: The world in your Finder

Macfusion is an open source Mac application that allows you to work with files on servers across the internet, as if they were sitting on your computer. Macfusion presents a Volume in Finder, letting you use your favorite Mac applications to work with the

opensource: del.icio.us tag/opensource

macfuse - Google Code

MacFUSE implements a mechanism that makes it possible to implement a fully functional file system in a user-space program on Mac OS X (10.4 and above).

opensource: del.icio.us tag/opensource

n800 and eclipse remote system explorer

Eclipse Target Management Project have an set of plugins called Remote System Explorer. Integrates ftp, sftp, ssh into Eclipse - they also have their own agent to run on a *nix box as an alternative (it can remotely explore tar files for example)

I've set this up now to explore my shuttle pc (winxp), remote hosting account, and just added the n800. With openssh already installed on the tablet, getting connected is straightforward.

here's the recipe:


  1. Make sure you're installed openssh for maemo (you'll have had to have accepted the red pill for this to install)

  2. Install Eclipse (I've used 3.3 M7)

  3. Use the Update Manager to select Remote System Explorer from the Remote Access and Device Development category under Europa Discovery Site

  4. Switch perspective to Remote System Explorer

  5. Use the new connection icon on the Remote Systems view or from the File | New wizard

  6. Choose Linux, add the basic connection details, and on all the subsequent pages of the wizard choose ssh over datastore

  7. You should now be able to click on sftp files to browse the file system, shell processes to view (and kill) processes, and ssh shells to connect in

  8. (default root password for maemo is rootme)

exploring



content assist


The shell has Eclipse style content assist (ctrl-space) doing the traditional bash job of the tab key, although this is pretty slow over ssh.

remote file system





New in the latest builds of RSE is integration with EFS, which is like fuse.sourceforge.net">FUSE for Eclipse. You can now mount a remote file system via ssh, ftp or datastore and access it inside any Eclipse project. (Go to FusePort if you want to do this the other way round, mounting a remote file system via ssh inside maemo)

To do this, use New Folder on any Eclipse project, choose Advanced, click Link to Folder in the File System and change the File System Provider to RSE. You should now get a drop down of remote FS you've previously set up in RSE.

As you'll see from the example, the remote folder gets identified by a little shortcut decorator.

downsides


sshd on maemo seemed a little stretched by the demands, and had to be restarted several times. even over a local (everything within 2 metres) 802.11g connection, it's too slow for practical editing, although RSE does cache the directory structure to make browsing speedy.

User:jeyrb: log4jey

MacFusion | The GUI for MacFUSE

MacFusion brings all sorts of information to your Mac in the form of files and folders displayed as just another "Volume" on your Mac desktop.

User:daveg: del.icio.us/daveg

SSHFS on Windows via Samba Shares on Ubuntu VMWare

runs SSHFS under Ubuntu under VMware under Windows, and share out the Windows filesystem

Samba: del.icio.us tag/samba

macfuse - Google Code

Mac FUSE file system support and download

opensource: del.icio.us tag/opensource

Debian Administration :: A couple of tricks with the secure shell

One can do a lot more with ssh than use it for remote terminal session. Here we'll show how to copy files using ssh, use ssh as part of a pipe, vnc or samba forwarding via ssh and mounting filesystems using ssh (fuse + sshfs)

Samba: del.icio.us tag/samba