Diferencia entre revisiones de «Ubuntu»
De gacq wiki
(→Ubuntu Utiles) |
|||
(No se muestran 7 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 | ||
− | |||
− | = | + | =Automatix= |
− | *http://www. | + | *http://www.getautomatix.com/ |
+ | |||
+ | <pre><nowiki> | ||
+ | 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> |
Revisión actual del 18:45 23 mar 2007
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/Portada
- https://wiki.ubuntu.com/HardwareSupport
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