Ubuntu Software: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 84: Zeile 84:
 
* Follow these steps: http://www.wpwebhost.com/install-wordpress-in-ubuntu-12-04-lts-localhost-lampp-server/
 
* Follow these steps: http://www.wpwebhost.com/install-wordpress-in-ubuntu-12-04-lts-localhost-lampp-server/
 
* But use this apache configuration: http://serverfault.com/a/422865
 
* But use this apache configuration: http://serverfault.com/a/422865
 +
 +
===Apache Wordpress permissions==
 +
Permanent fix:
 +
* sudo nano /etc/apache2/envvars
 +
** export APACHE_RUN_USER=<your_username>
 +
** export APACHE_RUN_GROUP=<your_username>
 +
* sudo chown -R <your_username>:<your_username> /var/lock/apache2
 +
* sudo chown -R <your_username>:<your_username> /var/log/apache2
 +
* sudo chown -R <your_username>:<your_username> /var/lib/php5/
 +
* sudo service apache2 restart
 +
  
 
===www dir===
 
===www dir===

Version vom 13. August 2013, 12:59 Uhr

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

Operating System

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)

Webcam

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

Another way:

=Apache Wordpress permissions

Permanent fix:

  • sudo nano /etc/apache2/envvars
    • export APACHE_RUN_USER=<your_username>
    • export APACHE_RUN_GROUP=<your_username>
  • sudo chown -R <your_username>:<your_username> /var/lock/apache2
  • sudo chown -R <your_username>:<your_username> /var/log/apache2
  • sudo chown -R <your_username>:<your_username> /var/lib/php5/
  • sudo service apache2 restart


www dir

Disk Analyzer

Java

Oracle Java

Ubuntu Settings

Xorg.conf

Search Engines

Windows

  • PlayOnLinux - install and use windows software on linux.

Others

See Software