OMV 1.x+XFCE+Browser+VLc

  • This little tutorial is made to have OMV with a graphical interface to boot VLC and surf the Web with a browser
    If the Mod gets pleasure it can bring Sticky:


    begin by following the instructions:


    Howto install OpenMediaVault on Debian 7.x (Wheezy)


    download the Debian 7 Whezzy netinstall from here:


    https://www.debian.org/CD/netinst/


    Install it, then do the terminal:



    Now we have to install XFCE4
    Let's start with:


    Code
    apt-get update && sudo apt-get dist-upgrade


    We configure the system by not installing the packages suggested or recommended, go to:


    Code
    cd /etc/apt


    we open:


    Code
    nano apt.conf


    and insert:


    Code
    APT::Install-Recommends "0";
    APT::Install-Suggests "0";


    save with CTRL + O, CTRL + X


    Now we have to install the graphics:


    Code
    apt-get install xserver-xorg xserver-xorg-core xfonts-base xinit x11-xserver-utils


    Just the fact we have to install the window manager and the basic graphical environment:


    Code
    apt-get install xfwm4 xfce4-panel xfce4-settings xfce4-session xfce4-terminal xfdesktop4 xfce4-taskmanager tango-icon-theme


    Finally we have to install a simple graphical login manager: "lightdm"


    Code
    apt-get install lightdm lightdm-gtk-greeter


    Now we have to install thunar:


    Code
    apt-get install thunar


    To operate automatically USB we:


    Code
    apt-get install gvfs gvfs-backends policykit-1 udisks2


    then for pulseaudio:


    Code
    apt-get install gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad pulseaudio gstreamer0.10-pulseaudio pavucontrol


    Now we need to install a Browser:


    Code
    apt-get install iceweasel


    I want to surf YouTube - so I need Flash:


    Code
    apt-get install flashplugin-installer


    Finally my media player Rhythmbox is:


    Code
    apt-get install rhythmbox rhythmbox-plugins


    save and then:


    Code
    apt-get update


    go to:


    Code
    cd /etc/apt


    we open:


    Code
    nano apt.conf


    To install Vlc add sources.list:


    Code
    deb http://http.debian.net/debian wheezy-backports main


    afterward

    Code
    apt-get update



    Code
    apt-get -t wheezy-backports install vlc

    Sorry for my english ... I'm Italian

    Einmal editiert, zuletzt von DRAGO.NET ()

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!