Tagged Questions
7
votes
3answers
458 views
How do I administer /var/www?
I'm new to Linux and I'm trying to setup a small testing server inside of a VM running Ubuntu Server. I've found the /var/www folder and it should be the one where my Apache documents are stored, in ...
0
votes
1answer
177 views
How to make `unoconv` to produce exact output on every run?
I came across the unoconv linux utility for converting document formats. I found that unoconv produces different output everytime it is called with same input file.
bash$ unoconv -f doc test.html
...
0
votes
1answer
103 views
Are there Linux utilities for previewing files (partic. .doc's) rather than full-blown editing?
Instead of opening .doc, .odt, etc. files in LibreOffice which is resource intensive, are there any good utilities for simply viewing (previewing) such files without the need for editing facilities? ...
3
votes
3answers
2k views
Converting doc to pdf
I try to convert a doc file to a pdf file with the linux bash.
I tried different ways like jodconverter, ghostscript, postscript and so on, but all didn't work as espected.
Additionally I can say that ...
1
vote
2answers
600 views
Best text documents organizer for linux?
I am looking for something to organize information I have in text files. My hdd is full of text files containing email logins, cpanel logins, urls, and things like that and it's getting harder to find ...
1
vote
0answers
48 views
Reading line for Ubuntu users
Normally when I read a book I use a bookmark held horizontally under the current line I'm reading to help me keep my eyes on the right spot. When I read a PDF or other document on my computer I would ...
8
votes
10answers
1k views
Personal Document Management
How do you store, maintain, search and index documents, manuals and personal notes?
I, as a programmer regular collect api documentation, manuals, articles, code snippets and programming related ...
2
votes
5answers
5k views
HTML/PDF to DOC(X) in Linux command line?
I need to convert PDF or HTML+CSS into DOC or DOCX under Linux, it can be from the command line or with a scripting language.
Any idea?
2
votes
1answer
778 views
Convert HTML to Word Document
Can anyone suggest a way to convert html files to word documents (.doc) in linux, via commandline?