Minggu, 04 Desember 2011

download e-book ms.office

ini ada sedikit tambahan buat referensi kawan-kawan
ebook untuk belajar ms office

PCM Microsoft Power Point 2007 (84 hal)
Penerbit : PC Media 
Besar File : 12,1 MB

PCM Microsoft Excel Chart (84 hal) 
Penerbit : PC Media 
Besar File : 7,07 MB

PCM Microsoft Excel 2007 (84 hal) 
Penerbit : PC Media 
Besar File : 13,4 MB

terimakasih semoga bermanfaat..

Sabtu, 03 Desember 2011

download e-book design

bagi kawan-kawan yang lagi nyari e-book atau artikel
disini saya memberikan link download e-book .
semoga membantu kawan-kawan semua.

e-book design


Judul Buku : Belajar Corel Draw X3 (67 hal) 



Judul Buku : Design Grafis Menggunakan Macromedia Freehand 9 (133 hal) 
Besar File : 1,3 MB 

Besar File : 9,7 MB 


Besar File : 8,75 MB

Besar File : 6,64 MB

theme unity linux for windows 7

  buat kawan-kawan yang lagi kepengen make OS ubuntu tapi belom ke sampean jangan khawatir ,kawan=kawan bisa pake theme ubuntu-ubuntuan ini..
ini contohnya

langsung saja gue kasih link downloadnya..
nih
atau

Terimakasih telah berkunjung,selamat mencoba

Theme android untuk windows 7

sedikit share buat teman-teman 
 sering kali kita merasa bosan dengan tampilan dekstop laptop kita nah disini
gue mau posting tentang theme android .

theme android ini lumayan juga buat di pake di pc biar tampilan laptop anda ngga gitu" aja
ok langsung aja yak..

langkah pertama 
download dulu aplikasiya

selamat mencoba...

semoga bermanfaat..

Minggu, 27 November 2011

routing 6 router di packet tracer CLI



Untuk membuat jaringan seperti ini kta memerlukan perangkat/ alat-alat yaitu
#      6 router
 #      2 switch   
5 pc
Kabel  cross
    #  Kabel straight
#langkah pertama adalah  mendesain terlebih dahulu jaringan yang akan kita buat
Setelah itu .hubungkan menggunakan kabel cross dan straight
                             
setting ip router

double click router,lalu pilih CLI
lalu ketikan
===============================================================
ROUTER 1

Router>EN
Router#CONF T
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface fastethernet 0/0
Router(config-if)#ip address 192.168.10.1 255.255.255.0
Router(config-if)#no sh

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#interface fastethernet 1/0
Router(config-if)#ip address 192.168.20.1 255.255.255.0
Router(config-if)#no sh

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
Router(config-if)#exit

ROUTER 2
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.20.2 255.255.255.0
Router(config-if)#no sH
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#interface fastEthernet 1/0
Router(config-if)#ip address 192.168.30.1 255.255.255.0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router 3
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.30.2 255.255.255.0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#interface fastEthernet 1/0
Router(config-if)#ip address 192.168.40.1 255.255.255.0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up

Router 4
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.40.2 255.255.255.0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upRouter(config-if)#exit
Router(config)#interface fastEthernet 1/0
Router(config-if)#ip address 192.168.50.2 255.255.255.0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
Router(config-if)#

Router 5
router 5
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.50.1 255.255.255.0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#interface fastEthernet 1/0
Router(config-if)#ip address 192.168.60.1 255.255.255.0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
Router(config-if)#

Router 6

Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.60.2 255.255.255.0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#interface fastEthernet 1/0
Router(config-if)#ip address 192.168.70.1 255.255.255.0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
Router(config-if)#





Setelah semua ip telah di konfigurasi pada router sekarang tinggal membuat jalur pengiriman data /
IP ROUTE

NB: TULISKAN TERLEBIH DAHULU  Router(config)#ip route Baru masukan alamat yang ada di bawah ini
Contoh: Router(config)#ip route 192.168.30.0 255.255.255.0 192.168.20.2
ROUTER  1
NETWORK TUJUAN
NETMASK
GATE WAY
192.168.30.0
255.255.255.0
192.168.20.2
192.168.40.0
255.255.255.0
192.168.30.2
192.168.50.0
255.255.255.0
192.168.40.2
192.168.60.0
255.255.255.0
192.168.50.1
 192.168.70.0
255.255.255.0
192.168.60.2

ROUTER 2
NETWORK TUJUAN
NETMASK
GATE WAY
192.168.10.0
255.255.255.0
192.168.20.1
192.168.40.0
255.255.255.0
192.168.30.2
192.168.50.0
255.255.255.0
192.168.40.2
192.168.60.0
255.255.255.0
192.168.50.1
 192.168.70.0
255.255.255.0
192.168.60.2

ROUTER 3
NETWORK TUJUAN
NETMASK
GATE WAY
192.168.30.0
255.255.255.0
192.168.20.2
192.168.10.0
255.255.255.0
192.168.20.1
192.168.40.0
255.255.255.0
192.168.50.2
192.168.60.0
255.255.255.0
192.168.50.1
192.168.70.0
255.255.255.0
192.168.60.2

ROUTER 4
NETWORK TUJUAN
NETMASK
GATE WAY
192.168.30.0
255.255.255.0
192.168.40.1
           192.168.40.0
255.255.255.0
192.168.30.2
192.168.50.0
255.255.255.0
192.168.40.2
192.168.60.0
255.255.255.0
192.168.50.1
192.168.70.0
255.255.255.0
192.168.60.2

ROUTER 5
NETWORK TUJUAN
NETMASK
GATE WAY
192.168.40.0
255.255.255.0
192.168.50.2
192.168.30.0
255.255.255.0
192.168.40.1
192.168.20.0
255.255.255.0
192.168.30.1
192.168.10.0
255.255.255.0
192.168.20.1
192.168.70.0
255.255.255.0
192.168.60.2


ROUTER 6
NETWORK TUJUAN
NETMASK
GATE WAY
192.168.50.0
255.255.255.0
192.168.60.1
           192.168.40.0
255.255.255.0
192.168.50.2
192.168.30.0
255.255.255.0
192.168.40.1
192.168.20.0
255.255.255.0
192.168.30.1
192.168.10.0
255.255.255.0
192.168.20.1

setelah itu setting ip address komputer mengikuti gateway yang telah di daftarkan pada router tadi.

Lakukan setting pada seluruh pc yang ada

lalu lakukan test menggunakan amplop kuning

terimakasih semoga bisa di mengerti ...

Minggu, 20 November 2011

TUTORIAL LAN








sedikit tambahan untuk belajar ini ada artikel yang mungkin membantu anda
langsung saja di download di bawah ini



Senin, 14 November 2011

Konfigurasi DNS SERVER

Mengkonfigurasi DNS (Domain Name Sytem ) Server

DNS merupakan suatu protocol yang berfungsi untuk menjembatani antara

alamat jaringan dalam bentuk IP addres yang berupa angka – angka menjadi kata –

kata yang mudah di ingat dan dapat menjadi identitas dari suatu lembaga. Dalam

konfigurasi DNS Server ini terdiri dari dua kelompok, yaitu :


 

A. Mendefinisikan New Zone

1. Jalankan program DNS dengan cara pilih tombol Start >> Program >>

Administrativ Tools >> DNS, hingga muncul tampilan seperti pada gambar 23

berikut.


 


 


 


 


 


 


 


 


 

2. Buat New Zone dengan cara klik Action lalu pilih New, seperti pada gambar 24.



 


 


 


 


 


 


 


 


 

Gambar 24. Pembuatan New Zone

3. Sehingga akan muncul tampilan ucapan selamat datang dalam pembuatan new

zone seperti pada gambar 25.


 


 


 


 


 


 


 


 


 

Gambar 25. Tampilan Welcome to New Zone Wizard

4. Pilih Next, hingga muncul tampilan pemilihan zone type lalu pilih standard

primary seperti pada gambar 26.


 


 


 


 


 


 


 


 


 

Gambar 26. Pemilihan zone type


 


 


 


 


 


 


 

5. Pilih Next, hingga muncul tampilan pengisian nama zone yang mau dibuat. Ketik

movingcel.com, seperti pada gambar 27.


 


 


 


 


 


 


 


 


 

Gambar 27. Pengisian nama zone yang baru dibuat

6. Pilih Next, hingga akan tampil nama file movingcel.com.dns sebagai tanda telah

berhasil pembuatan zone baru kelompok2.com, yang tampak pada gambar 28.



 


 


 


 


 


 


 


 


 

Gambar 28. Pembentukan file zone : kelompok2.com.php


 


 


 


 


 


 

7. Pilih Next, sehingga akan muncul informasi bahwa pembuatan zone baru secara

terpandu telah selesai, lalu tekan tombol finish untuk mengakhiri proses pembuatan

zone kelompok2.com, seperti pada gambar 29.



 


 


 


 


 


 


 


 

Gambar 29. Konfirmasi pembuatan zone kelompok2.com sudah selesai.

8. Setelah tombol finish ditekan, maka akan tampil jendela zone yang sudah dibuat

movingcel.com seperti pada gambar 30.


 


 


 


 


 


 


 


 


 

Gambar 30. Jendela zone kelompok2.com yang sudah dibuat


 

B. Mendefinisikan New Host

Dalam pendefinisian new host ini dimaksudkan agar alamat web menjadi komplit dari

yang movingcel.com menjadi www.kelompok2.com. Langkah langkah pembuatan

new host adalah sebagai berikut :


 

1. Dari tampilan DNS kemudian cari nama web site yang sudah dibuat dalam zone

create, seperti pada gambar 31.



 


 


 


 


 


 


 


 

Gambar 31. Tampilan Zone yang sudah didefinisikan

2. Dari tampilan DNS kemudian pilih tombol action atau pilih movingcel.com

kemudian klik kanan hingga muncul menu pop up, lalu klik new host seperti pada

gambar 32.


 


 


 


 


 


 


 


 


 

Gambar 32. Pembuatan New Host


 


 


 


 


 


 

3. Pilihan pembuatan new host akan memunculkan menu new host seperti pada

gambar 33.a lalu kit isi name : www dan ip address : 194.150.10.2 seperti pada

gambar 33.6.

        
 


 


 


 

    


 


 


 


 

Gambar 33.a. Tampilan new host          Gambar 33.b. Pengisian new host

4. Pada gambar 33.b pilih tombol Add Host lalu tekan tombol Done, sehingga jika

proses pembuatan berhasil akan muncul tampilan yang memberikan informasi bahwa

pembuatan new host telah sukses, seperti pada gambar 34.


 


 


 


 


 


 


 


 


 

Gambar 34. Konfigurasi dns pembuatan new host telah sukses.


 


 


 


 


 

5. Kemudian muncul tampilan lanjutan pembuatan new host seperti pada gambar 35.


 


 


 


 


 


 


 


 


 


 

Gambar 35. Pilih done untuk mengakhiri pembuatan new host

6. Dengan menekan tombol done, maka akan muncul menu DNS dengan tambahan

www pada bagian forward zone movingcel.com, seperti pada gambar 36.

    
 


 


 


 


 


 


 


 


 

Gambar 36. Hasil pembuatan new host


 


 


 


 


 

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | GreenGeeks Review