-
Recent Articles
-
Categories
- algorithms (2)
- c++ (2)
- coding (9)
- enterprise edition (4)
- java (7)
- operating systems (4)
- snippets (4)
- standard edition (3)
- unix (4)
-
Tags
access autowiring cache counting sort database dependency injection design pattern ehcache engine example fast field filesystem full-text fusermount generic gzip implementation inversion of control jdbc linux lucene memcached mounting multitail orm password positioning sorting private quicksort radix sort regexp rsa scalability search singleton sorting spring ioc sql ssh sshfs tail tar tarball xml -
Advertisements
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 filesystem, fusermount, linux, mounting, sshfs | 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 fast, linux, password, rsa, ssh | Leave a comment