HAPPY NEW YEAR
2010
SES, SEO, SEM, Linux and Microcontroller Help, News and Experience sharing Blog
"My PIC Microcontroller Articles are moved to http://picmicrochip.blogspot.com
fsck.ext3 -pf /dev/sda2Enable new features of ext4 on the filesystem
tune2fs -O extents,uninit_bg,dir_index /dev/sda2Run a filesystem check. to make sure that the filesystem is now clean.
fsck -pf /dev/sda2Now edit your /etc/fstab file and replace "ext3" with "ext4" for /dev/sda1. Other options may differ for your system.
/dev/sda2 /disk ext4 defaults 0 2Try to mount your new ext4 filesystem: mount /disk
$sudo apt-get install rsync
$ rsync -r -a -v -e "ssh -l shibu" --delete 192.168.0.5:/var/www/ /home/shibu/public_hrml
$ rsync -r -a -v -e "ssh -l shibu" --delete ceattingal.ac.in:/webroot/ /local/webroot
$ sudo apt-get install -f
$ sudo cp /etc/resolv.conf /etc/resolv.conf.auto
$ gksudo gedit /etc/dhcp3/dhclient.conf
# append the following line to the document
prepend domain-name-servers 8.8.8.8, 8.8.4.4;
# save and exit
$ sudo ifdown eth0 && sudo ifup eth0