This wiki is for the exclusive use of my friends and colleagues. Account creation and anonymous editing have been turned off.

If you are a friend or colleague of mine, and would like to participate in this project, please send me a message.

If you find these pages useful, please donate to help cover server costs. Thanks!

Difference between revisions of "Ubuntu Resources"

From OdleWiki
(Added section "Apache")
(→‎Ubuntu Apps: Added "LibreOffice" section)
 
(One intermediate revision by the same user not shown)
Line 45: Line 45:
  
 
== Ubuntu Apps ==
 
== Ubuntu Apps ==
 +
 +
=== LibreOffice ===
 +
 +
* [https://ask.libreoffice.org/en/question/9231/no-base-in-ubuntu/ Install Base]
  
 
=== Rhythmbox ===
 
=== Rhythmbox ===
Line 56: Line 60:
  
 
* [http://ohbuntu.blogspot.com/2010/02/quickly-type-special-characters-ubuntu.html Quickly Type Special Characters in Ubuntu]
 
* [http://ohbuntu.blogspot.com/2010/02/quickly-type-special-characters-ubuntu.html Quickly Type Special Characters in Ubuntu]
 +
 +
=== Shutter ===
 +
 +
* [https://itsfoss.com/shutter-edit-button-disabled/ How to Fix Disabled Edit Option in Shutter in Ubuntu 18.04]

Latest revision as of 17:22, 30 June 2018

External link icon.png

External Resources
These links should all open in a separate window.


Apache

Printing

PDFs

Install Boomaga to make booklets from PDFs.

To interleave two pdf files (odd pages on one, even pages on the other), install pdftk and use the following command:

pdftk A=odd.pdf B=even.pdf shuffle A B output collated.pdf

If even.pdf is in reverse order, use this code:

pdftk A=odd.pdf B=even.pdf shuffle A Bend-1 output collated.pdf

To reverse the page order in a scanned document (even pages, for instance), install pdftk and use the following command:

pdftk reverse.pdf cat 10-1 output forward.pdf

where 10 is the last page number and 1 is the first page number.

See the server examples page for more examples.

Image Conversion

Ubuntu Apps

LibreOffice

Rhythmbox

Typing

Shutter