Diferencia entre revisiones de «Ubuntu»
De gacq wiki
(→Automatix) |
|||
Línea 7: | Línea 7: | ||
=Automatix= | =Automatix= | ||
*http://www.getautomatix.com/ | *http://www.getautomatix.com/ | ||
− | + | ||
<pre><nowiki> | <pre><nowiki> | ||
− | deb http://www. | + | 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 | |
− | wget http://www. | ||
gpg --import key.gpg.asc | gpg --import key.gpg.asc | ||
gpg --export --armor 521A9C7C | sudo apt-key add - | gpg --export --armor 521A9C7C | sudo apt-key add - | ||
apt-get update | apt-get update | ||
− | apt-get install | + | apt-get install automatix2 |
− | + | automatix2 | |
</nowiki></pre> | </nowiki></pre> | ||
= XGL con con nvidia = | = XGL con con nvidia = | ||
*http://www.guia-ubuntu.org/dapper/index.php/Usuario_dom%C3%A9stico/Xgl | *http://www.guia-ubuntu.org/dapper/index.php/Usuario_dom%C3%A9stico/Xgl |
Revisión del 12:01 14 mar 2007
Ubuntu Utiles
- http://www.guia-ubuntu.org/dapper/index.php/Primeros_pasos/Multimedia_-_Instalar_codecs
- http://www.guia-ubuntu.org/dapper/index.php/Portada
- https://wiki.ubuntu.com/HardwareSupport
- http://ubuntuguide.org/wiki/Dapper
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