Friday, June 11, 2010

Clonezilla

The server MUST have two (2) NIC Card
eth0 - One NIC port for internet connection
eht1 - One NIC port for the DRBL (Clients)

Install Ubuntu 10.2
Configure NIC

sudo vi /etc/network/interfaces

auto eth1
iface eth1 inet static
address 192.168.100.254
netmask 255.255.255.0

:x

restart
the NetworkManager service is startup automatically, it is recommended to turn off it or remove it.
sudo apt-get remove network-manager

If you want to get better performance, you can do some tuning as following (to save space)
install localepurge:

sudo apt-get install localepurge
select
en_ph and en_PH.UTF-8

method to get and install program "drbl"

sudo wget -q http://drbl.sourceforge.net/GPG-KEY-DRBL -O- | sudo apt-key add -

sudo vi /etc/apt/sources.list
add the following:
deb http://archive.ubuntu.com/ubuntu lucid main restricted universe multiverse # (Or any Ubuntu mirror site near you)
deb http://drbl.sourceforge.net/drbl-core drbl stable

Execute "apt-get update"
Execute "apt-get install drbl" to install drbl program.


sudo /opt/drbl/sbin/drblsrv -i
sudo /opt/drbl/sbin/drblpush -i

sudo /opt/drbl/sbin/dcs

/home/partimag

VI
a
enter insert mode, the characters typed in will be inserted after the current cursor position. If you specify a count, all the text that had been inserted will be repeated that many times.
h
move the cursor to the left one character position.
i
enter insert mode, the characters typed in will be inserted before the current cursor position. If you specify a count, all the text that had been inserted will be repeated that many times.
j
move the cursor down one line.
k
move the cursor up one line.
l
move the cursor to the right one character position.
r
replace one character under the cursor. Specify count to replace a number of characters
u
undo the last change to the file. Typing u again will re-do the change.
x
delete character under the cursor. Count specifies how many characters to delete. The characters will be deleted after the cursor.

HOW TO SHUTDOWN = sudo shutdown -h now

HOW to DELETE Directory = sudo rm -rf [directory]

Deskside Team

This site