Benutzer-Werkzeuge

Webseiten-Werkzeuge


ubuntu

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
ubuntu [2012/05/08 10:38] – [Ubuntu für MacOS] tomubuntu [2025/05/03 09:10] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
-====== Ubuntu ====== 
 ===== Versionen ===== ===== Versionen =====
 [[http://www.webupd8.org/2012/04/from-warty-warthog-to-quantal-quetzal.html|Versionen]] [[http://www.webupd8.org/2012/04/from-warty-warthog-to-quantal-quetzal.html|Versionen]]
Zeile 10: Zeile 9:
  
 [[http://de.communtu.org/|noch mehr Einsteiger-Infos]] [[http://de.communtu.org/|noch mehr Einsteiger-Infos]]
 +
 +===== Media =====
 +==== Youtube Download ====
 +
 +Quelle 1: http://tips.webdesign10.com/youtube-downloader-linux
 +
 +Quelle 2: http://www.junauza.com/2010/01/download-youtube-videos-from-linux.html
 +
 +Dieses Tutorial zeigt wie man Videos von Youtube mit Linux runterladen und von FLV in MPG und MP3 konvertieren kann.
 +
 +=== Benötigte Software ===
 +Alle Multimedia-Codecs inklusive ffmpeg und mplayer müssen installiert sein. Ebenso muss youtube-dl installiert sein ([[http://rg3.github.com/youtube-dl/documentation.html|Doku youtube-dl]]):
 +
 +  sudo apt-get install youtube-dl
 +
 +=== Youtube-Videos downloaden ===
 +Ein Video auf Youtube kann mit folgendem Befehl runtergeladen werden:
 +
 +<code>youtube-dl [options] video_url </code>
 +
 +die Option -f <ZAHL> gibt das Format an. Eine mögliche Auswahl:
 +  * WebM video at 480p: 43
 +  * WebM video at 720p: 45
 +  * H264 video in MP4 container at 480p: 18
 +  * H264 video in MP4 container at 720p: 22
 +  * H264 video in MP4 container at 1080p: 37
 +  * H264 video in FLV container at 360p: 34
 +  * H264 video in FLV container at 480p: 35
 +  * H263 video at 240p: 5
 +  * 3GP video: 17
 +
 +Die möglichen Optionen listet ein
 +
 +  man youtube-dl
 +
 +=== Youtube-MP3 downloaden ===
 +  $ youtube-dl --extract-audio --audio-format=mp3 video_url
 +
 +=== Konvertieren von Youtube-Videos ===
 +Mit folgendem Befehl wird ein Video von FLV nach MPG konvertiert:
 +
 +  ffmpeg -i old-file.flv new-file.mpg
 +
 +oder von FLV nach MP4
 +
 +  ffmpeg -i filename.flv -sameq -ar 22050 filename.mp4
 +
 +=== Extrahieren von MP3 aus einem Video ===
 +Ein MP3 lässt sich leicht mit mplayer aus dem Video extrahieren:
 +
 +  mplayer -dumpaudio old-file.flv -dumpfile new-file.mp3
 +  
 +Hier noch eine Variante mit ffmpeg:
 +
 +  ffmpeg -i nodame_theme.flv -ab 128 -ar 44100 nodame_theme.mp3
 +  
 +Ausgabe der mp3-Datei testen
 +
 +  file nodame_theme.mp3
 +  
 +=== Konvertieren von rm nach mp3 ===
 +Quelle: [[http://thejuhyd.blogspot.ch/2007/01/very-often-i-come-across-friends.html|thejuhyd.blogspot.ch]]
 +
 +  mplayer thefiletobeconverted.rm -ao pcm
 +
 +  lame -h -b 128 audiodump.wav myconvertedfile.mp3
 +====== System ======
 +===== Backup =====
 +
 +Quelle: http://blog.yumdap.net/archives/70-Ubuntu-11.10-Oneiric-Ocelot-installieren-und-einrichten.html
 +
 +rsync ist dazu bestens geeignet. Mit folgendem Befehl wird das Home-Verzeichnis und das /etc-Verzeichnis gesichert.
 +
 +  sudo rsync -av /etc $HOME /media/external_drive/backup/
 ===== Upgrade ===== ===== Upgrade =====
 === von 10.10 (Maverick) auf 11.04 (Natty Narwhal) === === von 10.10 (Maverick) auf 11.04 (Natty Narwhal) ===
Zeile 91: Zeile 164:
  
 Ausloggen, anmelden und das neue Panel erscheint. Ausloggen, anmelden und das neue Panel erscheint.
 +
  
 ===== Ubuntu für MacOS ===== ===== Ubuntu für MacOS =====
Zeile 96: Zeile 170:
  
 [[http://wiki.ubuntuusers.de/Apple_Computer?highlight=ppc|Installationsanleitung von ubuntuusers.de]] [[http://wiki.ubuntuusers.de/Apple_Computer?highlight=ppc|Installationsanleitung von ubuntuusers.de]]
-[[ 
-https://wiki.ubuntu.com/PowerPCFAQ#Which_Macs_are_compatible_with_Ubuntu.3F|PowerPCFAQ von Ubuntu]] 
  
 +[[https://wiki.ubuntu.com/PowerPCFAQ#Which_Macs_are_compatible_with_Ubuntu.3F|PowerPCFAQ von Ubuntu]]
 +
 +===== IPhone am Ubuntu Rechner =====
 +[[http://www.iphone-ticker.de/das-iphone-unter-linux-tipps-fur-ubuntu-und-suse-nutzer-22067/|Tipps zur Nutzung]]
  
 +[[http://freezeswitch.blogspot.ch/2011/11/mounting-iphone-or-ipad-with-ios-5-in.html|iPhone in Ubuntu mounten]]
ubuntu.1336466326.txt.gz · Zuletzt geändert: 2025/05/03 09:10 (Externe Bearbeitung)