Wednesday, May 25, 2011

Repair Harddisk Bad Sector Pro | 5 MB

Repair Harddisk Bad Sector Pro | 5 MB

Program has 2 levels:

Drive level testing
- main function is testing and repair (regenerates) bad sectors for detected devices
- you get many information about detected devices

File level testing
- read/find/check items (MBR, boot, directories, etc.) of file system FAT12/16/32
- check/remove (regenerates) bad sectors records, flags in FAT table

Features:

fully implemented commands: SET MAX, SET SECURITY, Device Configuration Overlay
device access with interrupt 13h, direct via ATA ports, with ASPI drivers
detects ATA/ATAPI/SATA/SATA with NCQ devices with on-board and add-on controller cards
detects USB devices via USB ASPI driver only
detects SCSI hard drives via INT13h or ASPI drivers
other SCSI devices are detected via ASPI drivers only (must be loaded before)
with ASPI drivers you got more informations about SCSI devices
test and repair device for bad sectors
many different test-functions for hard drives
resize hard drives which supports SET MAX ADDRESS/EXT (supports 28/48-bits LBA addressing modes)
drive lock detection via security feature (Security Menu)
S.M.A.R.T. functions for ATA/SATA and SCSI/USB drives only
informations about devices (ATA/ATAPI, INT13h, ASPI)
sector viewer for devices (also for ZIP, CD-data discs)
to access ATA/SATA CD-ROM drive you don't need any driver or MSCDEX
enable/disable some features for direct-access devices
Device Configuration Overlay (DCO) feature set (you can restore a full capacity or allow/disallow some feature sets of hard drive)

sedot nih >>>>

Saturday, May 21, 2011

Saturday, May 14, 2011

Buat DNS SERVER

Buat DNS SERVER

kawan gw mao bikin DNS SERVER juga nih ..
gw membuat dns dengan ip 94.11.22.10

1. install DNS DERVER dengan mengetikkan apt-get install bind9, klo udah selesai langsung konfigurasi coy
2.masuk lah ke director bind dengan mengetikan cd /etc/bind , setelah masuk folder bin langsung ke ..
3.konfigurasi named.conf dengan menuliskan nano named.conf, setelah masuk named.conf tulis lah skrip seperti yang ada di bawah ini :
zone "10.22.11.in-addr.arpa" IN {
type master;
file "/etc/bind/db.rev";
};
zone "hamdan.coy" IN {
type master;
file "/etc/bind/db.zone";
};
setelah selesai membuat skrip seperti di atas simpan file named.conf tersebut.
4. setelah mengkonfigurasi named.conf buat lah database untuk file zona & rev dengan menuliskan
cp db.255 db.rev
cp db.local db.zone
setelah membuat file database, kita langsung konfigurasi file database tersebut dengan
5.konfigurasi file data base, $keterangan (tulisan yang diberi tanda #[pagar] tidak usah di tulis)$
nano db.rev
dengan menuliskan

@ IN NS ns.hamdan.coy.
10 IN PTR ns.hamdan.coy #kenpa didepanya 10, 10 adalah link akhir dari IP 94.22.11.10
10 IN PTR www.hamdan.coy
10 IN PTR ftp.hamdan.coy

setelah itu save .
kemudian ketikan nano db.zone

@ IN NS ns.hamdan.coy
@ IN A 94.22.11.10
@ IN AAAA :: 1
ns IN A 94.22.11.10
www IN CNAME www.hamdan.coy
ftp IN CNAME ftp.hamdan.coy

setelah itu save

6. kemudian kita mengubah reslov.conf denagn mengetikan nano /etc/reslov.conf
setelah masuk reslov.conf
tuliskan
search hamdan.coy
nameserver 94.22.11.10
dan kemudian save

7. kemudian restarr lah BIND9 dengan mengetikan /etc/init.d/bind9 restart atau service bind9 restart

lalu cek lah dns yang kita buat dengan mengetikan nslookup hamdan.coy, jika berhasil tidak akan mucul tulisan :*cant find"

lalu ping dns tersebut dengan mengetikan ping hamdan.coy