Linux

Convert PDF into TXT with Debian Linux

If you would like to convert Portable Document Format (PDF) into text in console you should install Poppler utils.Poppler is a PDF rendering library based on xpdf PDF viewer. Poppler package has some useful command line utilities for converting PDF into various format.

Read More

How to display line numbers in Vi and Vim

If you're using Vi/Vim editor on linux consolue maybe you would like to display line numbers. Here is solution how can you display lines in this great editor.

Read More

How to create .tar.gz Archive

On the Linux system is very easy to compress the whole folder. We will use tar command with right arguments.

Read More