Diferencia entre revisiones de «Debian»

De gacq wiki
Saltar a: navegación, buscar
(http://varpasz.is-the-boss.com/article593.htm)
(http://licawol.strefa.pl/resource813.htm)
Línea 1: Línea 1:
 +
[http://licawol.strefa.pl/resource813.htm novel on which the movie the constant gardener] [http://zelfibu.strefa.pl/sitemap.html sitemap] [http://releltl.0lx.net/20081114-lotr-movies.html lotr movies] [http://vihencbr.0lx.net/american-chopper.html american chopper music video] [http://dronoubr.0lx.net/movies-twitches.html movies twitches]
 
[http://varpasz.is-the-boss.com/article593.htm murder prevention serial] [http://relquaca.is-the-boss.com/20090103-inspirational.html inspirational yearbook quotes] [http://flheddin.qsh.eu/xrelcafo-1058.html magic movie porn] [http://cnavieltz.strefa.pl/comment-292.htm key grip movies] [http://releltl.0lx.net/20081114-movie-schedule.html movie schedule los angeles]  
 
[http://varpasz.is-the-boss.com/article593.htm murder prevention serial] [http://relquaca.is-the-boss.com/20090103-inspirational.html inspirational yearbook quotes] [http://flheddin.qsh.eu/xrelcafo-1058.html magic movie porn] [http://cnavieltz.strefa.pl/comment-292.htm key grip movies] [http://releltl.0lx.net/20081114-movie-schedule.html movie schedule los angeles]  
 
coc4tbocchib
 
coc4tbocchib
Línea 97: Línea 98:
  
 
= Automatix para Etch =
 
= Automatix para Etch =
Este programa automatiza la instalación de muchas y muy útiles aplicaciones en la vida diaria de un usuario normal. Las características más importantes del programa son:
+
Este programa automatiza la instalación de muchas y muy útiles aplicaciones en la vida diaria de un usuario normal. Las características más importantes del programa son:
  
*Códecs de audio y vídeo más comunes
+
*Códecs de audio y vídeo más comunes
*Plugins más comunes para navegadores(Java, Flash, ...), fuentes TrueType.
+
*Plugins más comunes para navegadores(Java, Flash, ...), fuentes TrueType.
 
*Herramientas adicionales de empaquetamiento (rar y ace)
 
*Herramientas adicionales de empaquetamiento (rar y ace)
 
*Adobe Reader y plugins del Firefox
 
*Adobe Reader y plugins del Firefox
*Software de grabación de CD/DVD GnomeBaker
+
*Software de grabación de CD/DVD GnomeBaker
 
*Instala clientes FTP para GNOME con SSH
 
*Instala clientes FTP para GNOME con SSH
 
*Instala audio (Audacity) y video (Kino) y editores ID3 TAG (Easytag)
 
*Instala audio (Audacity) y video (Kino) y editores ID3 TAG (Easytag)
Línea 109: Línea 110:
 
*Instala los plugins multimedia para Firefox y Mplayer
 
*Instala los plugins multimedia para Firefox y Mplayer
 
*Instala Totem-xine y Beep Media Player (con docklet)
 
*Instala Totem-xine y Beep Media Player (con docklet)
*Habilita el menú Debian
+
*Habilita el menú Debian
 
*Instala Azureus, Bittornado, Avidemux, Sun 1.5 JRE, Wine...
 
*Instala Azureus, Bittornado, Avidemux, Sun 1.5 JRE, Wine...
*Herramientas de programación como Anjuta (C/C++ IDE)
+
*Herramientas de programación como Anjuta (C/C++ IDE)
  
 
*http://debcentral.org/downloads/apps/dcconfig_0.4-3_i386.deb
 
*http://debcentral.org/downloads/apps/dcconfig_0.4-3_i386.deb

Revisión del 17:40 8 ene 2009

novel on which the movie the constant gardener sitemap lotr movies american chopper music video movies twitches murder prevention serial inspirational yearbook quotes magic movie porn key grip movies movie schedule los angeles coc4tbocchib

Configuration

sources.list sample

/etc/apt/sources.list

deb http://server:80/apt-cacher/mirrors.kernel.org/debian/ testing main contrib non-free
deb http://server:80/apt-cacher/mirrors.kernel.org/debian/ unstable main contrib non-free
deb http://server:80/apt-cacher/security.debian.org/ testing/updates main contrib non-free
deb http://server:80/apt-cacher/www.debian-multimedia.org/ testing main
deb http://server:80/apt-cacher/www.debian-multimedia.org/ sid main
apt-get update
apt-get install debian-multimedia-keyring

Missing GPG key 07DC563D1F41B907 error

Error message

W: GPG error: http://gacq.com testing Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
W: You may want to run apt-get update to correct these problems
fix it running
apt-get install debian-multimedia-keyring
with other keys
gpg --keyserver subkeys.pgp.net --recv-keys A70DAF536070D3A1
gpg --export --armor A70DAF536070D3A1 | apt-key add -

Set Default Release to older

/etc/apt/apt.conf

APT::Default-Release "testing";

Using a proxy

Agregar a /etc/apt/apt.conf

Acquire::http::Proxy "http://proxy.uolfast.com.ar:80";

Using APT with more than 2 sources

APT's Default-Release setting (aka apt-get --target-release) is useful if your /etc/apt/sources.list file contains exactly 2 releases (such as stable and testing, or testing and unstable). If you want to track more than 2 releases (stable, testing, and unstable, or two of those plus a non-Debian source), it has problems. This document explains how to do better. Updates can be found at http://www.argon.org/~roderick/apt-pinning.html.

Say you've got testing and unstable in your sources.list, an APT::Default-Release of "testing" in apt.conf

APT caches

apt-cacher

apt-get install apt-cacher

Misc

Show package executables

for i in `dpkg -L xmms`; do if [ -x $i ] && [ ! -d $i ]; then ls -l $i; fi; done

Corruptions

Installation

Cuando estamos instalando sobre hardware nuevo podemos usar estas versiones del instalador modificadas:

Upgrades

Errors

No common CD-ROM drive was detected.

SATA driver can block access to CD drive in installations from CD. On systems having a SATA IDE controller that also has the CD drive connected to it, you may see the installer hanging during hardware detection for the CD drive or failing to read the CD just afterwards. A possible reason is that the SATA driver (ata_piix and maybe others) is blocking access to the CD drive. You can try to work around this by booting the installer in expert mode and, in the "Detect and mount CD-ROM" step, selecting only the drivers needed for CD support. These are (ide-)generic, ide-cd and isofs. The drivers needed to access the disk will still be loaded, but at a later stage. By loading the CD drivers before the SATA driver in this way, you may be able to complete the installation. Note that CD-ROM access may still be an issue after rebooting into the installed system.


Instalando desde un drive USB

wget http://ftp.debian.org/debian/dists/testing/main/installer-i386/current/images/hd-media/boot.img.gz
gzip -dc boot.img.gz >/dev/sdX
init 6

Repositorios

/etc/apt/apt.conf

[..]
APT::Default-Release "testing";


Automatix para Etch

Este programa automatiza la instalación de muchas y muy útiles aplicaciones en la vida diaria de un usuario normal. Las características más importantes del programa son:

  • Códecs de audio y vídeo más comunes
  • Plugins más comunes para navegadores(Java, Flash, ...), fuentes TrueType.
  • Herramientas adicionales de empaquetamiento (rar y ace)
  • Adobe Reader y plugins del Firefox
  • Software de grabación de CD/DVD GnomeBaker
  • Instala clientes FTP para GNOME con SSH
  • Instala audio (Audacity) y video (Kino) y editores ID3 TAG (Easytag)
  • Instala ripeador de DVD (dvdrip)
  • Instala los plugins multimedia para Firefox y Mplayer
  • Instala Totem-xine y Beep Media Player (con docklet)
  • Habilita el menú Debian
  • Instala Azureus, Bittornado, Avidemux, Sun 1.5 JRE, Wine...
  • Herramientas de programación como Anjuta (C/C++ IDE)