Chrome no Ubuntu

Instalar o Chrome no ubuntu 12.10:

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

$ sudo sh -c ‘echo “deb http://dl.google.com/linux/chrome/deb/ stable main” >> /etc/apt/sources.list.d/google.list’

$ sudo apt-get update

$ sudo apt-get install google-chrome-stable

Fontes:

http://www.itworld.com/software/304992/install-googles-chrome-browser-ubuntu-1210

Here’s How to Install Google Chrome in Ubuntu 12.10 (Quantal Quetzal)

http://www.diolinux.com.br/2012/10/como-instalar-google-chrome-no-ubuntu.html

http://ubuntued.info/como-instalar-o-ubuntu-12-10-quantal-quetzal-e-algumas-recomendacoes

BCM4322 Ubuntu 12.10

Placa wireless da broadcom não funciona com o Ubuntu 12.10

a solução pra mim foi fazer o seguinte:

# apt-get install bcmwl-kernel-source

# modprobe -r b43 ssb wl

# modprobe wl

fontes:

http://www.howopensource.com/2012/10/install-broadcom-sta-wireless-driver-in-ubuntu-12-10-12-04/

http://pkgs.org/ubuntu-12.10/ubuntu-multiverse-i386/firmware-b43-installer_015-14_all.deb.html

https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1075407

http://ubuntuforums.org/showthread.php?t=1979460