Thursday, May 14, 2009

Buy Platinum In Mustafa Singapore

Installing Ubuntu 9.04 on EeePC 701 8G

I decided to change the Debian Lenny + LXDE which was installed on the EeePC in Ubuntu 9.04.
The truth is that the installation was very simple from a USB flash drive. I just had to follow the instructions on the page itself
Ubuntu and everything worked at first, the wifi, webcam, sound, etc ...
Now that I have it installed, you have to tweak a few things to make things even better: First

see this post .
    Move windows with Alt + Mouse
  • must put this line in the terminal, as we have in this thread EeeUser
:

Airuno amoyse @: ~ $ gconftool-2 - type bool - set / apps / compiz / plugins / move / allscreens / options / constrain_y 0
    install a kernel optimized for my model 701.

  • Just follow the instructions on this page
http://www.array.org/ubuntu/index.html .

    temporary files in RAM
  • To this point I followed the instructions in this post
, summarizing, . must be added in the / etc / fstab these lines:

tmpfs / tmp tmpfs defaults, noatime, mode = 1777 0 0
tmpfs / var / log tmpfs defaults, noatime, mode = 1777 0 0
tmpfs / var / tmp tmpfs defaults, noatime, mode = 1777 0 0

. Sysklogd stop service, delete the files and mount tempore new directories:

amoyse @ Airuno: ~ $ sudo / etc / init.d / sysklogd stop Airuno
amoyse @: ~ $ sudo rm-rf / tmp / * @ Airuno amoyse
: ~ $ sudo rm-rf / var / log / * @ Airuno amoyse
: ~ $ sudo rm-rf / var / tmp / * @ Airuno amoyse
: ~ $ sudo mount-a
amoyse @ Airuno: ~ $ sudo / etc / init.d / sysklogd
start

    Optimize Firefox. To do this you must follow the advice in this
  • page.
  • . Using a theme Classic Compact
compat. Point made smaller.
. Installing the Fission
. . Installing the Fullscreener
. . Install the plugin for a smaller menu, as
Personal Menu. . Install the plugin for delicious.
. Move the cache to ramdisk. To do this modify the following properties from
about: config
browser.cache.offline.enable make false
browser.cache.disk.parent_directory to a directory that is ramdisk (as / var / tmp ). Eee

0 comments:

Post a Comment