Instalas Vps Ubuntu

download Instalas Vps Ubuntu

of 1

Transcript of Instalas Vps Ubuntu

  • 8/17/2019 Instalas Vps Ubuntu

    1/1

    apt-get updateapt-get upgradeapt-get install nanoapt-get install xorg lxde-core tightvncservertightvncserver :1tightvncserver -kill :1nano ~/.vnc/xstartup (AÑADIMOS ESTAS LINEAS EN EL ARCHIVO DE TEXTO:

    lxterminal &/usr/bin/lxsession -s LXDE &

    NOS DEBE QUEDAR ASÍ:

    #!/bin/sh

    xrdb $HOME/.Xresourcesxsetroot -solid grey#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &#x-window-manager &# Fix to make GNOME workexport XKL_XMODMAP_DISABLE=1/etc/X11/Xsessionlxterminal &/usr/bin/lxsession -s LXDE &

    )

    rebootvncserver :1 -geometry 1024x768 -depth 16 -pixelformat rgb565

    PARA INSTALAR FIREFOX:

    apt-get install firefox