-
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: tarball
[Unix] Basic usage of tar tool
In this article I would like to describe basic options of tar tool – Tape ARchive. The most common use of it includes using gzip compression to achieve tarball of *.tar.gz format. Basic compression: [[email protected]:~]$ tar cvvzf catalog.tar.gz catalog/ drwxr-xr-x … Continue reading →