Home
In this blog you can find information about Linux, Plone, Open Source software in general and whatever crosses my mind.
This is the last news that I find interesting, you can find more in the News sections:
Below you can read my last blog entry
How to mount remote filesystem with ssh
SSH mount tutorial for Debian Linux systems
Install sshfs package:
$ sudo apt-get install sshfs
Make a mount point:
$ mkdir /media/remotehome
Mount the remote filesystem:
$ sudo sshfs user@remoteserver:/home/user /media/remotehome
Don't forget to unmount the remote filesystem whenyou're done:
$ umount /media/remotehome
--
Danilo Dellaquila



