2014.11.26 12:53
How to install Damn Vulnerable Linux (DVL)
조회 수 3442 추천 수 0 댓글 0
1. Download DVL from:
http://sourceforge.jp/projects/sfnet_virtualhacking/downloads/os/dvl/DVL_1.5_Infectious_Disease.iso/
2. Create a VM for DVL
CPU: Single core
Memory: 512MB
HDD: 8GB
OS type: Other Linux 2.4.x kernel

root/toor
3. Partition the disk
fdisk /dev/sda

4. Format the partition
mkfs.ext3 /dev/sda1

5. Create a folder and mount the partition on
mkdir /mnt/dvl
mount /dev/sda1 /mnt/dvl
6. Start KDE and change language to english
startx


7. Copy DVL image to hard drive


8. Install the boot loader from the CLI and reboot
chroot /mnt/dvl
lilo -v

exit
reboot

Note: Disable CD-ROM boot in VMware if it's still enabled

Designed by sketchbooks.co.kr / sketchbook5 board skin