Main.Linux History

Hide minor edits - Show changes to markup

2008-11-07 10:55 by Dolph - linux
Added lines 15-28:

: Linux allgemein

  • fuse sshfs HOWTO: http://www.linuxjournal.com/article/8904
  • Unlock gnome keyring with PAM

:: Interessante Linux Games

  • Spiele auf Ubuntu
  • Urban Terror (eine Art freies Counterstrike)
  • Warzone 2100 (Echtzeitstrategie)
  • Warzone 2100 Mission-Guide
  • Wormux (ein Worms-Klon)
  • Legends
2008-11-07 10:41 by Dolph - linux
Changed lines 1-2 from:

Linux

to:

Linux

2008-11-07 10:40 by Dolph - linux
Added lines 5-37:

Ubuntu - Installation von wichtigen Paketen

Zuerst die Medibuntu Repositories hinzufügen

sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update

sudo apt-get install nautilus-open-terminal ubuntu-restricted-extras w32codecs skype ttf-liberation community-themes libdvdcss2 vlc ssh vim easytag

Video Konvertierung für Nokia N95 unter Linux

ffmpeg -y -i CSI_NY_S2E01.avi -an -v 1 -threads auto -vcodec h264 -b 500k -bt 175k -refs 1 -loop 1 -deblockalpha 0 -deblockbeta 0 -parti4x4 1 -partp8x8 1 -me full -subq 1 -me_range 21 -chroma 1 -slice 2 -bf 0 -level 30 -g 300 -keyint_min 30 -sc_threshold 40 -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.7 -qmax 51 -qdiff 4 -i_qfactor 0.71428572 -maxrate 768k -bufsize 2M -cmp 1 -s 320x240 -f mp4 -pass 1 /dev/null

ffmpeg -y -i CSI_NY_S2E01.avi -v 1 -threads auto -vcodec h264 -b 500k -bt 175k -refs 1 -loop 1 -deblockalpha 0 -deblockbeta 0 -parti4x4 1 -partp8x8 1 -me full -subq 6 -me_range 21 -chroma 1 -slice 2 -bf 0 -level 30 -g 300 -keyint_min 30 -sc_threshold 40 -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.7 -qmax 51 -qdiff 4 -i_qfactor 0.71428572 -maxrate 768k -bufsize 2M -cmp 1 -s 320x240 -acodec aac -ab 96 -ar 48000 -ac 2 -f mp4 -pass 2 CSI_NY_S2E01-ffmpeg_manuell.mp4

Ventrilo unter Linux installieren

Hier eine Abhilfe für diejenigen, die unter WineX (wine) bei Ventrilo keinen GSM6.1 codec haben.

Sucht auf Eurer Windowspartition in /windows/system32 die Datei msgsm32.acm, Kopiert diese (als root) nach: /usr/lib/transgaming_winex3/.transgaming/c_drive/windows/system32

winex-system.ini anpassen unter: /usr/lib/transgaming_winex3/.transgaming/c_drive/windows füge dort folgendes in der system.ini unter [driver32] hinzu MSACM.msgsm610=msgsm32.acm

nachdem das erledigt ist sollte sich Ventrilo wunderbar mit dem GSM6.1 codec nutzen lassen.

http://np1.pp.fi/ventriloctrl/

2008-11-07 10:35 by Dolph -
Added lines 1-4:

Linux

Auf dieser Seite sammle ich einige Tipps zu Linux im allgemeinen und Ubuntu (der Linux-Distribution meiner Wahl) im besonderen.