Ubuntu Software: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 70: Zeile 70:
 
==IT Administration==
 
==IT Administration==
 
* [http://www.putty.org/ Putty] - connect through SSH to a server (console mode)
 
* [http://www.putty.org/ Putty] - connect through SSH to a server (console mode)
 +
 +
==Server==
 +
* [http://www.unixmen.com/install-lamp-with-1-command-in-ubuntu-1010-maverick-meerkat/ Install lamp with 1 command in Ubuntu]
 +
===www dir===
 +
* [http://serverfault.com/questions/6895/whats-the-best-way-of-handling-permissions-for-apache2s-user-www-data-in-var What's the best way of handling permissions for apache2's user www-data in /var/www?]
 +
** [http://stackoverflow.com/questions/10220531/how-to-set-system-wide-umask UMASK under Ubuntu]
  
 
[[Category: Software]]
 
[[Category: Software]]

Version vom 15. März 2013, 01:43 Uhr

Most of the software can be easily installed through the Ubuntu Software Center.


Text

  • Gedit
    • To add a new language install "myspell-de" for example.

PDF

Edit PDFs

  • PDFedit - read, change and extract information from a PDF file.
  • PDF-Shuffler - merge or split pdf documents and rotate, crop and rearrange their pages.

Annotate PDFs

Remove PDF password

with Ghostscript (Source):

  • gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=unencrypted.pdf -c .setpdfwrite -f encrypted.pdf


Password Generation

Install pwgen and run it from the Terminal.

Audio

Record Audio Output:

Video

Flash

Fix your flash problems with Flash Aid (Download and drag and drop it in Firefox)

VoIP

  • Mumble - open source, conference audio, no video yet, needs installed server.

Image Processing

File Exchange

Screen Recording

  • Kazam
    • Can record 2 different audio channels (microphone and loud speakers), better than RecordMyDesktop, BUT unfortunately crashes every few minutes on Nikolay's computer.
  • RecordMyDesktop (Video + Sound)
    • Converts into *.ogv file. 1 Minute is about 18MB.
    • Note: After recording the screen it takes time to convert the file! For 1 Minute recording about 1 minute conversion.
    • Video quality is not good on Nikolay's computer.
sudo add-apt-repository ppa:shnatsel/eidete-daily
sudo apt-get update
sudo apt-get install eidete

Media and Flyers

  • Scribus - Open Source Desktop Publishing.

IT Administration

  • Putty - connect through SSH to a server (console mode)

Server

www dir