• Debian 8 post instalación con escritorio Mate

    Loguearse como root.

    INSTALACIÓN DE LAS GUEST ADDITIONS (Sólo VirtualBox)

    sh '/media/cdrom0/VBoxLinuxAdditions.run'
    shutdown -r now
    

    Loguearse otra vez como root

    INSTALACIÓN DE HERRAMIENTAS BÁSICAS PARA LA CLI

    mkdir -p /root/scripts/unicaejecucion/
    wget hacks4geeks.com/_/premium/minitutoriales/debian-8-post-instalacion-sin-entorno-grafico/root/scripts/unicaejecucion/debian8postinst -O /root/scripts/unicaejecucion/debian8postinst
    chown root:root /root/scripts/ -R -v
    chmod 700 -R -v /root/scripts/unicaejecucion/*
    /root/scripts/unicaejecucion/debian8postinst
    

    INSTALACIÓN DE HERRAMIENTAS EXTRA PARA LA CLI

    apt-get -y install aircrack-ng clamtk default-jdk dosbox gpart libavcodec-extra ecryptfs-utils kismet ecryptfs-utils
    

    INSTALACIÓN DE HERRAMIENTAS GRÁFICAS

    apt-get -y install audacity bluefish calibre comix conky eiskaltdcpp etherape filezilla gpodder openshot screenlets vlc wireshark zenmap wine libcaja-extension-dev macchanger-gtk gparted gtkpod wine caja-open-terminal gufw
    
    

    .

     


    Deja una respuesta