lunes, 5 de julio de 2010

Debian Squezze a Punto.

Repositorios
#apt-get update
#apt-get upgrade
#apt-get dist-upgrade

5.- Paquetes fundamentales para seguir con la instalacion:

# apt-get install linux-source-2.6.32 linux-headers-`uname -r` build-essential libmudflap0-dev libncurses-dev ncurses-dev kernel-package initramfs-tools libmail-sendmail-perl libcompress-zlib-perl module-assistant fakeroot


9.- Poner a la hora el PC y cargar modulos.
# apt-get install ntp ntpdate modconf

10.- Compresor y descompresor, y para ver hardware.
# apt-get install rar unrar lshw

Instalar google chrome

Instalar JAva
# apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts

Instalar Flash
#apt-get install flashplugin-nonfree
14.- Instalar aplicaciones multimedia y codecs.
# apt-get install mplayer xine-ui audacious vlc mozilla-plugin-vlc videolan-doc timidity pmidi dir2ogg mpg321

14.a.- Para Audacious y Vlc. Voy a www.gnome-look.org y bajo Skins para cada uno de ellos. (Los skins de winamp 2.9 sirven para ambos).

Audacios:
/usr/share/audacious/Skins/

VLC:
Remplazar un skins x por el nombre de default.vlt y copiarlo en:

/usr/share/vlc/skins2/

Si no tambien pueden elegir cualquier skins en cualquier directorio desde el mismo vlc.

Instalar Msn
 #apt-get install emesene

17.- Instalar quemador CD-DVDs
# apt-get install k3b k3b-i18n transcode normalize-audio vcdimager lame toolame mkisofs cdrecord movixmaker-2

20.- Para ripear canciones de CD's.
# apt-get install ripperx cdtool flac

21.- Paquete Screenlets y modelado 3D.
# apt-get install screenlets blender

22.- Compartir con windows usando SAMBA.
# apt-get install samba samba-common swat

Para acceder a swat en el navegador http://localhost:901, usuario; root y la contraseña de root.
Luego en globals, security ponemos share y guardamos el cambio.

Con swat pueden hacer muchas cosas pero eso no lo voy a explicar aca.
 

Tambien pueden usar Samba de esta forma

25.- VNC para ver escritorios remotos
# apt-get install vnc4server x11vnc xvnc4viewer vnc-java libvncserver0


26.- Paquetes para conexiones


# apt-get install ssh rssh rdist cvs gftp rsync


27.- Utilidades de documentos postcript, pdf y ver los usb conectados
# apt-get install psutils gv evince xpdf usbview

Instalar Foxit REader
Descargarlo desde aca
y para instarlo hacer lo siguiente:
#dpkg -i FoxitReader_1.1.0_i386.deb

29.- Temas para Gnome
# apt-get install gnome-art

domingo, 4 de julio de 2010

Instalar controladores WIFI Broadcom 4311, 4312, 4313, 4321, 4322 devices (wl)

En Debian Squeeze

1. Añade el repositorio "non-free" en /etc/apt/sources.list :
 
      # Debian Squeeze
        deb http://ftp.us.debian.org/debian squeeze main contrib non-free

2. Actualizar la lista de paquetes disponibles. Instale el module-assistant y wireless-tools paquetes:

      # apt-get update
      # apt-get install module-assistant wireless-tools
 
3. Construir e instalar broadcom-sta-modules-*, usando module-assistant:

      
# m-a a-i broadcom-sta 


4. Reconstruir su disco RAM inicial, a la lista negra de módulos definidos en /etc/modprobe.d/broadcom-sta-common.conf en initramfs: 

      # update-initramfs -u -k $(uname -r)
 
5. Eliminemos los módulos en conflicto:

      
# modprobe -r b43 B44 b43legacy ssb
 

6. Cargue el módulo de WL:

      
# modprobe wl
 

7. Compruebe si tiene una interfaz disponibles:

      
# iwconfig
 

8. Configure su interfaz inalámbrica. Enjoy it!.



sábado, 13 de marzo de 2010

Habilitar Wireless INTEL Ipw2200 lenny y squeeze

Installation on Established Systems

The ipw2100 and ipw2200 drivers are included in the mainline Linux kernel since 2.6.14 and 2.6.15 respectively. They are included as modules in Debian kernel images.
Firmware is required to be installed prior to driver operation.

Lenny, Squeeze

  1. Add a "non-free" component to /etc/apt/sources.list for your Debian version, for example:
    # Debian Lenny/5.0
    deb http://ftp.us.debian.org/debian lenny main contrib non-free
    or
    # Debian Squeeze (testing)
    deb http://ftp.us.debian.org/debian squeeze main contrib non-free
     
  2. Update the list of available packages and install the firmware-ipw2x00wireless-tools packages: and
    aptitude update
    aptitude install firmware-ipw2x00 wireless-tools
     
    You are required to accept the license agreement before the firmware is installed to your system. 
  3. As the driver may already be loaded, reinsert the relevant driver module to access installed firmware:
    modprobe -r ipw2100 ; modprobe ipw2100
    or
    modprobe -r ipw2200 ; modprobe ipw2200
     
  4. Verify your device has an available interface:
    iwconfig
     
  5. Raise the interface to activate the radio, for example:
    ifconfig eth1 up
     
  6. Configure your wireless interface as appropriate. 

    Hacer todos esos pasos y deberia funcionar sin problemas.