Remote access
How to work while away from home?
Three levels of access, from opaque to transparent:
- Access to files, but not applications
- Remote login, so can run applications
- Screen capture
Access to files
- Read-only: eg, access to my music collection.
- Kpf: quickest and easiest(?) (within KDE) to set up. Con: provides no access control; no command-line interface (CLI), so can't start through SSH?
- R/W: easiest (on client side) is through HTTP(S) or FTP(S), otherwise SSH (scp, WinSCP…).
- Light servers? Quick setup?
- WinSCP's interface is over-complicated; doesn't display Unicode characters in file names.
- Random access, ie, transparent access into files: eg, KIOSlaves (fish, http, WebDAV…), FUSE (SSHFS…).
- KIOSlaves: KDE tools I use (Kate, Konqueror) accept URLs instead of paths to files. Fantastic!
- Pro: work with remote storage transparently; con: need enabled tools (ie, KIOSlaves support), duplicated environment (possibly distinct, so configuration not shared).
- Live CD: my favorite tools (though need to re-configure); nearly transparent workflow.
- FUSE-based: HTTPFS, SSHFS…
- KIOSlaves: KDE tools I use (Kate, Konqueror) accept URLs instead of paths to files. Fantastic!
Remote login (files and applications, but CLI only): SSH (PuTTY)
Screen capture? (VNC, RDP, NX, X/SSH?…)
Notes
(None.)
(Appending notes disabled temporarily.)
Last modified 2009-05-20 07:43:31 +0000