Hola mis amados lectores, mi equipo hp pavilion de 2 años de prestaciones de servicio me empezo a pasar factura en procesamiento por eso aqui les va el procedimiento de como yo instale mi debian para que puedan volver a repetir los pasos:
1) Descargar el iso de la pagina oficial
2) siguiente, siguiente.. :D
3) Ejecutar el script que adjunto
6) Descomprimir el archivo:
7) Instalar java jre oracle, descarga el paquete del enlace, de ejemplo:
Bibliografía
1) Descargar el iso de la pagina oficial
2) siguiente, siguiente.. :D
3) Ejecutar el script que adjunto
################ Instalación configuración de Debian ####### #!/bin/bash function aptsourlist(){ copy -rfv /etc/apt/source.list /etc/apt/source.list.old cat >> /etc/apt/source.list <<"EOF" deb http://ubuntu.ich.edu.pe/ftp.us.debian.org/debian/ squeeze main contrib non-free deb http://ubuntu.ich.edu.pe/security.debian.org/ squeeze/updates main contrib non-free deb http://ubuntu.ich.edu.pe/ftp.us.debian.org/debian/ squeeze-updates main contrib non-free deb http://ubuntu.ich.edu.pe/download.virtualbox.org/virtualbox/debian squeeze contrib non-free deb http://ubuntu.ich.edu.pe/www.debian-multimedia.org stable main non-free EOF } function installpkg(){ apt-get install vim konqueror brasero htop iftop pidgin virtualbox-4.1 gnome-screenshot gimp totem-mozilla acroread mozplugger apt-get install libmp4v2-0 libfaac0 alsamixergui toolame lame libmp3lame0 libdvdnav4 libdvdread3 libdvdcss2 w32codecs avifile-divx-plugin ffmpeg } function removepkg(){ apt-get remove --purge epiphany-browser epiphany-browser-data evolution } function installextras(){ wget -c "http://download.documentfoundation.org/libreoffice/stable/3.5.4/deb/x86/LibO_3.5.4_Linux_x86_install-deb_en-US.tar.gz" wget -c "http://download.documentfoundation.org/libreoffice/stable/3.5.4/deb/x86/LibO_3.5.4_Linux_x86_langpack-deb_es.tar.gz" wget -c "http://download.documentfoundation.org/libreoffice/stable/3.5.4/deb/x86/LibO_3.5.4_Linux_x86_helppack-deb_es.tar.gz" wget -c "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/12.0/linux-i686/es-ES/firefox-12.0.tar.bz2" #### Instalar Libreoffice mkdir /temp/libreoffice tar -zxfv LibO_3.5.4_Linux_x86*.tar.gz -C /temp/libreoffice/. for i in `ls /temp/libreoffice` do dpkg -i "/temp/libreoffice/$i/DEBS/*.deb" done dpkg -i /tem/libreoffice/LibO_3.5.4rc2_Linux_x86_install-deb_en-US/DEBS/desktop-integration/*.deb ### Instalar firefox tar -zxvf firefox-12.0.tar.bz2 -C /opt/ ln -s /opt/firefox/firefox /usr/bin/. ### Instalar plugin java-jre adobe-flash wget -c "http://download.oracle.com/otn-pub/java/jdk/7u4-b20/jre-7u4-linux-i586.tar.gz" tar -zxvf jre-7u4-linux-i586.tar.gz -C /opt/. } ############### Actualiza Paquetes ################# function actualiza(){ apt-get update -y --force-yes apt-get upgrade -y --force-yes } aptsourlist actualiza installpkg removepkg installextras4) Instalar los driver de video VGA compatible controller: ATI Technologies Inc M880G [Mobility Radeon HD 4200]( Download)
root@localhost# bash amd-driver-installer-12-2-x86.x86_64.run root@localhost# aticonfig5) Instalar el driver wifi Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01) (Download)
6) Descomprimir el archivo:
root@localhost# tar -jxvf compat-wireless-2012-05-10.tar.bz2 root@localhost# cd carpeta_desomprimida root@localhost# make && make install && make unload root@localhost# echo -e -n "ath9k" >> /etc/modules root@localhost# reboot -f
7) Instalar java jre oracle, descarga el paquete del enlace, de ejemplo:
root@localhost# tar -xvf jre-7-linux-i586.tar.gz -C /opt/ root@localhost# sudo update-alternatives --config java root@localhost# mkdir -p /usr/lib/mozilla/{plugins,extensions} root@localhost# ln -s /opt/jre1.7.0_04/lib/i386/libnpjp2.so /usr/lib/mozilla/plugins/ root@localhost# update-alternatives --config javaSi el comando anterior "update-alternatives" no te arroja ningún valor ó no esta instalado ejecutas el siguiente comando.
root@localhost# update-alternatives --install /usr/bin/java java /opt/jre1.7.0_04/bin/java 19) Instalar flash para nuestros videos de youtube, descargalo de la pagina oficial el archivo tar.gz
root@localhost# tar -zxvf install_flash_player_11_linux.i386.tar.gz root@localhost# cp -rfv libflashplayer.so /usr/lib/mozilla/plugins/.10) Instalar plugins de audio/video kaffeine para firefox, ingresar a la pagina oficial
root@localhost# tar -jxvf kaffeine-mozilla-0.2.tar.bz2 root@localhost# cd kaffeine-mozilla-0.2/ root@localhost# configure && make && make install ---> ERROR libreria NO FOUND libxaw root@localhost# apt-get install libxaw7-dev root@localhost# configure && make && make install root@localhost# ln -s /usr/local/plugins/kaffeineplugin.so /usr/lib/mozilla/plugins/.
1 comentario:
Chevere loco, justo estaba probando Debian en una virtual pero para servidor :)
Publicar un comentario