Samstag, 28. Januar 2012

XUbuntu 11.10

Download: http://www.xubuntu.org/get#oneiric

Gegenüber der Standardversion von Ubuntu 11.10 mit Gnome-3 funktioniert XUbuntu auch mit ATI und NVIDIA Karten, und weiters kann wie bei Gnome-2 wieder das Menü und die Symbolleisten optimal anpassen. Weiters funktioniert auch Compiz einwandfrei, welches bei Gnome-3 bei mir maximale Probleme macht.
  • Graphiktreiber: Für ATI und NVIDIA sollte direkt die Treiber verwenden, welche unter "Einstellungen-zusätzliche Treiber" zur Verfügung stehen. Die Download-Treiber direkt von Nvidia oder AMD können zu instabilen Systemen führen!
  • Installation der Packete welche in der HTL ET verwendet werden (entweder als Script mit Benutzerrechten als normaler Benutzer ausführen, oder die Packete einzeln installieren):
    #!/bin/sh

    # Menüeditor
    sudo apt-get install -y alacarte

    # Compiz
    sudo apt-get install -y compizconfig-settings-manager

    # Oszilloskop und Signalgenerator:
    sudo apt-get install -y alsa-oss xoscope siggen

    # Codecs
    sudo apt-get install -y ubuntu-restricted-extras libdvdread4 x264 libavcodec-extra-53 libavdevice-extra-53 libavformat-extra-53 libavutil-extra-51 libpostproc-extra-52 libswscale-extra-2
    sudo /usr/share/doc/libdvdread4/install-css.sh

    # Videoschnitt
    sudo apt-get install -y kdenlive openshot openshot-doc ffmpeg winff winff-doc

    # Kdenlive → MLTs Fehler beim Start:
    mkdir -p .kde/share/config
    echo "[version]" >$HOME/.kde/share/config/kdenliverc
    echo "version=0.8" >>$HOME/.kde/share/config/kdenliverc

    # Multimediaplayer
    sudo apt-get install -y gxine kaffeine vlc liba52-dev mcrypt mencoder mpack mpeg2dec mpeg3-utils mpegdemux mpg123 mpg321 mplayer totem-mozilla

    # Webcam
    sudo apt-get install -y guvcview

    #Libre Office:
    sudo apt-get install -y libreoffice libreoffice-l10n-de libreoffice-help-de
    sudo apt-get install -y dia freemind

    # Systemprogramme
    sudo apt-get install -y nautilus grsync debian-faq-de debian-reference-de devhelp dmraid ldb-tools manpages-de manpages-de-dev xfsprogs
    sudo apt-get install -y subversion subversion-tools gparted gnome-rdp qt4-qtconfig samba nrg2iso

    # Editoren:
    sudo apt-get install -y gedit geany* gedit-plugins

    # HTML Programmierung

    sudo apt-get install -y bluefish xmlcopyeditor gphpedit cssed kompozer

    # Komprimierer
    sudo apt-get install -y arj zip unrar unzip unace cabextract p7zip-full p7zip-rar lha rar

    # Audio
    sudo apt-get install -y audacity vorbis-tools easytag id3tool id3v2 lame libflac++6 tagtool rhythmbox

    # CAD
    sudo apt-get install -y blender eagle qcad freecad kicad

    # C-Programmierung
    sudo apt-get install -y autoconf ddd gdb kdb gcc-doc glibc-doc cmake sudo apt-get install kdelibs5 kdelibs5-dev

    # Libs
    sudo apt-get install -y libfreetype6 libfreetype6-dev libgtk2.0-dev libipc-sharedcache-perl libmcrypt-dev libmpeg3-1 libmyodbc libmysql-java libparagui1.1 libpng3 libsage2 libsage-dev libbeansbinding-java-doc libswing-layout-java-doc libsdl1.2debian libsdl1.2-dev libsdl-console libsdl-gfx1.2-4 libsdl-gfx1.2-dev libsdl-image* libsdl-net1.2 libsdl-net1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev libsox-fmt-all libtool libxine1 libxine1-all-plugins libxine1-ffmpeg

    # Perl Programmierung
    sudo apt-get install -y perl-tk tinyca libpadwalker-perl libxml-xerces-perl

    # Java Programmierung
    sudo apt-get install -y libxerces2-java libxerces2-java-doc libredstone-xmlrpc-java libxmlrpc* libvecmath-java libvecmath-java-doc xmlbeans

    # Python Programmierung
    sudo apt-get install -y python jython

    # Sicherheit
    sudo apt-get install -y clamav clamtk

    # Drucken
    sudo apt-get install -y cups-client cupsys-driver-gutenprint hpijs hplip foomatic-filters posterazor

    # PDF
    sudo apt-get install -y okular pdfedit pdftk

    # Bildbearbeitung
    sudo apt-get install -y perlmagick gimp gimp-data gimp-plugin-registry inkscape xpaint shutter eog eog-plugins f-spot rawtherapee

    # Fonts
    sudo apt-get install -y gsfonts gsfonts-x11 ttf-mscorefonts-installer

    # Datenbank
    sudo apt-get install -y unixodbc unixodbc-bin

    # Emulatoren
    sudo apt-get install -y wine dosemu

    # Flash
    sudo apt-get install -y flashplugin-downloader flashplugin-installer

    # CD-DVD
    sudo apt-get install -y isomaster icedax k3b k3b-data

    # Wissenschaft
    sudo apt-get install -y kalgebra maxima wxmaxima geogebra octave yacas scilab

    # tex
    sudo apt-get install -y kile auctex tex-common texinfo

    # Notensatz
    sudo apt-get install -y tuxguitar

    # Benchmarks
    sudo apt-get install -y testdisk

    # leJOS NXJ:
    sudo apt-get install -y libusb-dev ant bluetooth libbluetooth-dev

    # AVR
    sudo apt-get install -y binutils-avr gcc-avr avr-libc avarice simulavr avrdude gcc build-essential libncurses5-dev uisp avra avrdude-doc gdb-avr libusbprog0 usbprog usbprog-gui avrp

    # XScreensaver löschen
    sudo apt-get remove -y xscreensaver*

    #---------------------------
    # Server
    #---------------------------
    # ssh
    sudo apt-get install -y ssh molly-guard

    # LAMP
    sudo apt-get install apache2 mysql-server mysql-client php5 phpmyadmin php5-cli php5-odbc php5-suhosin php-pear

    # DHCP-DNS Server
    sudo apt-get install dhcp3-server bind9 bind9-doc
  • Installation von Virtualbox und Dropbox:
    #!/bin/sh

    #Virtual Box
    sudo add-apt-repository "deb http://download.virtualbox.org/virtualbox/debian oneiric contrib"
    wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
    sudo apt-get update
    sudo apt-get install -y virtualbox-4.1
    sudo adduser `whoami` vboxusers

    # Dropbox
    sudo add-apt-repository "deb http://linux.getdropbox.com/ubuntu oneiric main"
    sudo gpg --keyserver pgp.mit.edu --recv-keys 3565780E
    sudo apt-get update
    sudo apt-get install -y nautilus-dropbox
    dropbox start -i
  • Weiters installiert, jedoch direkt aus tgz-Files:
    • Eclipse Indigo
    • Oszilloskop-Labview-Anwendung(MAYT)
    • Android SDK
    • LeJOS
    • Arduino
    • yed
    • minipaint
    • interwrite workspace
    • BlueGriffon
  • Weiters installiert, jedoch direkt aus .deb-Dateien:
    • avr8burnomat
    • Briscad
    • xmind
  • Wine Installationen:
    • Proteus
    • Ana
    • Robot Karol
    • CVAVR
    • Fachkunde Elektrotechnik
    • Fachwissen Betriebs und Antriebstechnik
    • Galep 5
    • LTSim (SwitcherCAD)
    • CAD3D
    • Phase5
    • Easyable in "DOSEMU"
  • Installation von Compiz (nur auf neuen PCs): Im Menü "Einstellungen-Sitzung und Startverhalten-automatisch gestartete Anwendungen" einen Starter "Compiz" anlegen mit dem Befehl:
    compiz --replace ccp
  • Installation von cinelerra Videoschnittsoftware (nicht auf allen PCs!!):
    #!/bin/sh

    sudo apt-get
    -y remove mpeg3utils
    sudo add-apt-repository ppa:cinelerra-ppa/ppa
    sudo apt-get
    update
    sudo apt-get
    -y install libmpeg3cine
    sudo apt-get
    -y install libquicktimecine
    echo cinelerra nur installieren wenn vorher alles funktioniert hat!!!!!
    sudo apt-get install cinelerra
  • fertig