Ubuntu

De JarfilWiki

Contenido

General

DVD Download

Upgrading

Same release:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

Between releases:

sudo apt-get install update-manager-core
sudo do-release-upgrade

Curiosidades

Releases

Ubuntu 9.10

Configuring apt-build - Ubuntu 2009.10

If your architecture is not here, choose one and edit your configuration file (/etc/apt/apt-build.conf) by hand, and please do a wishlist bugreport.

/etc/apt/apt-build.conf

nocona
core2
k8
opteron
athlon64
athlon-fx
k8-sse3
opteron-sse3
athlon64-sse3
amdfam10
barcelona
dpkg-reconfigure apt-build
 
grep sse3 /proc/cpuinfo

Referencias:

Ejemplo:

$ grep model /proc/cpuinfo
AMD Athlon(tm) 64 X2 Dual Core Processor 5600+
 
$ grep sse /proc/cpuinfo | xargs -n1 echo | grep sse
sse
sse2
 
k8

Kubuntu 8.10 - Install Guide

Medibuntu (DVD, etc)

sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/medibuntu.list
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
 
sudo apt-get install libdvdcss2

AMD64:

sudo apt-get install w64codecs

i386:

sudo apt-get install w32codecs

Pulseaudio Flash - Hardy, Intrepid

Kubuntu 8.04 - IA32 i386 on AMD64 64bit

Skype 32 on AMD64

references:

Older ubuntu versions

sudo apt-get install ia32-libs lib32asound2 lib32ncurses5 ia32-libs-sdl ia32-libs-gtk lib32stdc++6 linux32
sudo dpkg --force-architecture -i libqt3-mt_3.3.6-1ubuntu6.1_i386.deb
sudo dpkg --force-architecture -i skype_debian-1.3.0.53-1_i386.deb
ldd /usr/bin/skype
linux32 skype&

Kubuntu 7.10 modules, exmap

Detailed memory usage.

apt-get install exmap exmap-modules-source
module-assistant
modprobe exmap

Automatix (ubuntu <= 7.10)

Quitar fondo de konqueror en Kubuntu 7.04

/usr/share/kubuntu-default-settings/kde-profile/default/share/config/konquerorrc
 
BgImage=kubuntu-konqueror-background.png
 
~/.kde/share/config/konquerorrc
 
[Settings]
BgImage=

Upgrade: Kubuntu 7.04 to 7.10

  • Problema: "no hay espacio suficiente en root" (adept_manager --version-upgrade)
  • Problema: caput... (upgrade-manager -c -d)

Kubuntu 7.04, 7.10, 8.04 laptop problem

Messages at dmesg:

device-mapper: table: 254:6: linear: dm-linear: Device lookup failed

Solution:

apt-get remove evms

Sound

Kubuntu 8.10, pulseaudio, realtek + sound blaster live!

USB bootable

Automated:

Manual:

Herramientas personales