Tag Archives: linux

[Unix] Mounting remote filesystems

Sometimes we have to mount remote filesystem. In this short snippet I will show you how to do it. You have to have applications: sshfs and fusermount. The first one is used for mounting remote filesystems and the second one … Continue reading

Posted in operating systems, snippets, unix | Tagged , , , , | Leave a comment

[Unix] The fastest way to log into another machine using ssh

Writing passwords every time you log into another Unix machine using ssh disturbs you? It could be much simpler: [[email protected]:~]$ ssh another-machine Linux 2.6.32.11. Things will be bright in P.M. A cop will shine a light in your face. [email protected]:~$ … Continue reading

Posted in operating systems, snippets, unix | Tagged , , , , | Leave a comment