Benutzer-Werkzeuge

Webseiten-Werkzeuge


ubuntu

**Dies ist eine alte Version des Dokuments!**

Ubuntu

Versionen

Media

Youtube Download

This tutorial shows how to bulk download YouTube videos on Linux and then convert the FLV files to MPG video and MP3 audio files.

Required Software

I am using Ubuntu Linux, but the concept should be the same for other distros. Make sure you already have all of the multimedia codecs including ffmpeg and mplayer. You will also need to install youtube-dl:

sudo apt-get install youtube-dl

Downloading YouTube Videos on Linux

To download YouTube videos on Linux, use youtube-dl in the terminal like this:

youtube-dl [options] video_url

To see available options type man youtube-dl in a terminal.

Converting YouTube Videos to MPG on Linux

To convert YouTube movies from FLV to MPG on Linux use ffmpeg like this in the terminal:

ffmpeg -i old-file.flv new-file.mpg

Ripping MP3s from YouTube Videos on Linux

It is easy to extract MP3 audio from a YouTube movie on Linux with mplayer.

The method to rip MP3 audio from FLV files with ffmpeg from this site doesn't work on my computer so I use mplayer to do it:

mplayer -dumpaudio old-file.flv -dumpfile new-file.mp3

Quelle 1: http://tips.webdesign10.com/youtube-downloader-linux

Quelle 2: http://www.junauza.com/2010/01/download-youtube-videos-from-linux.html

Upgrade

von 10.10 (Maverick) auf 11.04 (Natty Narwhal)

Probleme

Flash-Plugin

beim Abspielen von Videos haben Gesichter einen blaustich. hier die Lösung

Bootloader Grub2

Ab Version 10.10 (Maverick Meerkat) wurde mit GRUB2 ein neuer Bootloader eingeführt. Eine menu.lst gibt es nicht mehr. Mit dem Befehl

$ sudo gedit /etc/default/grub

die Konfigurationsdatei öffnen, welche in etwa so aussieht

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
GRUB_CMDLINE_LINUX=”"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo’
#GRUB_GFXMODE=640×480

# Uncomment if you don’t want GRUB to pass “root=UUID=xxx” parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entrys
#GRUB_DISABLE_LINUX_RECOVERY=”true”

der Eintrag „GRUB_DEFAULT=0“ gibt das zu startende OS an. In meinem Fall ändere ich die 0 in 6. Somit wird Windows zuerst gebootet.
Nach der Änderung, muss noch GRUB aktualisiert werden. Mit folgendem Befehl

$ sudo update-grub

Netzwerk

Langsame FTP-Verbindung

Bei Firefox und Thunderbird war die Lösung ganz einfach. Einfach in der about:config die Zeile network.dns.disableIPv6 einen Doppelklick ausführen. Dann ändert sich der Wert von false auf true.

Die weiteren Schritte sind ein wenig aufwendiger.

Die /etc/modprobe.d/blacklist.conf mit Sudo-Rechten öffnen und folgende Zeilen einfügen:

# IPv6 ausschalten
blacklist ipv6

Die Datei /etc/modprobe.d/aliases erstellen und diese Zeilen einfügen:

alias net-pf-10 off
alias ipv6 off

Das wars auch schon. Nun noch einen Reboot machen und wieder Spaß an Ubuntu haben.

Hier noch ein Tipp von Ubuntuusers.de

LXDE

das LXDE-Panel macht Probleme. Dann ganz einfach die Datei „panel“ von

$ ~/.config/lxpanel/LXDE/panels

nach

$ ~/Desktop/backup

kopieren

Jetzt die default-datei „panel“ von

$ /usr/share/lxpanel/profile/LXDE/panels

nach

$ ~/.config/lxpanel/LXDE/panels

kopieren

Ausloggen, anmelden und das neue Panel erscheint.

Ubuntu für MacOS

für die älteren PPC-Macs gibt es eine von der Community aktuell gehaltene Version.

Installationsanleitung von ubuntuusers.de

PowerPCFAQ von Ubuntu

ubuntu.1338365371.txt.gz · Zuletzt geändert: 2025/05/03 09:10 (Externe Bearbeitung)