After some boring lapse, I tried TinyWM, and will teach you how to install it in your LEB
Using iceweasel, flash plugin installed, watching youtube:
free -m
total used free shared buffers cached
Mem: 128 123 4 0 0 39
-/+ buffers/cache: 83 44
Swap: 128 17 110
Lets start:
- apt-get update && apt-get install dialog xserver-xorg tinywm nano iceweasel vnc4server xterm
Put this on terminal:
cat << EOF > /usr/bin/tinywm-session \#!/bin/sh (remove the \) xsetroot -solid "#000000" xrdb -load $HOME/.Xdefaults x-terminal-emulator x-terminal-emulator exec /usr/bin/tinywm EOF
chmod a+x /usr/bin/tinywm-session
- Put this again:
`cat << EOF > /usr/share/xsessions/tinywm-session.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Tinywm session
Comment=Ridiculously tiny window manager
Exec=tinywm-session
Terminal=False
TryExec=tinywm
Type=Application
[Window Manager]
SessionManaged=true
EOF`
- mkdir /etc/vnc
- echo tinywm-session >> /etc/vnc/xstartup
- reboot
- vncserver (first tie will ask for password).
- you're ready!
im going to sleep, bye! :)