Wednesday, May 20, 2009

Ap Bio Hardy Weinberg Problems And Answers

Riding partimage image made

After installing ubuntu on the eee jaunty and see that everything works properly, we must retrieve the data I had before the backup I made.

The issue is that the backup I made by cloning the entire SSD using Clonezilla
. I've been researching Clonezilla uses partimage to backup. So I found this link, which explain how to mount the image and thus be able to copy the files.
The only difficulty I found is that part
partimage files. So before I had to do the following:


Airuno amoyse @: ~ $ cat sda1.aa sda1.ab sda1.ac sda1.ad> sda1.img

this file is now the who uses stop restore the data as shown in the previous link, here is the summary of the steps to follow:



  amoyse @ Airuno:    ~ $ dd if = / dev / zero of = myharddisk.img bs = 1000 count = 0 seek = $ [1000 * 1000 * SIZE]   
  Airuno amoyse @: ~ $    losetup / dev/loop0 myharddisk.img   
  Airuno amoyse @: ~ $    partimage restore / dev/loop0 sda1.img   
  Airuno amoyse @: ~ $    losetup-d / dev/loop0   
  Airuno amoyse @: ~ $    myharddisk.img mount / path / to / dir-o loop   

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