Diferencia entre revisiones de «Ubuntu»

De gacq wiki
Saltar a: navegación, buscar
(Ubuntu Utiles)
 
(No se muestran 5 ediciones intermedias de 2 usuarios)
Línea 1: Línea 1:
 
= Ubuntu Utiles =
 
= Ubuntu Utiles =
 +
*http://ubuntuguide.org/wiki
 +
*http://wiki.ubuntu.com/
 
*http://www.guia-ubuntu.org/dapper/index.php/Primeros_pasos/Multimedia_-_Instalar_codecs
 
*http://www.guia-ubuntu.org/dapper/index.php/Primeros_pasos/Multimedia_-_Instalar_codecs
 
*http://www.guia-ubuntu.org/dapper/index.php/Portada
 
*http://www.guia-ubuntu.org/dapper/index.php/Portada
 
*https://wiki.ubuntu.com/HardwareSupport
 
*https://wiki.ubuntu.com/HardwareSupport
*http://ubuntuguide.org/wiki/Dapper
 
  
 
=Automatix=
 
=Automatix=
 
*http://www.getautomatix.com/
 
*http://www.getautomatix.com/
/etc/apt/sources.list
+
 
 
<pre><nowiki>
 
<pre><nowiki>
deb http://www.beerorkid.com/automatix/apt dapper main
+
echo "deb http://www.getautomatix.com/apt edgy main" | sudo tee -a /etc/apt/sources.list
 +
cd /tmp
 +
wget http://www.getautomatix.com/apt/key.gpg.asc
 +
gpg --import key.gpg.asc
 +
gpg --export --armor 521A9C7C | sudo apt-key add -
 +
apt-get update
 +
apt-get install automatix2
 +
automatix2
 
</nowiki></pre>
 
</nowiki></pre>
 
 
= XGL con con nvidia =
 
*http://www.guia-ubuntu.org/dapper/index.php/Usuario_dom%C3%A9stico/Xgl
 

Revisión actual del 18:45 23 mar 2007

Ubuntu Utiles

Automatix

echo "deb http://www.getautomatix.com/apt edgy main" | sudo tee -a /etc/apt/sources.list
cd /tmp
wget http://www.getautomatix.com/apt/key.gpg.asc
gpg --import key.gpg.asc
gpg --export --armor 521A9C7C | sudo apt-key add -
apt-get update
apt-get install automatix2
automatix2