Tutorial de como configurar y tunear nuestro Kubuntu 9.10 para poder disfrutar de efectos de escritorio y algunas cosillas más. Lo primero comentar que tanto kde como gnome o cualquier escritorio para linux es 100% configurable. Si eres un novato pues es normal que lo encuentres dificil las primeras veces, pero con este tuto quiero ayudar a la gente que se ha lanzado al mundo “linux” y que quiera aprender a configurar el sistema decentemente.

Empecemos:
1.- Configurar los repositorios desde consola:
Abrimos una terminal y escribimos: sudo nano /etc/apt/sources.list
Con esta orden hemos abierto como root el archivo de configuración de fuentes de software.
Dejar el fichero así para tener la configuración más habitual:
#Paquetes de sistema
deb http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic main restricted
deb-src http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic main restricted
#Restringidos
deb http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic-updates main restricted
deb-src http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic-updates main restricted
#Universe
deb http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic universe
deb-src http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic universe
deb http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic-updates universe
deb-src http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic-updates universe
#Multiverse
deb http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic multiverse
deb-src http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic multiverse
deb http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic-updates multiverse
deb-src http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic-updates multiverse
#Partner
deb http://archive.canonical.com/ubuntu karmic partner
deb-src http://archive.canonical.com/ubuntu karmic partner
#Actualizaciones de seguridad
deb http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic-security main restricted
deb-src http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic-security main restricted
deb http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic-security universe
deb-src http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic-security universe
deb http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic-security multiverse
deb-src http://ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ karmic-security multiverse
Os habreis fijado que mis fuentes no son las oficiales de ubuntu “es.archive.ubuntu” o “arvhive.ubuntu” y esto es poque busqué un servidor de mayor velocidad y lo cambié. Este es un servidor francés y además de ir muy rápido, no me ha dado errores hasta ahora, os recomiendo usar este.
Continuar
Este post fue escrito por kobudo, en plenas facultades mentales y con todo su poder geek.