2015 m. liepos 28 d., antradienis

Ubuntu server nustatymai


#Apache Case sensitivity:
########################################
If you use Apache, try this solution:

Add this line to /etc/apache2/mods-available/speling.load:
CheckSpelling on Enable speling module by this command:
a2enmod speling And restart Apache:
/etc/init.d/apache2 restart Otherwise I strongly recommend to have strict name convention of files that matches with their URL.
##########################################

2015 m. liepos 8 d., trečiadienis

Kaip pasukti pdf dokumentus su linux

Kaip pasukti pdf'us? sudo aptitude install pdfshuffler
pdfshuffler
Kaip išskaidyti puslapius į atskirus pdf dokumentus? sudo aptitude install pdftk
pdftk my_multi_page.pdf burst

Literatūra:
https://charlieharvey.org.uk/page/howto_breaking_pdfs_up_into_mutiple_pages - pdftk