Ubuntu 11.04 Natty

Mi disco duro, luego de 10 años de trabajo, murió. Tuve que reinstalar todo, algo que no hacía desde el 2005. Antes de ese año utilizaba Windows y religiosamente tenía que formatear y reinstalar todo una o dos veces al año.
Bueno, aquí dejo mi setup de referencia

sources list limpio
#

# deb cdrom:[Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110426)]/ natty main restricted

# deb cdrom:[Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110426)]/ natty main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://cl.archive.ubuntu.com/ubuntu/ natty main restricted
deb-src http://cl.archive.ubuntu.com/ubuntu/ natty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://cl.archive.ubuntu.com/ubuntu/ natty-updates main restricted
deb-src http://cl.archive.ubuntu.com/ubuntu/ natty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://cl.archive.ubuntu.com/ubuntu/ natty universe
deb-src http://cl.archive.ubuntu.com/ubuntu/ natty universe
deb http://cl.archive.ubuntu.com/ubuntu/ natty-updates universe
deb-src http://cl.archive.ubuntu.com/ubuntu/ natty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://cl.archive.ubuntu.com/ubuntu/ natty multiverse
deb-src http://cl.archive.ubuntu.com/ubuntu/ natty multiverse
deb http://cl.archive.ubuntu.com/ubuntu/ natty-updates multiverse
deb-src http://cl.archive.ubuntu.com/ubuntu/ natty-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://cl.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
# deb-src http://cl.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu natty-security main restricted
deb-src http://security.ubuntu.com/ubuntu natty-security main restricted
deb http://security.ubuntu.com/ubuntu natty-security universe
deb-src http://security.ubuntu.com/ubuntu natty-security universe
deb http://security.ubuntu.com/ubuntu natty-security multiverse
deb-src http://security.ubuntu.com/ubuntu natty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu natty partner
deb-src http://archive.canonical.com/ubuntu natty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu natty main
deb-src http://extras.ubuntu.com/ubuntu natty main

Agregar OPERA

# This file makes sure that Opera Browser is kept up-to-date
# as part of regular system upgrades

deb http://deb.opera.com/opera/ stable non-free #Opera Browser (final releases)
e

Agregar MEDIBUNTU

sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && 
sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update

Instalar manualmente DROPBOX

Instalar VIRTUALBOX

echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -

Instalar JAVA

sudo add-apt-repository ppa:ferramroberto/java

y todo lo demás

sudo apt-get install shutter imagemagick gftp kompozer conduit opera gsfonts gsfonts-x11 flashplugin-nonfree w32codecs rar zim virtualbox-4.0 sun-java6-jre sun-java6-plugin sun-java6-fonts skype

Con una descripción
shutter: para capturar y editar pantallazos
imagemagick: para los scripts gráficos de nautilus (redimensionar carpetas llenas de imágenes por ejemplo)
gftp: FTP
kompozer: editor HTML
conduit: para mantener sincronizado mi pendrive con mi carpeta de trabajo
opera: el mejor navegador de internet
gsfonts gsfonts-x11 flashplugin-nonfree: flash
w32codecs: codecs basurillas
rar: compresor
zim: wiki de escritorio
virtualbox-4.0 : para virtualizar sistemas operativos, además tengo una máquina virtual con windows para SPSS
sun-java6-jre sun-java6-plugin sun-java6-fonts: JAVA
skype: telefonía

3 thoughts on “Ubuntu 11.04 Natty

  1. suribe

    el disco murió, por suerte tenía un respaldo de todo, así que ahora el equipo se mantiene, pero con nuevo disco duro y respaldo en RAID 🙂

    Reply
  2. anonymous

    Anonymous writes:Felices aquellos cuyos discos duros sobreviven una decada.Los HDD producidos hoy dia viven como promedio solo 3 anios.Y quien quiera mantener un respaldo actualizado hasta inclusive 1 minuto atras, puede usar el Backup prOxy Server, un software que automatiza el respaldo. Se instala en un sistema windows, incluso en una maquina vieja en desuso, y backupea cualquier otro sistema operativo (linux, MacOs, Windows, etc.)Descarga gratuita para usuarios privados. http://www.bos.co.il

    Reply

Leave a comment