Kamis, 19 Mei 2011

Lab 5.1.13b Building a Switch-based Network



Objective
• Create a simple network with two PCs using a switch
• Identify the proper cable to connect the PCs to the switch
• Configure workstation IP address information
• Test connectivity using the ping command

Background / Preparation

This lab focuses on the ability to connect two PCs to create a simple switch-based Ethernet LAN using two workstations. A switch is a networking concentration device sometimes referred to as a multiport repeater. Switches are relatively inexpensive and easy to install. When operating in full- duplex mode, they provide dedicated bandwidth to workstations. Switches eliminate collisions by creating microsegments between ports to which the two workstations are attached. They are appropriate for small to large LANs with moderate to heavy traffic.

In addition to the physical and data link connections, which are Layers 1 and 2, the computers must also be configured with the correct IP network settings, which is Layer 3, so that they can communicate. Since this lab uses a switch, a basic Category 5/5e UTP straight-through cable is needed to connect each PC to the switch. This is referred to as a patch cable or horizontal cabling, which is used to connect workstations and a typical LAN. Start this lab with the equipment turned off and with cabling disconnected. Work in teams of two with one person per PC. The following resources will be required:
• Two workstations with an Ethernet 10/100 NIC installed
• Ethernet 10BaseT or Fast Ethernet switch
• Several Ethernet cables, which are straight-through and crossover, to choose from for connecting the two workstations

Step 1 Identify the proper Ethernet cable and connect the two PCs to the switch

a. The connection between the two PCs and the switch will be accomplished using a Category 5 or 5e straight-through patch cable. Locate two cables that are long enough to reach from each PC to the switch. Attach one end to the NIC and the other end to a port on the switch. Be sure to examine the cable ends carefully and select only a straight-through cable.

b. What kind of cable is required to connect from NIC to switch? Straight-through cable
c. What is the category rating of the cable? Category 5 or 5e
d. What is the AWG wire size designation of the cable? 24 AWG

Step 2 Verify the physical connection

a. Plug in and turn on the computers. To verify the computer connections, insure that the link lights on the both PC NICs and the switch interfaces are lit. Are all link lights lit? They should be otherwise troubleshoot.

Step 3 Access the IP settings window

Note: Be sure to write down the existing IP settings, so that they can be restored at the end of the lab. These include IP address, subnet mask, default gateway, and DNS servers. If the workstation is a DHCP client, it is not necessary to record this information.

Windows 95/98/Me users should do the following:
• Click on Start -- Settings -- Control Panel and then click the Network icon.
• Select the TCP/IP protocol icon that is associated with the NIC in this PC and click on Properties.
• Click on the IP Address tab and the Gateway tab.

Windows NT/2000 users should do the following:
• Click on Start -- Settings -- Control Panel and then open the Network and Dial-up
Connections folder.
• Click and open the Local Area Connection icon.
• Select the TCP/IP protocol icon that is associated with the NIC in this PC.
• Click on Properties and click on Use the following IP address.

Windows XP users should do the following:
• Click on Start -- Settings -- Control Panel and then click the Network Connection icon.
• Select the Local Area Network Connection and click on Change settings of this connection.
• Select the TCP/IP protocol icon that is associated with the NIC in this PC.
• Click on Properties and click on Use the following IP address.

See the example below:



Step 4 Configure TCP/IP settings for the two PCs

a. Set the IP address information for each PC according to the information in the table.

b. Note that the default gateway IP address is not required, since these computers are directly connected. The default gateway is only required on local area networks that are connected to a router.

ComputerIP AddressSubnet maskDefault Gateway
PC – A192.168.1.1255.255.255.0Not Required
PC – B192.168.1.2255.255.255.0Not Required


Step 5 Access the Command or MS-DOS prompt

a. Use the Start menu to open the Command Prompt (MS-DOS-like) window:
Windows 95/98/Me users should do the following:
Start -- Programs -- MS-DOS Prompt
Windows NT/2000 users should do the following:
Start -- Programs -- Accessories -- Command Prompt
Windows XP users should do the following:
Start -- Programs -- Accessories -- Command Prompt

Step 6 Verify that the PCs can communicate

a. Test connectivity from one PC to the other through the switch by pinging the IP address of the opposite computer. Use the following command at the command prompt.
C:\ ping 192.168.1.1 (or 192.168.1.2)

b. Look for results similar to those shown below. If not, check the PC connections and TCP/IP settings for both PCs. What was the ping result?
Results could possibly be: Sent=4 Received=3 Lost=1 (this is due to ARP) Any other results probably indicate an error



Step 7 Confirm the TCP/IP network settings

Windows 95 / 98 / Me users should do the following:

a. Type the winipcfg command from the MS-DOS Prompt. Record the results.
Answers will vary depending on if Computer A or B is used.
Examples for Computer A IP Address: 192.168.1.1
Subnet Mask: 255.255.255.0
Default Gateway:

Windows NT / 2000 / XP users should do the following:

b. Type the ipconfig command from the Command Prompt. Record the results.
Answers will vary depending on if Computer A or B is used.
Examples for Computer B IP Address: 192.168.1.2
Subnet Mask: 255.255.255.0
Default Gateway:


Step 8 Restore the PCs to their original IP settings, disconnect the equipment, and store the cables

Lab 5.1.13a Building a Hub-based Network



Objective
• Create a simple network with two PCs using a hub
• Identify the proper cable to connect the PCs to the hub
• Configure workstation IP address information
• Test connectivity using the ping command

Background / Preparation

This lab focuses on the ability to connect two PCs to create a simple hub-based Ethernet LAN using two workstations. A hub is a networking concentration device sometimes referred to as a multiport repeater. Hubs are inexpensive and easy to install, but they permit collisions to occur. They are appropriate for a small LAN with light traffic.

In addition to the physical and data link connections, which are Layers 1 and 2, the computers must also be configured with the correct IP network settings, which is Layer 3, so that they can communicate. Since this lab uses a hub, a basic Category 5/5e UTP straight-through cable is needed to connect each PC to the hub. This is referred to as a patch cable or horizontal cabling, which is used to connect workstations and a typical LAN. Start this lab with the equipment turned off and with cabling disconnected. Work in teams of two with one person per PC. The following resources will be required:
• Two workstations with an Ethernet 10/100 NIC installed
• Ethernet 10BaseT or Fast Ethernet hub
• Several Ethernet cables, which are straight-through and crossover, to choose from for connecting the two workstations

Step 1 Identify the proper Ethernet cable and connect the two PCs to the hub

a. The connection between the two PCs and the hub will be accomplished using a Category 5 or 5e straight-through patch cable. Locate two cables that are long enough to reach from each PC to the hub. Attach one end to the NIC and the other end to a port on the hub. Be sure to examine the cable ends carefully and select only a straight-through cable.
b. What kind of cable is required to connect from NIC to hub? Straight-through cable
c. What is the category rating of the cable? Category 5 or 5e
d. What is the AWG wire size designation of the cable? 24 AWG

Step 2 Verify the physical connection

a. Plug in and turn on the computers. To verify the computer connections, insure that the link lights on the both PC NICs and the hub interfaces are lit. Are all link lights lit? They should be otherwise troubleshoot.

Step 3 Access the IP settings window

Note: Be sure to write down the existing IP settings, so that they can be restored at the end of the lab. These include IP address, subnet mask, default gateway, and DNS servers. If the workstation is a DHCP client, it is not necessary to record this information.

Windows 95/98/Me users should do the following:
• Click on Start -- Settings -- Control Panel and then click the Network icon.
• Select the TCP/IP protocol icon that is associated with the NIC in this PC and click on Properties.
• Click on the IP Address tab and the Gateway tab.

Windows NT/2000 users should do the following:
• Click on Start -- Settings -- Control Panel and then open the Network and Dial-up
Connections folder.
• Click and open the Local Area Connection icon.
• Select the TCP/IP protocol icon that is associated with the NIC in this PC.
• Click on Properties and click on Use the following IP address.

Windows XP users should do the following:
• Click on Start -- Settings -- Control Panel and then click the Network Connection icon.
• Select the Local Area Network Connection and click on Change settings of this connection.
• Select the TCP/IP protocol icon that is associated with the NIC in this PC.
• Click on Properties and click on Use the following IP address.

See the example below:



Step 4 Configure TCP/IP settings for the two PCs

a. Set the IP address information for each PC according to the information in the table.

b. Note that the default gateway IP address is not required, since these computers are directly connected. The default gateway is only required on local area networks that are connected to a router.

ComputerIP AddressSubnet maskDefault Gateway
PC – A192.168.1.1255.255.255.0Not Required
PC – B192.168.1.2255.255.255.0Not Required


Step 5 Access the Command or MS-DOS prompt

a. Use the Start menu to open the Command Prompt (MS-DOS-like) window:
Windows 95/98/Me users should do the following:
Start -- Programs -- MS-DOS Prompt
Windows NT/2000 users should do the following:
Start -- Programs -- Accessories -- Command Prompt
Windows XP users should do the following:
Start -- Programs -- Accessories -- Command Prompt

Step 6 Verify that the PCs can communicate

a. Test connectivity from one PC to the other through the hub by pinging the IP address of the opposite computer. Use the following command at the command prompt.
C:\ ping 192.168.1.1 (or 192.168.1.2)

b. Look for results similar to those shown below. If not, check the PC connections and TCP/IP
settings for both PCs. What was the ping result?
Results could possibly be: Sent=4 Received=3 Lost=1 (this is due to ARP) Any other results probably indicate an error



Step 7 Confirm the TCP/IP network settings

Windows 95 / 98 / Me users should do the following:

a. Type the winipcfg command from the MS-DOS Prompt. Record the results.
Answers will vary depending on if Computer A or B is used.
Examples for Computer A IP Address: 192.168.1.1
Subnet Mask: 255.255.255.0
Default Gateway:

Windows NT / 2000 / XP users should do the following:

b. Type the ipconfig command from the Command Prompt. Record the results.
Answers will vary depending on if Computer A or B is used.
Examples for Computer B IP Address: 192.168.1.2
Subnet Mask: 255.255.255.0
Default Gateway:


Step 8 Restore the PCs to their original IP settings, disconnect the equipment, and store the cables

Lab 5.1.12 Building a Peer-to-Peer Network – Instructor Version

Objective

• Create a simple peer-to-peer network between two PCs
• Identify the proper cable to connect the two PCs
• Configure workstation IP address information
• Test connectivity using the ping command.

Background / Preparation

This lab focuses on the ability to connect two PCs to create a simple peer-to-peer Ethernet LAN between two workstations. The workstations will be directly connected to each other without using a hub or switch. In addition to the Layer 1 physical and Layer 2 data link connections, the computers must also be configured with the correct IP network settings, which is Layer 3, so that they can communicate. A basic Category 5/5e UTP crossover cable is all that is needed. A crossover cable is the same type that would be used as backbone or vertical cabling to connect switches together.
Connecting the PCs in this manner can be very useful for transferring files at high speed and for troubleshooting interconnecting devices between PCs. If the two PCs can be connected with a single cable and are able to communicate, then any networking problems are not with the PCs themselves. Start this lab with the equipment turned off and with cabling disconnected. Work in teams of two with one person per PC. The following resources will be required:

• Two workstations with an Ethernet 10/100 NIC installed
• Several Ethernet cables, which are both straight-through and crossover, to choose from for connecting the two workstations

Step 1 Identify the proper Ethernet cable and connect the two PCs

a. The connection between the two PCs will be accomplished using a Category 5 or 5e crossover cable. Locate a cable that is long enough to reach from one PC to the other, and attach one end to the NIC in each of the PCs. Be sure to examine the cable ends carefully and select only a crossover cable.
b. What kind of cable is required to connect from NIC to NIC? Crossover
c. What is the category rating of the cable? Category 5 or 5e
d. What is the AWG wire size designation of the cable? 24 AWG

Step 2 Verify the physical connection

a. Plug in and turn on the computers. To verify the computer connections, insure that the link lights on both NICs are lit. Are both link lights lit? They should be otherwise troubleshoot.

Step 3 Access the IP settings window

Note: Be sure to write down the existing IP settings, so that they can be restored at the end of the lab. These include IP address, subnet mask, default gateway, and DNS servers. If the workstation is a DHCP client, it is not necessary to record this information.

Windows 95 / 98 / Me/ users should do the following:
• Click on Start > Settings > Control Panel and then click the Network icon.
• Select the TCP/IP protocol icon that is associated with the NIC in this PC and
• Select the TCP/IP protocol icon that is associated with the NIC in this PC and click on Properties.
• Click on the IP Address tab and the Gateway tab.

Windows NT / 2000 users should do the following:
• Click on Start > Settings > Control Panel and then open the Network and Dial-up Connections folder.
• Click ad open the Local Area Connection icon.
• Select the TCP/IP protocol icon that is associated with the NIC in this PC.
• Click on Properties and click on Use the following IP address.

Windows XP users should do the following:
• Click on Start > Settings > Control Panel and then click the Network Connection icon.
• Select the Local Area Network Connection and click on Change settings of this connection.
• Select the TCP/IP protocol icon that is associated with the NIC in this PC.
• Click on Properties and click on Use the following IP address.

See the example below:



Step 4 Configure TCP/IP settings for the two PCs

a. Set the IP address information for each PC according to the information in the table.
b. Note that the default gateway IP address is not required, since these computers are directly connected. The default gateway is only required on local area networks that are connected to a router.

Computer
IP Address
Subnet mask
Default Gateway
PC – A
192.168.1.1
255.255.255.0
Not Required
PC – B
192.168.1.2
255.255.255.0
Not Required

Step 5 Access the Command or MS-DOS prompt

a. Use the Start menu to open the Command Prompt (MS-DOS-like) window:
Windows 95 / 98 / Me users should do the following:
Start > Programs > MS-DOS Prompt
Windows NT / 2000 users should do the following:
Start > Programs > Accessories > Command Prompt
Windows XP users should do the following:
Start > Programs > Accessories > Command Prompt

Step 6 Verify that the PCs can communicate

a. Test connectivity from one PC to the other by pinging the IP address of the opposite computer.
Use the following command at the command prompt.
C:>ping 192.168.1.1 (or 192.168.1.2)
b. Look for results similar to those shown below. If not, check the PC connections and TCP/IP settings for both PCs. What was the ping result?
Results could possibly be: Sent=4 Received=3 Lost=1 (this is due to ARP)
Any other results probably indicate an error


 
Step 7 Confirm the TCP/IP network settings

Windows 95 / 98 / Me users should do the following:
a. Type the winipcfg command from the MS-DOS Prompt. Record the results:
Answers will vary depending on if Computer A or B is used.
Examples for Computer A
IP Address: 192.168.1.1
Subnet Mask: 255.255.255.0
Default Gateway:

Windows NT / 2000 / XP users should do the following:
b. Type the ipconfig command from the Command Prompt. Record the results:
Answers will vary depending on if Computer A or B is used.
Examples for Computer B
IP Address: 192.168.1.2
Subnet Mask: 255.255.255.0
Default Gateway:

Step 8 Restore the PCs to their original IP settings, disconnect the equipment, and store the cables

Minggu, 08 Mei 2011

Nama : Anjar Widhowati
Kelas  : 3KA15
NPM   : 10108283

Kegiatan saya pada semester ini yaitu menjalani aktivitas sebagai asisten laboratorium sistem informasi. Tugas saya dalam menjalani aktivitas sebagai asisten yaitu pada hari senin, sabtu, dan minggu. Pada periode pertama jadwal kuliah saya pada hari selasa, rabu, jumat dan disertai jadwal praktikum pada hari kamis. Sedangkan untuk jadwal tugas saya sebagai asisten di kampus J3 pada periode pertama yaitu hari senin, sabtu dan minggu. Pada hari senin dan sabtu saya mulai bertugas dari jam 08.30 sampai 17.30. Sedangkan untuk hari minggu saya mulai bertugas dari jam 08.30 sampai 15.30.
Untuk periode kedua saya bertugas di kampus J3 yaitu pada hari senin dan minggu saja. Untuk jadwal hari senin pada periode kedua sama halnya jadwal hari senin pada periode pertama.  Sedangkan untuk hari minggu dimulai bertugas dari jam 08.30 sampai 18.00. Pada periode kedua ini saya mendapat jadwal praktikum pada hari kamis dan sabtu. Untuk jadwal kuliah hari selasa, rabu, dan jumat. Untuk materi yang saya ajarkan kepada praktikan disaat bertugas menjadi asisten pada semester ini yaitu materi java, php,open office,oracle,linux with c,c++.
Pada semester 5 saya pernah mengikuti lomba usb. Walaupun saya tidak menjadi juara, saya mendapat pengalaman baru dalam mengikuti lomba tersebut.
 
Pada semester 6 saya juga pernah mengikuti seminar yang diselenggarakan di kampus J kalimalang yaitu seminar tentang technopreneurship. Diselenggarakan pada tanggal 6 April 2011 dengan Pembicaranya yaitu bapak Romi Satria Wahono. Materi ini menjelaskan tentang model bisnis di internet. Terdapat model-model bisnis yang dijalankan melalui media dunia maya yaitu internet sebagai berikut :

1. 1. Menjual Produk nyata di internet seperti menjual aksesoris di facebook.

2. 2. Menjadi publisher iklan di internet, kita harus memiliki situs web yang banyak dikunjungi oleh orang maka kita akan dihubungi oleh publisher iklan yang ingin iklannya tersebut muncul di web kita.

3. 3. Kreativitas dunia maya contohnya banyak menulis di blog tentang edukasi maka kita akan ditawari proyek tentang edukasi.


Judul Novel                 : Hey Conchita! Pembajak Cinta
Tahun                           : 2004
Penulis                        : Marthino Andries
Jumlah Halaman        : 130 Halaman
Penerbit                      : Kata Kita
Harga                          : Rp. 25.000

Hey Conchita! ( Marthino Andries, 2004 ) adalah sebuah kisah cerita cinta. Kisah cinta antara Conchita velasques dan ian verdinand. Penulis ini membuat novel ini menjadi lebih seru dan menarik yang dapat membuat para pembaca tertawa.
Novel ini merupakan novel pertama dari penulis yang sebelumnya dia lebih sering menulis cerpen. Karya –karyanya antara lain dimuat di gadis femina, suara pembangunan, ceria dan bahana. Dia juga pernah mengikuti kursus penulisan skenario, multi komtek, dan pernah menjadi free lance traslator pada World Trade Center.
Awal kisah cerita ini berawal pada suatu siang diangkutan umum bis kopaja yang sopirnya super menjengkelkan yang membiarkan para penumpangnya terpanggang didalam bisnya, karena siang itu sangat panas. Dan radiasi sinar matahari pun dengan sadis menusuk ubun – ubun tiap orang yang berada di tempat terbuka. Dibelakang sopir ada seorang cewek SMA yang sedang asik mengotak-atik Hpnya dan belum menyadari betapa panasnya hawa didalam bis, sampai akhirnya Hp dia pun mati, disitu dia mulai merasakan hawa panas ditengah terik matahari. Para penumpang lain mulai protes dan merasa jengkel kepada sopir karena si sopir yang seenaknya berlama – lama menunggu penumpang.
Beberapa menit kemudian si sopir keluar dari bis kopaja tersebut, disitulah ide liar cewek SMA tersebut muncul, dan dia langsung menempati tempat duduk si sopir dan langsung membawa bis kopaja. Para penumpang yang awalnya khawatir akhirnya merekapun bersorak sorak. Dan satu demi satu penumpang pun turun namun tinggal seorang cowok. Cewek SMA itu pun bertanya, “mau turun dimana mas?” dan cowok itu pun menjawab, “loe maunya dimana?”. Cewek itu pun keki dan pada satu jalan dia memberhentikan bis dan keluar. Namun cowok itu terus membuntutinya, hal tersebut menambah curiga si cewek. Cowok itu pun menawarinya untuk diantarkan pulang. Disitu mereka pun mulai berbincang – bincang. Dan ternyata cowok tersebut adalah artis muda yang pernah membintangi sinetron “Lirikan Sibuta”, Ian Verdinan. Dan ada satu hal lagi yang membuat cewek itu bertambah kaget, dia ditawari untuk main di sinetron terbarunya.
Sesampainya dirumah, cewek tersebut langsung masuk kekamarnya. Dia merenungi ucapan Ian tadi. Bi Ijah pembantunya mengetuk pintu kamarnya untuk mengajaknya makan malam, namun tidak ada jawaban. Selang beberapa waktu pintu kamarnya pun terbuka dan dia menceritakan apa yang telah dia alaminya tadi siang. Dia bernama Conchita. Akhirnya dia pun minta izin untuk main sinetron kepada orang tuanya. Dan ternyata orang tuanya mengizinkan dia untuk main sinetron asalkan tidak melupakan sekolahnya. Conchit pun mulai main di sinetron pertamanya dan diam – diam Ian menyimpan perasaan kepadanya. Namun Conchita mengira bahwa Ian adalah cowok play boy yang sangat senang bercanda dan Conchita tidak akan pernah mau menerima cintanya.
Dalam setiap bagian cerita si penulis sangat pandai membuat si pembaca tertawa terbahak-bahak, karena bahasa yang digunakannya ringan dan santai. Akhir cerita Conchita sadar bahwa Ian adalah cowok baik – baik dan mulai mau untuk menerima kehadirannya sebagai seorang cowok. Saat itu pun Ian sadar dan menyatakan perasaannya kepada Conchit seperti yang ada dalam pikiran cowok itu, Conchita pun menerima cintanya.

Kelebihan :
Novel ini menggunakan kata-kata yang mudah dimengerti oleh remaja saat ini. Dan bahasanya pun sangat santai dan gaul.
 Kekurangan :
Novel ini kurangnya memperhatikan kamus Bahasa Indonesia. Ada kalimat yang ingin membuat para pembaca tertawa padahal hal tersebut tidak lucu.

 Naskah pidato tentang kebudayaan Indonesia

Kreativitas dalam Melestarikan Kebudayaan Indonesia

Assalamu'alaikum Wr. Wb.

Selamat Pagi Bapak Ibu dan teman-teman sekalian. Puji dan syukur saya panjatkan kepada Tuhan Yang Maha Esa atas terselenggaranya acara pada hari ini dengan baik. saya juga megucapkan terima kasih atas waktu dan kesempatan yang telah di persilahkan Dalam pidato ini saya hendak menyampaikan mengenai pentingnya kreativitas dalam melestarikan kebudayaan Indonesia.

Sebagaimana kita ketahui, kebudayaan Indonesia terbentang dari Sabang sampai Marauke. Memiliki puluhan warisan kebudayaan yang kaya akan seni. Banyak bangsa yang kagum dan ingin mengklaim budaya Indonesia sebagai budaya bangsa mereka.

Oleh karena hal itu maka kita sebagai generasi muda sangatlah baik jika kita menyadari bahwa kebudayaan adalah harta yang tidak tergantikan. Kebudayaan tidak dapat diciptakan dengan mudah , apalagi dengan waktu yang singkat. Memang telah banyak upaya untuk melestarikan kebudayaan Indonesia, namun upaya tersebut belum maksimum.

Salah satu kebudayaan Indonesia yang melegenda adalah batik. Batik merupakan salah satu hasil budaya yang telah mendunia dan pada masa akhir-akhir ini, batik mulai mendapat sorotan dari generasi muda. Batik day adalah hari dimana semua pihak di ajak untuk menggunakan batik. Hal ini sangatlah baik bagi generasi muda dan kelangsungan budaya batik itu sendiri. Kreativitas batik akan berkembang dengan sendirinya dengan banyaknya permintaan. Tata busana yang modern dan sesuai dengan usia akan menjadikan batik sebagai sarana kreativitas bagi para perancang muda. Buatlah batik menjadi tombak fashion baik formal, semi formal dan informal. Rancanglah batik dengan fashion yang orisinil namun sangat trendy jika di kenakan oleh setiap jenjang generasi.

Selain batik, masih terdapat juga kain-kain lain yang tidak kalah indah seperti kain songket, kain ulos dan sebagainya. Sudah saatnya kita sebagai generasi muda mengolah hasil budaya tersebut tanpa menghilangkan orisinalitasnya. Jadikanlah batik sebagai salah satu ikon fashion yang keren dan menarik bagi generasi muda.

Selain batik, kebudayaan Indonesia yang paling sering di minati adalah tari daerah. Tarian Indonesia tidak kalah eksotis dan gemulai di bandingkan dengan Negara lain. Banyak sekali wisatawan asing yang datang ke Indonesia hanya untuk melihat tarian asli Indonesia tersebut. Pernahkah anda menyaksikan festival budaya atau penyambutan tamu-tamu penting yang datang ke Indonesia. Seni musik dan tari yang di sugguhkan sangat luar biasa.

Menurut pendapat saya seni tari daerah harus diperkenalkan di kalangan pelajar dan mahasiswa sehingga menjadi ajang kontes yang tidak kalah menarik dengan kompetisi pemandu sorak. Padukanlah tarian daerah dengan tarian modern, seperti salah satu konsep tarian dalam salah satu acara terpopuler di Indonesia. Hilangkanlah konotasi bahwa tarian daerah tidak gaul. Berkreasilah, jadikanlah tarian daerah asli Indonesia sebagai salah satu subjek tarian yang di minati.

Selain kreativitas, faktor promosi juga berperan penting. Promosikanlah Seni Budaya Indonesia ke mancanegara dengan ide-ide yang menarik dan unik. Dengan demikian Seni Budaya Indonesia mendapat pengakuan internasional dan tidak mudah untuk di duplikasi. Janganlah pernah bosan dalam berkreasi, lestarikanlah kebudayaan Indonesia, hidupkanlah jati diri anda sebagai bangssa Indonesia.

Sekian pidato dari saya. Terima kasih atas perhatiannya.

Wassalamualaikum Wr. Wb
-------------------------------------------------------------------------------------------------------------------------

Sumber : StudentMagz.com

Kamis, 14 April 2011

Artikel

Minyak Kayu Putih


Pasti anda sudah tahu obat minyak kayu putih. Obat ini sering dipakai masyarakat untuk menghangatkan badan, menghentikan rasa mual dengan mencium aroma dari minyak tersebut. Tahukah anda, minyak kayu putih selain dapat digunakan untuk berobat, minyak tersebut dapat digunakan dalam untuk membersihkan layar monitor pada PC maupun laptop. Kenapa bisa? Dikarenakan minyak tersebut mengandung zat oil yang dapat membuat layar monitor PC dan laptop menjadi bersih dan mengkilap. Cara mengolesinya dapat menggunakan kain halus agar layar tersebut tidak terbaret atau bisa menggunakan tisu. Setelah dioleskan ke laptop atau PC secara merata, tunggulah sampai mengering.
Selain itu minyak kayu putih dapat membersihkan CD atau DVD. CD atau DVD akan menklap jika dioleskan dengan minyak kayu putih, akan tetapi hati-hatilah dapat membersihkannya. Jika minyak tersebut dibersihkan sampai bagian tengah maka CD atau DVD akan mengalami gangguan yaitu membaca data akan lama atau dapat menimbulkan data tidak terbaca.
Selain itu dapat dibersihkan pada bagian luar untuk laptop apabila laptop tersebut terbuat dari mika. Sehingga dapat menghemat pengeluaran. Tak perlu mengeluarkan uang terlalu banyak untuk membeli spray khusus membersihkan laptop. Cukup dengan bermodal 15.000 rupiah untuk sebuah minyak kayu putih, anda bisa  membersihkan laptop anda. Tak perlu mengeluarkan 50.000 rupiah untuk membeli spray atau pembersih untuk laptop,CD,DVD,monitor PC.

;;

By :
Free Blog Templates