Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/09/2009, 09:21
Pax-Man
 
Fecha de Ingreso: noviembre-2003
Mensajes: 403
Antigüedad: 20 años, 7 meses
Puntos: 4
Respuesta: Crear rutina de comandos de consola

bueno realmente lo que deseo es esto... algo asi para usuarios ubuntu..

Código:
sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list
sudo aptitude update && sudo aptitude install medibuntu-keyring && sudo aptitude update

sudo echo "deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main" >> /etc/apt/sources.list
sudo echo "deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main" >> /etc/apt/sources.list
sudo echo "deb http://dl.google.com/linux/deb/stable non-free main" >> /etc/apt/sources.list

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5

sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -apt-get update  

sudo aptitude purge example-content ekiga gnome-games gnome-games-data gnome-cards-data

sudo aptitude safe-upgrade

sudo aptitude install amarok flashplugin-nonfree azureus msttcorefonts mplayer mozilla-mplayer vlc xchat-gnome googleearth acroread mozilla-acroread non-free-codecs ubuntu-restricted-extras thunderbird skype rar sun-java6-bin sun-java6-jre sun-java6-jdk sun-java6-plugin picasa chromium-browser libxine1-ffmpeg

mv .xine/ .xine-bak/
Que hace todo este script o a menos que pretendo, claro aun le falta muchisimo, simplemente completar y poner en punta tu ubuntu...