Debian Lenny en MSI VR603
Primero instalamos como es de costumbre nuestro querido Debian Lenny.
Para los que no conzcan la MSI VR603 es esta:
Ahora veamos los pasos a seguir:
Abrir directorios en la misma ventana.
1. Abrimos una ventana
2. Vamos al menú Editar>Preferencias
3. Pestaña Comportamiento
4. Activo la opción “Siempre abrir en una ventana del navegador”
Instala Flash Player 10
1. Descargar este archivo
2. Acceder al directorio donde fué descargado: # cd ubicacion_del_directorio
3. Descomprimir: # tar -xvvf install_flash_player_10_linux.tar.gz
4. Ingresar al directorio descomprimido: # cd nombre_del_directorio
5. Instalar: # sh flashplayer-installer
6. Darle la ubicación del navegador que usemos.
SI EL ARCHIVO ES .SO
Drusila:/home/matias/Desktop# cp libflashplayer.so /usr/lib/iceweasel/plugins/
Drusila:/home/matias/Desktop# cp libflashplayer.so /usr/lib/mozilla/plugins/
Google Wave en iceweasel
escriban en la barra de direcciones
about:config
busquen
“general.useragent.extra.firefox”
cambienlo por
“Firefox/3.0.5”
Configuramos bien la pantalla (que no la toma por defecto) editando el xorg
gedit /etc/X11/xorg.conf
El xorg debe quedarnos de el siguiente modo:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
Driver "intel"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x960" "1280x800" "1280x740" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1600x1200" "1400x1050" "1280x1024" "1280x960" "1280x800" "1280x740" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Veamos los repositorios (acá estan los mios)
gedit /etc/apt/sources.list
#
# deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 NETINST Binary-1 20090906-12:06]/ lenny main
#deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 NETINST Binary-1 20090906-12:06]/ lenny main
deb http://mirrors.kernel.org/debian lenny main contrib non-free
deb-src http://mirrors.kernel.org/debian lenny main contrib non-free
deb http://download.skype.com/linux/repos/debian/ stable non-free
deb http://ftp.mx.debian.org/debian/ lenny main
deb-src http://ftp.mx.debian.org/debian/ lenny main
deb http://security.debian.org/ lenny/updates main
deb-src http://security.debian.org/ lenny/updates contrib non-free main
deb http://ftp.es.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.es.debian.org/debian/ lenny main contrib non-free
deb ftp://ftp.debian.org/debian experimental main
deb http://www.lamaresh.net/apt lenny main
después de los repositorios en la terminal hacemos los siguientes pasos:
wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add - (key para el WINE)
aptitude update
aptitude upgrade
Para instalar la placa atheros y tener WI-FI
aptitude install build-essential libx11-dev libxft-dev libc6-dev imagemagick libjpeg-dev libpng12-dev libpng3-dev automake autoconf module-assistant wireless-tools linux-headers-$(uname -a)
m-a a-i madwifi
modprobe ath_pci
Instalación básica (para mi)
aptitude install filezilla geany emesene scribus apache2 php5 libapache2-mod-php5 mysql-server mysql-client-php5-mysql phpmyadmin wine
Terminamos de configurar bien el phpmyadmin que muchas veces tira error por no estar bien elazado
cd /var/www
ln -s /usr/share/phpmyadmin phpmyadmin
chmod 777 /var/www -R
romperme el bocho con debian y mucho google hasta dejar a punto mi notebook.
Saludos gente