Rabu, 18 Februari 2009

Setting Modem Bridge Dengan Linux

RP-PPPoE

salah satu cara setting mode bridge pa linux ada dengan RP-PPPOE, RP-PPPOE ini juga dapat digunakan untuk koneksi speedy dengan mode bridge.

untuk modem nya kita kita setting sama seperti pada windows, jangan lupa perhatikan IP yang di setting di modem tersebut.

untuk linuxnya kita tinggal instalkan RP-PPPOE nya, untuk downloadnya di bawah :

Download RP-PPPoE

You can download RP-PPPoE here:

rp-pppoe-3.10.tar.gz GPG Signature

semoga bermanfaat, thanks you,,,,

SETTING MICROTIK

SETTING MICROTIK

pilihlah paket – paket dibawah ini untuk install OS Microtik :
System, dhcp, Advance Tools, RouTing, Security, Web – Proxy.

ganti nama system sesuai dengan selera anda :
[admin@microtik] > system identity set name=warnet

Selanjutnya promt shell akan berubah menjadi :
Seperti yg anda inginkan :
[admin@warnet] >

Ubahlah Password OS microtik anda dengan cara :
[admin@warnet] >user set admin password=………………………………

aktivkan kedua Ethernet pada PC yang telah anda install OS Microtik :
[admin@warnet] >interface ethernet enable ether1
[admin@warnet] >interface ethernet enable ether2

Berikan nama pada kedua ethernet untuk memudahkan konfigurasi :
[admin@warnet] >interface Ethernet set ether1 name=modem =====è Ethernet yg utk modem
[admin@warnet] >interface ethernet set ether2 name=local ===è Ethernet yg untuk ke HUB

Masukan IP pada kedua landcard :
[admin@warnet] >ip address add interface=modem address= ( Diisi IP address dari ISP ) / netmask
[admin@warnet] >ip address add interface=lokal address= 192.168.0.1/255.255.255.0

masukkan IP gateway yg di berikan dari ISP :
[admin@warnet] > ip route add gateway=10.11.1.1560

SETTING DNS :
[admin@warnet] >ip dns set primary-dns=10.11.155.1secondary-dns=10.11.155.2

setelah itu coba ping semua IP yang telah di setting di atas.

KONFIGURASI FIREWALL DAN NETWORK
ip firewall nat add action=masquerade chain=srcnat
ip firewall filter add chain=input connection-state=invalid action=drop
ip firewall filter add chain=input protocol=udp action=accept
ip firewall filter add chain=input protocol=icmp action=accept
[font=”]/ip firewall filter add chain=input in-interface=(ethernet card yg ke lan) action=accept
/ip firewall filter add chain=input in-interface=(ethernet card yg ke internet) action=accept

ip firewall filter add chain=input action=drop

ip web-proxy set enabled=yes src-address=0.0.0.0. port=8080 hostname=”” yahuu.net=yes parent-proxy=0.0.0.0:0 \
cache-administrator=”webmaster” max-object-size=4096KiB cache-drive=system max-cache-size=unlimited \
max-ram-cache-size=unlimited

ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=3128 /ip firewall nat add in-interface=modem
dst-port=80 protocol=tcp action=redirect
to-ports=3128 chain=dstnat dst-address=!192.168.0.1/24

================================================== ================

yang 3128 semuanya di ganti 8080 : caranya :

ip web-proxy set enable=yes
/ip web-proxy set port=3128
/ip web-proxy set max-cache-size=3145728 ( 3 kali total ram )
/ip web-proxy set hostname=”proxy.prima”
/ip web-proxy set allow-remote-requests=yes
/ip web-proxy set cache-administrator: “primanet.slawi@yahoo.com
================================================== ================================================== ========
FILTERING :
http://www.mikrotik.com/testdocs/ros/2.9/ip/filter.php/ ip firewall filter
add chain=input connection-state=invalid action=drop \comment=”Drop Invalid connections”
add chain=input connection-state=established action=accept \comment=”Allow Established connections”
add chain=input protocol=udp action=accept \ comment=”Allow UDP”
add chain=input protocol=icmp action=accept \ comment=”Allow ICMP”
add chain=input src-address=192.168.0.0/24 action=accept \ comment=”Allow access to router from known network”
add chain=input action=drop comment=”Drop anything else”

ANTI VIRUS UTK MICROTIK :
add chain=forward action=jump jump-target=virus comment=”jump to the virus chain” ++++++++++++++++++++++++++++++++++++++++++++++++++ +++++

add chain=forward protocol=icmp comment=”allow ping”add chain=forward protocol=udp comment=”allow udp”add chain=forward action=drop comment=”drop everything else”================================================== =====

SECURITY ROUTER MICROTIK ANDA :
/ ip firewall filteradd chain=input connection-state=established comment=”Accept established connections”add chain=input connection-state=related comment=”Accept related connections”add chain=input connection-state=invalid action=drop comment=”Drop invalid connections” add chain=input protocol=udp action=accept comment=”UDP” disabled=no add chain=input protocol=icmp limit=50/5s,2 comment=”Allow limited pings” add chain=input protocol=icmp action=drop comment=”Drop excess pings” add chain=input protocol=tcp dst-port=22 comment=”SSH for secure shell”add chain=input protocol=tcp dst-port=8291 comment=”winbox” # Edit these rules to reflect your actual IP addresses! # add chain=input src-address=159.148.172.192/28 comment=”From Mikrotikls network” add chain=input src-address=10.0.0.0/8 comment=”From our private LAN”# End of Edit #add chain=input action=log log-prefix=”DROP INPUT” comment=”Log everything else”add chain=input action=drop comment=”Drop everything else”
“http://wiki.mikrotik.com/wiki/Securing_your_router“
================================================== ========================================
SETTING KEAMANAN JARINGAN HANYA UNTUK LOKAL AREA ANDA :
/ip firewall filteradd chain=forward connection-state=established comment=”allow established connections” add chain=forward connection-state=related comment=”allow related connections”add chain=forward connection-state=invalid action=drop comment=”drop invalid connections”
add chain=virus protocol=tcp dst-port=135-139 action=drop comment=”Drop Blaster Worm” add chain=virus protocol=udp dst-port=135-139 action=drop comment=”Drop Messenger Worm” add chain=virus protocol=tcp dst-port=445 action=drop comment=”Drop Blaster Worm” add chain=virus protocol=udp dst-port=445 action=drop comment=”Drop Blaster Worm” add chain=virus protocol=tcp dst-port=593 action=drop comment=”________” add chain=virus protocol=tcp dst-port=1024-1030 action=drop comment=”________” add chain=virus protocol=tcp dst-port=1080 action=drop comment=”Drop MyDoom” add chain=virus protocol=tcp dst-port=1214 action=drop comment=”________” add chain=virus protocol=tcp dst-port=1363 action=drop comment=”ndm requester” add chain=virus protocol=tcp dst-port=1364 action=drop comment=”ndm server” add chain=virus protocol=tcp dst-port=1368 action=drop comment=”screen cast” add chain=virus protocol=tcp dst-port=1373 action=drop comment=”hromgrafx” add chain=virus protocol=tcp dst-port=1377 action=drop comment=”cichlid” add chain=virus protocol=tcp dst-port=1433-1434 action=drop comment=”Worm” add chain=virus protocol=tcp dst-port=2745 action=drop comment=”Bagle Virus” add chain=virus protocol=tcp dst-port=2283 action=drop comment=”Drop Dumaru.Y” add chain=virus protocol=tcp dst-port=2535 action=drop comment=”Drop Beagle” add chain=virus protocol=tcp dst-port=2745 action=drop comment=”Drop Beagle.C-K” add chain=virus protocol=tcp dst-port=3127-3128 action=drop comment=”Drop MyDoom” add chain=virus protocol=tcp dst-port=3410 action=drop comment=”Drop Backdoor OptixPro”add chain=virus protocol=tcp dst-port=4444 action=drop comment=”Worm” add chain=virus protocol=udp dst-port=4444 action=drop comment=”Worm” add chain=virus protocol=tcp dst-port=5554 action=drop comment=”Drop Sasser” add chain=virus protocol=tcp dst-port=8866 action=drop comment=”Drop Beagle.B” add chain=virus protocol=tcp dst-port=9898 action=drop comment=”Drop Dabber.A-B” add chain=virus protocol=tcp dst-port=10000 action=drop comment=”Drop Dumaru.Y” add chain=virus protocol=tcp dst-port=10080 action=drop comment=”Drop MyDoom.B” add chain=virus protocol=tcp dst-port=12345 action=drop comment=”Drop NetBus” add chain=virus protocol=tcp dst-port=17300 action=drop comment=”Drop Kuang2″ add chain=virus protocol=tcp dst-port=27374 action=drop comment=”Drop SubSeven” add chain=virus protocol=tcp dst-port=65506 action=drop comment=”Drop PhatBot, Agobot, Gaobot”
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++

#MatikanPort yang Biasa di pakai Spam :
/ip firewall filter add chain=forward dst-port=135-139 protocol=tcp action=drop
/ip firewall filter add chain=forward dst-port=135-139 protocol=udp action=drop
/ip firewall filter add chain=forward dst-port=445 protocol=tcp action=drop
/ip firewall filter add chain=forward dst-port=445 protocol=udp action=drop
/ip firewall filter add chain=forward dst-port=593 protocol=tcp action=drop
/ip firewall filter add chain=forward dst-port=4444 protocol=tcp action=drop
/ip firewall filter add chain=forward dst-port=5554 protocol=tcp action=drop
/ip firewall filter add chain=forward dst-port=9996 protocol=tcp action=drop
/ip firewall filter add chain=forward dst-port=995-999 protocol=udp action=drop
/ip firewall filter add chain=forward dst-port=53 protocol=tcp action=drop
/ip firewall filter add chain=forward dst-port=55 protocol=tcp action=drop
/ip firewall filter add chain=forward dst-p

diatas di cek di websitenya lagi : http://www.mikrotik.com/documentation/manual_2.7/
http://www.mikrotik.com/docs/ros/2.9/ip/webproxy

lihat di system resource
dan 2/3 dari system resource di gunakan atau di alokasikan untuk : system resource print

************************************************** ******************************************
Graphing /tool graphing set store-every=hour[admin@MikroTik] tool graphing> print store-every: hour[admin@MikroTik] tool graphing> [admin@MikroTik] tool graphing interface> add interface=ether1 \allow-address=192.168.0.0/24 store-on-disk=yes[admin@MikroTik] tool graphing interface> printFlags: X - disabled # INTERFACE ALLOW-ADDRESS STORE-ON-DISK 0 ether1 192.168.0.0/24 yes[admin@MikroTik] tool graphing interface> [admin@VLP InWay] tool graphing> export
# oct/12/2005 09:51:23 by RouterOS 2.9.5
# software id = 1TLC-xxx
#
/ tool graphing
set store-every=5min
/ tool graphing queue
add simple-queue=all allow-address=10.8.2.99/32 store-on-disk=yes allow-target=yes disabled=no
/ tool graphing resource
add allow-address=0.0.0.0/0 store-on-disk=yes disabled=no
/ tool graphing interface
add interface=Inway allow-address=0.0.0.0/0 store-on-disk=yes disabled=no
add interface=LAN allow-address=0.0.0.0/0 store-on-disk=yes disabled=no
add interface=DMZ allow-address=0.0.0.0/0 store-on-disk=yes disabled=no


articel from : http://crypt0gr4phy.wordpress.com/2007/02/02/setting-mikrotik/

Senin, 16 Februari 2009

MUSIK White Lion - When The Children Cry ( SONG FOR PEACE)

Lirik White Lion - When The Children Cry

little child
dry your crying eyes
how can I explain
the fear you feel inside
cause you were born
into this evil world
where man is killing man
but no one knows just why
what have we become
just look what we have done
all that we destroyed
you must build again

when the children cry
let them know we tried
cause when the children sing
then the new world begins

little child
you must show the way
to a better day
for all the young
cause you were born
for all the world to see
that we all can live
with love and peace
no more presidents
and all the wars will end
one united world
under god

when the children cry
let them know we tried
cause when the children sing
then the new world begins

what "have we" become
just look what we have done
all that we destroyed
you must build again
no more presidents
and all the wars will end
one united world
under god

when the children cry
let them know we tried
when the children fight
let them know it ain't right
when the children pray
let them know the way
cause when the children sing
then the new world begins


klo mau download mp3nya klik di bawah :

DOWNLOAD

Minggu, 15 Februari 2009

BISNIS ONLINE/BISNIS INTERNET PTC ( PAID TO CLIK ) LOKAL INDONESIA

Daftar PTC ( paid to clik ) Indonesia :

1. Klikrupiah.com






2. klikuang.com






3. ngebux.com





4. klikajadeh.com





5. rupiahbux.com





6. securebux.com






7. buxindo.com






8. indorp.com




9. klikkiri.com





10. duitbux.com







11. klikptc.com






12 klik.airisan.com











13. http://www.idr-clickit.com

Kamis, 12 Februari 2009

MENGGUNAKAN SPEEDY PREPAID DARI SPEEDY REGULER

1. Masuk ke menu Network Connection dengan cara (Windows XP) : Start  Connect to  Show All Connection.

2. Pada menu Network Connection, klik Create a new connection. Akan muncul menu
New Connection Wizard.

3. Ikuti langkah pada New Connection Wizard : klik Next  klik Connect to the
Internet  Next  klik Set up my connection manually  Next  klik Connect using a broadband connection that requires a user name and password  Next  isikan nama ISP (misal : Speedy Prepaid)  Next  isikan User name dan Password dg No. Account / Login ID dan Password yg tertera pada bagian belakang kartu Speedy Prepaid. Isikan Confirm Password (tulis kembali password)  Next  klik Finish.

Cara penulisan user name dan password :


 User name : @speedyprepaid. Cont : 9199885379@speedyprepaid

 Password :


4. Pada menu Network Connection (lihat langkah 1), klik 2x pada connection Speedy
prepaid yang telah kita buat .

5. Klik connect



















MENGGUNAKAN SPEEDY PREPAID DARI TELKOMHOTSPOT

1. Pastikan komputer Anda telah menangkap sinyal TelkomHotspot dan terkoneksi (connected). Langkah (Windows XP) : Start  Connect to  Wireless Network Connection  Klik Refresh Network List  pilih (klik) TelkomHotspot  klik Connect.




2. Buka browser dan ketikkan alamat yang akan Anda akses (misal : www.telkomspeedy.com). Maka terlebih dahulu kita akan dibawa ke halaman login TelkomHotspot. Langkah : Klik Login  Pada menu Login IVAS, isikan User Name dan Password  klik Setuju  Klik Login. Catatan : dapatkan User Name dan Password dengan membeli kartu Speedy Prepaid atau kartu IVAS.















3. Pilih (klik) paket akses yang dikehendaki. Maka akses internet sudah dapat dilakukan. Akan muncul jendela JANGAN TUTUP POP UP INI! sebagai info sisa waktu akses (kiri atas) serta untuk akses keluar (LOGOUT) dari sesi koneksi ke TelkomHotspot.













Catatan: blocking time Rp.4.500 (1 Jam Akses) bisa digunakan selama 12 hari. Artinya, walaupun
waktu 1 jam belum habis kita gunakan, sisa waktu bisa kita gunakan pada lain kesempatan sampai dengan batas waktu 12 hari.

4. Anda siap mengakses menjelajah internet. Jangan lupa untuk meng-klik LOGOUT pada jendela POP UP kapanpun anda selesai mengakses TelkomHotspot.

Sabtu, 07 Februari 2009

CARA PEMBAYARAN TELEPON/FLEXI/SPEEDY LEWAT ATM

CARA PEMBAYARAN TELEPON/FLEXI/SPEEDY ( LIPPO )

1.Pembayaran

2.Telepon/seluler
3.Menu Telkom flexy
Untuk pembayaran Telepon/flexy
masukkan kode area + no telepon/flexy anda
Untuk pembayaran speedy
diawali angka nol masukkan 12 digit no speedy anda
4. Jika Benar

CARA PEMBAYARAN TELEPON/FLEXI/SPEEDY ( BSM )

1.Menu Utama
2.Pembayaran
3.Telepon
4.Telkom
Untuk telepon/Flexy
masukkan kode area + no telepon/flexy anda
Untuk speedy
diawali angka nol + masukkan 12 digit no speedy anda


CARA PEMBAYARAN TELEPON/FLEXY/SPEEDY ( BII )

1.Pembayaran
2.Layanan Umum
3.Telkom/ speedy/flexy clasy
Untuk telepon
masukkan kode area + masukkan nomor telepon anda
Untuk flexy
masukkan kode area + masukkan nomor flexy anda
Untuk speedy
masukkan 12 digit nomor speedy anda
4. Jika benar
5. Tabungan ( diisi dengan nomor rekening tabungan anda )
6. Akan dibayar
7. Jika Benar ( untuk membayarkan )


CARA PEMBAYARAN TELEPON/FLEXY/SPEEDY ( NISP )

1. Menu lainnya
2. Pembayaran
3. Telepon /Telkom
Untuk telepon
masukkan kode area + masukkan nomor telepon anda
Untuk Flexy
masukkan kode area + masukkan nomor speedy anda
Untuk speedy
masukkan 12 digit nomor speedy anda
4. Benar
5. Ya

CARA PEMBAYARAN TELEPON/FLEXI/SPEEDY ( BNI )

1.Pembayaran
2.Telepon /HP
3.Telkom
Untuk telepon
masukkan kode area + masukkan nomor telepon anda
Untuk speedy
awali angka nol + masukkan nomor speedy anda
4. Flexy /post paid
untuk pembayaran flexy masukkan kode area + no flexy anda
5.Jika benar

CARA PEMBAYARAN TELEPON/FLEXI/SPEEDY ( Mandiri)

1. Pembayaran
2. Telepon/ HP
3. Telkom
Untuk telepon masukkan kode area + no telepon anda
Untuk Flexy masukkan kode area + no flexy anda
Untuk speedy masukkan kode area + 12 digit no speedy anda
4. Jika benar

CARA PEMBAYARAN TELEPON/FLEXI/SPEEDY ( Panin )

1.Pembayaran
2.Telkom/speedy
Untuk Telepon/flexy
masukkan kode area + no telepon/no flexy anda
Untuk Speedy
diawali angka nol + 12 digit nomor speedy anda
3.Jika benar
4. Jika Salah ( untuk cancel )


CARA PEMBAYARAN TELEPON/FLEXI/SPEEDY ( HAGA)

1.Pembayaran
2.Telkom
Untuk pembayaran telepon masukan kode area + no telepon anda
Untuk pembayaran flexy masukkan kode area + no flexy anda
Untuk pembayaran speedy diawali angka nol + 12 digit nomor speedy anda
3.Benar
4.Tabungan
5.Benar

Mempercepat browser

Mungkin ada temen yang punya keluhan browsing lambat, untuk koneksi internet broadband masih ada nikh cara memaksimalkan bandwith supaya maksimal yaitu dengan memaksimalkan browser nya, klo mo di coba seperti ini setting nya:

Mozilla Firefox.
Ketik ‘about:config’ pada address bar, lalu tekan enter.
Turunkan halaman sampai Anda menemukan kalimat ‘browser.tabs.showSingleWindowsModePrefs‘, lalu double klik sehingga settingannya menjadi ‘true’.
Turunkan lagi halaman Firefox sampai Anda menemukan baris berbunyi ‘network.http.pipelining‘, lalu double klik sehingga settingannya juga menjadi ‘true’.
Terakhir, turunkan lagi halaman Firefox dan carilah baris yang berbunyi ‘network.http.pipelining.maxrequests‘, lalu double klik. Anda akan disuguhi sebuah window pop up. Ubahlah angka di pop up itu menjadi 60. Kemudian tekanlah ‘Ok’.
Tutup Firefox lalu coba buka kembali. Jika tidak ada masalah, Firefox Anda akan terbuka 10-40 persen lebih cepat daripada sebelumnya dengan langkah-langkah seperti di atas.

Internet explorer

Jika ada yg mau tuning atau mempercepat IE yg anda miliki,
berikut ini saya berikan caranya:
1. Klik start --> run
2. Ketik regedit --> enter
3. Masuk ke folder HKEY_CURRENT_USER\Software\Microsoft\Windows
\CurrentVersion\Internet
4. Klik kanan di jendela sebelah kanan, pilih New --> DWORD Value
5. Kasih nama Value tsb dgn MaxConnectionsPerServer, lalu kita isi Value Data
tsb dgn nilai 95. Semakin besar nilai yg kita isi, akan semakin cepat IE tsb
6. Lalu buatlah DWORD value lainnya, kasih nama dgn MaxConnectionsPer1_0Server
7. Lalu masukin nilai 95 seperti yg sudah dilakukan dgn DWORD Value yg pertama
8. Lalu anda cukup restart IE tsb, klo masih nggak pengaruh restart komp anda.
9. Selesai sudah, seharusnya anda bisa merasakan kecepatan IE tsb

Opera

1. Buka Browser OPERA anda…dengan klik 2 kali pada ikon bergambar O merah
2. Pada alamat browser ketikkan opera:config ….dan kemudian enter
3. Setelah keluar tampilan seperti disamping ini maka klik tulisan performance
4. Untuk settingan maksimal dari bandwith limit, maka ubah settingan dengan isi berikut:
Max Connection Server = 10
Max Connection Total = 64
Network Buffer Size = 64
Centang No Connection Keep Alive
Centang Non-Compliant 100 Server Continue
5. Lalu klik save…maka akan ada perintah untuk merestart OPERA
6. Tutup OPERA dan buka kembali…rasakan perbedaan speednya

semoga bermanfaat,,, thanksss

Jumat, 06 Februari 2009

SONG FOR GAZA

Barang kali masih yang lom punya lagu dan lirik dari Michael Heart (song for Gaza)

WE WILL NOT GO DOWN (Song for Gaza) Lyrics
(Composed and Copyright 2009 by Michael Heart)

A blinding flash of white light
Lit up the sky over Gaza tonight
People running for cover
Not knowing whether they’re dead or alive

They came with their tanks and their planes
With ravaging fiery flames
And nothing remains
Just a voice rising up in the smoky haze

We will not go down
In the night, without a fight
You can burn up our mosques and our homes and our schools
But our spirit will never die
We will not go down
In Gaza tonight

Women and children alike
Murdered and massacred night after night
While the so-called leaders of countries afar
Debated on who’s wrong or right

But their powerless words were in vain
And the bombs fell down like acid rain
But through the tears and the blood and the pain
You can still hear that voice through the smoky haze

We will not go down
In the night, without a fight
You can burn up our mosques and our homes and our schools
But our spirit will never die
We will not go down
In Gaza tonight


mau download mp3 nya klik di bawah :

download

Kamis, 05 Februari 2009

camfrog

Chating di camfrog ternyata bermuka semu


Siapa yang belum tau camfrog sebagai media chating alternatif selain yahoo messenger. Camfrog memiliki beberapa kelebihan diantaranya adalah dia bisa melihat cam tanpa permission dan bisa dilihat rame-rame, selain itu kalau punya code pro, bisa melihat banyak cam secara langsung dan dapat mengatur besar-kecilnya. dan kecepatan chat dan cam nya jauh lebih cepat daripada di Yahoo Messenger. Inilah yang membuat camfrog banyak digemari para chater mania.

Karena banyak yang tertarik menggunakan camfrog, ladang bisnispun mulai muncul yaitu code pro mulai dijual oleh beberapa pihak sebagai reseller yang di jual person biasanya sekitar 200-300 ribu, bergaransi 6 bulan. Nah, ketika chat di camfrog para chater akan memburu mangsa, yaitu cewek-cewek dan secara ramai-ramai diprovokasi untuk buka baju lalu disuruh macem-macem, kebanyakan cewek akan mau melakukan apa yang diinginkan oleh chater lain yang rame membujuknya.

Tapi cobalah berpikir secara rasional dan tidak berbekal nafsu semata, para chater di camfrog khususnya di room indonesia, cewek-ceweknya itu-itu saja dan mereka juga berstatus user pro, friends, dan bahkan owner. Yang patut dicurigai adalah cam cewek yang berstatus pro hanyalah rekaman saja, dan kebanyakan di ambil dari room sebelah (thailand). Meski di suruh apapun, namanya rekaman tidak akan merespon secara alami. Banyak software untuk memasang webcam palsu di jendela chat kita, ada fake webcam, webcam max, dll

Trik yang mereka gunakan tersebut biasanya digunakan untuk iseng saja, namun kebanyakan untuk bisnis, biar room nya rame dan kalau sudah rame mudah untuk promosi code pro dari sang owner (si pembuat fake cam).

Namanya juga dunia maya, jadi antara kenikmatan, bisnis, iseng, tipuan, dan ketidakjelasan itu adalah hal yang biasa. Kadang kita sendiri dapat menjadi manusia yang berbeda dan bahkan akan menjadi jatidiri kita yaitu menjadi orang lain.

saya ambil dari : http://bambangriadi.com/br/tag/camfrog/