Quantcast
Channel: LowEndTalk
Viewing all articles
Browse latest Browse all 39981

[TUTORIAL] Have a GUI and Browser on Debian and less than 256MB RAM

$
0
0

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:

  1. apt-get update && apt-get install dialog xserver-xorg tinywm nano iceweasel vnc4server xterm
  2. 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

  3. chmod a+x /usr/bin/tinywm-session

  4. 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`

  1. mkdir /etc/vnc
  2. echo tinywm-session >> /etc/vnc/xstartup
  3. reboot
  4. vncserver (first tie will ask for password).
  5. you're ready!

im going to sleep, bye! :)


Viewing all articles
Browse latest Browse all 39981

Trending Articles