Cara Mudah Konfigurasi PC Router dan Proxy Server Debian 6.0

Cara Mudah Konfigurasi PC Router dan Proxy Server Debian 6.0
Post  by : mudin 28 january 2016




Apa itu PC Router ? PC Router adalah sebuah PC (Komputer) yang di alih fungsikan menjadi jembatan sebuah jaringan, yang cara kerjanya tidak jauh berbeda dengan router seperti biasanya. Namun dengan menggunakan pc router kita bisa menambahkan banyak konfigurasi dan penambahan – penambahan fitur sebagai server. Salah satu nya adalah menambahkan setting Proxy server pada sebuah pc router.
Proxy server adalah salah satu jenis server dalam Linux Debian 5 yang dapat di terapkan pada pc router dan bekerja pada sebuah jaringan. Proxy server adalah sebuah server yang berfungsi untuk memberikan pembatasan/pemblokiran hak akses komputer client pada koneksi ke internet berupa keyword atau url sebuah situs di internet.
Konfigurasi PC Router

Pastikan bahwa computer yang akan menjadi PC Router mempunyai dua buah Lan Card.
Lan card 1 kita gunakan untuk koneksi ke Internet
Lan card 2 kita gunakan untuk terkoneksi ke jaringan local.

Login sebagai root

1. Masukan perintah berikut : # pico /etc/network/interfaces (klik Enter)
2. Kemudian masukan konfigurasi di bawah ini :
            #The primary network interface
            auto eth0
            iface eth0 inet static
                        address 192.168.5.10
                        netmask 255.255.255.0
                        gateway 192.168.5.254

            auto eth1
            iface eth1 inet static
                        address 10.0.0.0
                        netmask 255.0.0.0
3. Setelah itu simpan konfigurasi tersebut dengan perintah : Ctrl + O(Enter) atau Ctrl + X (y) (Enter)
4. Selanjutnya restart jaringan debian, masukan  peintah : # /etc/init.d/networking restart (Enter)
5. Cek hasil konfigurasi dengan perintah : # ifconfig (Enter)
6. Jika eth0 dan eth1 belum juga muncul pada hasil checking, kita harus melakukan perintah up pada masing – masing eth..
Ketikan perintah: # ifup eth0 (Enter) dan # ifup eth1 (Enter)
7. Lalu cek kembali hasilnya # ifconfig (Enter)
8. Jika Eth0 dan Eth1 telah muncul kita bisa lanjut ke konfigurasi berikutnya.
9. Berikutnya kita akan setting DNS, kali ini kita gunakan DNS Google ketikan :
    # pico /etc/resolv.conf (Enter)
    Masukan konfigurasi berikut ini :
            nameserver 192.168.5.254
            nameserver 8.8.4.4

11. Simpan konfigurasi diatas Ctrl + O (Enter) atau Ctrl + X (y) (Enter)
12. Restart kembali jaringan debian: # /etc/init.d/networking restart (Enter)
13. Kita aktifkan ipforward ke computer client, caranya : # pico /etc/sysctl.conf (Enter)
      Cari baris berikut #net.ipv4.ip_forward=1
      atau lebih mudah tekan tombol ctrl+w dan ketikkan “forward=1”
      Lalu hilangkan tanda pagar, sehingga menjadi: net.ipv4.ip_forward=1
      Jangan lupa simpan: Ctrl + O(Enter) atau Ctrl + X (y) (Enter)
14. Setelah kita aktifkan, kita akan masukan konfigurasi ipforward, dengan perintah :
      # pico /proc/sys/net/ipv4/ip_forward (Enter) awalnya 0 ubah menjadi angka 1 tandanya aktif
      Jangan lupa simpan: Ctrl + O(Enter) atau Ctrl + X (y) (Enter).
15. Kemudian masukan konfigurasi IPTABLES untuk setting ketentuan ip ROUTER. Masukan perintah :
      # iptables –t nat –A POSTROUTING –o eth0 –j MASQUERADE (Enter)
      Lalu simpan dengan perintah :  # iptables-save  (Enter)

Dengan begitu PC ROUTER anda sudah siap untuk di gunakan sebagai router sebuah jaringan local. Namun konfigurasi IPTABLES di atas akan hilang saat komputer anda restart ulang.
Jadi.. untuk mencegah hilangnya konfigurasi tersebut, kita harus menyimpan konfigurasi tersebut, sehingga akan di load secara otomatis oleh komputer saat hidup.

Caranya adalah sebagai berikut :
# nano /etc/rc.local  (Enter)

1. Masukan konfigurasi berikut di atas baris “Exit 0”
            echo 1 > /proc/sys/net/ipv4/ip_forward
            iptables –t nat –A POSTROUTING –o eth0 –j MASQUERADE
            lalu simpan: Ctrl + O(Enter) dan Ctrl + X (Enter)
2. Setelah itu reboot computer anda # reboot (Enter)

Setelah kita punya PC ROUTER dengan  Linux debian, selanjutnya kita akan melakukan konfigurasi ip di komputer client dengan sistem operasi Windows
Ip address      : 192.168.5.12 ( disesuaikan dengan eth1 debian)
Netmask         : 255.255.255.0
Gateway         : 192.168.10.1 (ip eth1 debian merupakan gerbang ke internet)
DNS                : 192.168.3.1 (ip internet sekolah kita, yang akan menerjemahkan sinyal internet)

Setelah itu cek koneksi internet pada windows, jika sudah terkoneksi maka PC Router tidak punya masalah lagi. Kita bias langsung melakukan konfigurasi Proxy server.

1. Kembali ke komputer debian, login sebagai root.
2. Install paket Squid untuk instalasi Proxy server, masukan perintah : # apt-get install squid (Enter)
3.  Setelah paket squid terinstall dengan sempurna, kita lakukan konfigurasi pada file Squid.conf
     # pico /etc/squid/squid.conf (Enter) dan untuk mempermudah pencarian tekan ctrl+w
     Cari baris berikut ini : http_port 3128 tambahkan menjadi http_port 3128 transparent
     Cari baris berikut :
            # cache_mgr webmaster
             sehingga menjadi baris cache_mgr debianmaster
    Cari baris berikut :
            # visible_hostname (#) lalu tambah menjadi visible_hostname smknegeri2tambusaiutara.blogspot.co.id

4. Simpan konfigurasi diatas:Ctrl + O(Enter) atau Ctrl + X (y) (Enter)

5. Berikutnya kita akan membuat situs web blokir
    # apt-get install squid (enter) setelah selesai
6. Selanjutnya masuk kembali ke konfigurasi squid.conf
   # pico /etc/squid/squid.conf (Enter)
   Cari baris berikut :
            acl connect ( enter )
Lalu tambah menjadi
acl blok dstdomain .facebook.com .youtube.com
http_access deny blok
acl lan src 10.0.0.0
http_access allow lan
kemudian tekan tombol ctrl+x (y) (enter)

7. Terakhir, sekarang kita akan membuat jembatan proxy ke jaringan local
     # pico /etc/rc.local (Enter)
8. Tambahkan baris berikut sebelum Exit 0
      iptables –t nat –A PREROUTING –o eth1 -p tcp --dport 80 –j REDIRECT --to-port 3128
9. Simpan konfigurasi diatas:Ctrl + O(Enter) atau Ctrl + X (y) (Enter)
10. Berikutnya kita klik squid-z (Enter)
11. Restart konfigurasi squid dengan perintah
# /etc/init.d/squid restart (enter)
Catatan :
Bila tidak ada notice berarti konfigurasi telah sukses dan bias di cek di komputer klient.

Restart computer anda # reboot (Enter)

Begitulah Cara Setting Konfigurasi PC Router dan Proxy Server Debian semoga bermaanfaat, silahkan untuk join blog ini dan like fans page nya

easy ways to register an account outlook.com

post by: Mudin 27 january 2016
we must first know what is called the outlook / Microsof office outlook it? The following I will review with an explanation.
Outlook is a personal information program manager at Microsoft and part of the Microsoft Office suite. But in general Ms. Outlook is a personal information manager application that is commonly used to read and send electronic mail (email). well now what if the outlook usefulness? benefit from the program this outlook are:
1. we can send a letter with a distance
2. cost-effective addition to the cost or the cost of internet browsing
3. saving time
4. does not require a long time
well now how to register / create account this outlook? The following I will discuss below.
The first step we must open mozilla firefox or google chrome and eat it.
well now be sure that the computer / laptop friends are connected to the internet properly
Now type the command www.outlook.com at the http: // as shown below. , , then click enter.
the image will appear as shown below and select the "sign up now"
and will appear on the form as shown below.
The following I will discuss one by one on the charging formulinya as follows
1. The first name is the name of our future, for example, the full name we have only one word, his example only my name Darmudin then be written is "Dar"
2. The last name is the name behind us, the example just my name Darmudin then be written is "Mudin"
3. The user name is the name of our user / account name that we want to make an example of her "Darmudin97@outlook.com"
4. The password is the key codes of our account or often called a security account, code / key is at least 8 characters / 8 digits and remember this key should be easy to remember.
5. Reenter password is the key that we type before, we re-enter the password in the Reenter
6. The country / region is our country where we are. for example in Indonesia
7. birthday is your birthday, for example, the 5th of 6 months of 1997
8. gender is the gender you are, for example, your gender male then select male
9. county code is the code or phone number, for example Indonesia, the code +62
10. The phone number is your telephone number for example 0819XXXXXXXX
11. alternate address blank
12. Enter the characters you see is your confirmation code and the code that has been provided. you just enter the code alone.
13. nah all we have filled with good, now we will click on "create account" and think we ought to have his registration was successful.


nah it was the ways how to make outlook.com account, may provide useful knowledge I made friends all amiiiinnn !!
I thank so many of you, please criticism and suggestions yes friends !!


visit the website for other tutorials www.mumudintkj.blogspot.co.id
Troubleshooting Network Problems

Troubleshooting Network Problems

Troubleshooting Network Problems
by · June 7, 2009
By mumudForeword
Arguably the most of your home does not have the tools or tools to troubleshoot network problems such as LAN tester, Multi-meter or the like. We know that our computer network is not always going to go according to our expectations to be at his best. Once there are times when we experience a network problem that requires us to look for troubleshooting the problem and restore the network as normal.
Troubleshooting tool
If in a complex enterprise-class network, a network engineer or some use tools to troubleshoot network problems eg with network management tools for detecting points of damage, LAN-tester, multi-meter etc. As for the network dirumahan you do not need or none of these tools to fix your network problems.
Diagram network concept
Figure 1 below shows the LAN network diagram dirumahan used to share an Internet connection such as Speedy or other Cable networks where the network device that is commonly used is a modem-router connected to the Internet through your ISP, a LAN switch, connecting a network cable between modem- router with Switch, and multiple computers. PC-A is connected to Switch (port # 1) by using a network cable and PC -A-B-B network cable to a switch port # 7.

Diagram troubleshooting masalah jaringan

In fact, as the above diagram is not exactly raw, but most devices in the market that combines the functions of a modem and router into one device. At Speedy network is usually much use wireless ADSL gateway call TP-link TD-W8960 or the like which also has an Ethernet port to the computer amounted to 4 either 100Mbps or Gigabit. In addition it also provides a wifi connection over the airwaves that could connect a laptop with wifi adapters, and some types of smartphones or tablet computer both based on Android, Blackberry, iOS (Apple phone) or Windows phone.Several kinds of network problemsThere are some situations where you have internet connection problem that requires you perform network troubleshooting.A> PC-A can not access the internet but PC-B canIn this scenario, the PC-A disorder can not connect to the internet, while the PC-B is not problematic at all. It can be summed up as follows: Internet service from an ISP there is no disruption Possible Switch or troubled port Modem is not problematicTroubleshooting network problems that you can do is suspect there is a problem in the computer's NIC adapters, port Switch problematic, or the network cable-A problematic.a. NIC disabledMake sure that the NIC adapters PC-A you are not disabled accidentally. You can see signs of local connection icon (the computer image twins) bottom right corner of your screen. If normally you can see it now you do not see it, you should suspect if your NIC adapters in the disabled condition. In XP / 7 Go to Control Panel: Click Start> Control Panel> double-click the network connection> see if there are any local connection icon in the adapter you disable condition commonly characterized by a faint gray color as in figure 2 below.
lan connection icon dan status nic disable
Figure 2 - Local connection icon and NIC adapter disabled
If it looks faintly gray, right-click the icon and select Enable. If successful, then you can see again the computer image icon bottom right corner of your monitor.Use the "ipconfig / all"
You can also perform testing using the command 'ipconfig / all' on the command line. Go to the command line interface by pressing the 'picture windows' and the 'R' simultaneously and the Run Command type cmd and press Enter. Or you can use click Start> select Run> type 'cmd' and press Enter. At the command interface type:
Ipconfig / all <press Enter>
Then will come a series of configurations such as the following message:Windows IP ConfigurationHost Name. , , , , , , , , , , , : TOWERPrimary Dns Suffix. , , , , , , :Node Type. , , , , , , , , , , , : UnknownIP Routing Enabled. , , , , , , , : NoWINS Proxy Enabled. , , , , , , , : NoInternal Ethernet LAN adapter:Connection-specific DNS Suffix. :Description. , , , , , , , , , , : Realtek RTL8139 Family PCI Fast Ethernet NIC # 2Physical Address. , , , , , , , , : 00-1C-F0-F2-B9-A9Dhcp Enabled. , , , , , , , , , , : NoIP Address. , , , , , , , , , , , : 192.168.1.25Subnet Mask. , , , , , , , , , , : 255.255.255.0Default Gateway. , , , , , , , , : 192.168.1.1DNS Servers. , , , , , , , , , , : 202.134.1.10Use the "ping localhost"
Or you can also use testing using command 'ping localhost' or 'ping 127.0.0.1' which serves to ensure the TCP / IP configuration you perfectly, see if you get a good response. If you get a RTO (request time out) then we can be sure that the TCP / IP configuration you are not correct or your NIC adapters in the disabled condition.b. Switch Port Problems
PC-A does not have access to the internet could be because the port that is connected to the PC-A problematic presumed dead. In general, a switch is equipped with LED lights that represent each port. If the port is active / connected to a computer which again On, the lamp will light blinks rapidly alias.
Check the network cable-A leads to what port number (in this case the port # 1) and see if the port # 1 LED lights blink fast or die. If you find the lights off, try to first remove and insert again strongly in both PC-A and also at the switch and see if there is a response. If still dead, then move the network cable-A to port empty eg port # 2 and see if there is a response. If the port # 2 turned out to be alive and PC-A can connect to the internet, then you can be sure the port # 1 is damaged. Mark the port # 1 is the sign 'tusak' or cover it with insulation.c. Cable Network Problems
If in step b above you do not succeed, then the next step is to make sure that the cable is in trouble. Swap-A cable with a network cable from the computer B-B and see if there is a reaction with LED Flash and PC-A can connect to the internet. If it can resolve the issue then you can ensure that the network cable-A problematic. Mark the cable with a 'broken' and replace it with a new one.
B> All PCs can not Connect to the Internet
If you find that all the PC can not connect to the internet, chances are you have a problem:

    
With Switch you, or
    
With a modem-router, or
    
The connection cable between the switch and the modem, or
    
The problem lies with your ISP.
If you find all the switch is off, make sure the power is installed properly, and if you still do not want to On, then you can be sure there is a problem with your Swicth. Replace with a new one or take it to the electronic workshop.
If the lamp power and all ports are active (port # 1 and port # 7 in this scenario) turns On, then try to make sure the network cable connection between the modem-router Swicth well connected. Remove and reinsert the cable ends on both sides in the Switch and on the modem and see if there is a change. If it turns out to be back to normal internet connection, the connection your connection is not perfect.
If the connection you can ensure a good connection, then try to replace the cable and see what resolve the problem or not. If successful, it means that the cable is problematic, marked by a 'broken'.
If it turns out the problem persists, then you can call your ISP provider if there is a problem with the internet service.
Stages troubleshooting network problems is commonly used for dirumahan although the concept can be applied in business class and enterprise network great.
By mudin

Perintah dasar Linux Debian

TEKNIK KOMPUTER DAN JARINGAN - Apa kabar sobat TKJ, Kali saya akan membahas mengenai perintah Dasar Debian. Dalam Distribusi Linux Debian ada banyak perintah untuk menjalankan suatu pekerjaan. Perintah-perintah dasar itu harus kita kuasai agar kita bisa menjalankan pekerjaan. Kita sebagai pemula baik untuk mengetahui dan minimal pernah menggunakan perintah-perintah dasar itu karena suatu saat perintah-perintah itu akan berguna untuk kita sebagai pemula pengguna linux

Di sini kita akan belajar kira-kira 27 perintah dasar pada linux debian. Teman jumlah 27 perintah yang akan kita pelajari bukanlah jumlah semua perintah yang ada dalam Distribusi Linux Debian, melainkan itu semua hanya sebagian. Dengan semakin berkembangnya jaman apalagi untuk perkembangan teknologi pasti akan semakin bertambah, begitupun perintah-perintah dasar yang akan kita pelajari ini pasti akan bertambah juga. Berikut adalah perintah-perintah dasar Linux Debian :
1. Any_command –help: menampilkan bantuan tentang perintah-perintah dasar dari linux debian.
2. Ls : berfungsi untuk menampilkan direktori yang aktif. Jadi jika kita terlalu banyak membuka suatu direktori, kita hanya perlu mengetik perintah “ls” yang di ikuti nama direktori yang ingin kita buka pada program root terminal. Maka akan muncul pada layar dengan sendirinya.
3. Ls –al: sama dengan perintah “ls” hanya saja perintah “ls-al” menampilkan seluruh direktori yang aktif satu per satu pada layar.
4. Cd: merupakan singkatan dari change directory yang berfungsi untuk merubah direktori menggunakan cd.
5. Cp : sama dengan fungsi tombol Ctrl+c pada Windows yaitu untuk mengcopy suatu file.
6. mcopy : perintah ini berfungsi untuk mengganti nama suatu file dan juga memindahkan suatu file.
7. rm: yang merupakan singkatan dari remove files yang berfungsi untuk menghapus suatu data atau file.
8. mkdir: berfungsi untuk membuat directory baru, kepajangan dari perintah ini adalah make directory.
9. rm: sama dengan perintah rm files yaitu menghapus, hanya saja rm files menghapus suatu file sedangkan rm directory untuk menghapus suatu directory.
10. rm –r: perintah yang kepanjangan recursive remove yang berfungsi untuk menghapus suatu file, directory, atau subdirectory. Perlu kita tahu untuk berhati-hati menggunakan perintah ini karena perintah ini dapat menghapus semua data pada sistem, dan di Linux tidak ada perintah undelete.
11. more: dengan perintah more kita dapat melihat isi suatu file, dan isi file tersebut dapat di tampilkan layar per layar.
12. Less filename: bergunamenampilkan suatu file layar per layar. Jika kita ingin menghentikan perintah ini tinggal tekan tombol “p” maka akan berhenti.
13. pico filename: perintah ini berfungsi untuk mengedit suatu text file.
14. pico –w filename: sama dengan perintah ” pico filename” yaitu mengedit suatu text file. Hanya saja pada perintah ini di sertai dengan mengnokatifkan fungsi word warp. Dan perintah ini berguna untuk mengedit text file seperti /etc/fstab.
15. lynx file.html: perintah ini berfungsi melihat suatu file html dengan text mode. Perintah ini adalah salah satu cara membuka browser dan juga sesuai untuk mencari artikel tanpa image.
16. tar -zxvf filename.tar.gz: perintah ini digunakan untuk mengekstrak file tar sekaligus mengun-compres file tar tersebut.
17. tar -xvf filename.tar: sama dengan “tar -zxvf filename.tar.gz” yaitu berfungsi untuk mengekstrak suatu file tar tapi ada perintah ini adalah mengekstrak file tar yang tidak terkompress.
18. gunzip filename.gz: berfun gsi intuk meng-uncompress suatu file zip dengan menggunaka gunzip jika kita ingin untuk mengompress file.
19. bunzip2 filename.bz2: perintah ini di gunakan untuk meng-uncompress suatu file yang besar dengan format (*.bz2).
20. find / -name “filename”: jika di Windows terdapat menu search untuk mencari suatu nama file. Maka di Linux ada perintah find / -name “filename” untuk mencari suatu nama file.
21. locate: mencari suatu file berdasarkan nama file tersebut dan di mana lokasi penyimpanan file tersebut.
22. talk: suatu perintah yang berfungsi untuk menjalankan suatu percakapan atau berhubungan dengan computer lain.
23. mc: perintah ini digunakan untuk menjalankan “midnight commander” dengan bagus dan cepat sebagai file manager.
24. telnet : berguna untuk berhubungan dengan computer lain dengan protocol TELNET.
 25. rlogin : merupakan singkatan dari remote login yang berfungsi untuk menghubungkan kita dengan computer lain.
26. rsh : kepanjangannya adalah remote shell yang merupakan jalan lain untuk menghubungkan kita dengan remote machine.
27. Clear: perintah ini berfungsi untuk membersihkan layar dari directory yang aktif.


Semoga Bermanfaat sobat !!

How to Configure IP Address, Sharing Data Over Cable From Laptop to Laptop With the Same OS (Windows 7) Complete With Pictures.

How to Configure IP Address, Sharing Data Over Cable From Laptop to Laptop With the Same OS (Windows 7) Complete With Pictures.
Post by: Monday, January 4, 2016
Name: Mumud
Hi friends this time I will make a tutorial about IP address configuration and mensharing data using an RJ-45 cable with a crossover cable.
First we prepare her previous cable RJ-45 cable
1. The first step is to click start as shown below


2. Then click on the control panel as shown below
3. After clicking Control Panel and then click Network and Internet
4. Then click Network and Sharing center as shown below

5. Then click change advanced sharing settings like this

6. After that set the home or work and the public as in the picture below



Now save the changes that we made earlier. , ,

Now we will set its IP address follow the steps as below. , ,

First click the network icon on the taskbar as shown below
Then click Open Network and Sharing center. , ,

Then click change adapter settings as below. , ,

Then click the local area connection, do not ignore ya icon me cross because my laptop is not plugged the cable. , ,

Well, after that select Internet Protocol version 4 and set as shown below, this configuration for a laptop 1. , ,

Her ip address 192.168.1.2

Her netmask 255.255.255.0

And 2 to the laptop configuration as shown below

Her ip address 192.168.1.2

Her netmask 255.255.255.0



Now configure the IP Address in the laptop we're done.

So I created this tutorial, if there is less or do not understand the criticism and suggestions please ya friends and hopefully this tutorial can help you who still do not know about this, may be useful yes friends.

to tutorials please visit diditaji.blogspot.co.id

Masalah pada Monitor tidak bereaksi dan solusinya

Mengatasi computer bermasalah dimana CPU hidup, tapi monitor tidak bereaksi

Mengatasi computer bermasalah dimana CPU hidup, tapi monitor tidak bereaksi. Pada posting tips komputer kali ini kita akan berbagi cara mengatasi komputer rusak dimana CPU nyala namun monitor tidak mendeteksi proses pada CPU atau pada layar monitor muncul pesan no signal.

Kerusakan Laptop dan Solusinya


17 Desember 2015 at 13:45 wib | post oleh | 
  hai teman teman, kali ini saya akan membahas tentang kerusakan pada laptop saya , hehehe 
dan saya menemukan solusinya . 

 SMK NEGERI 2 TAMBUSAI UTARA

Ada sangat banyak kerusakan laptop, terutama masalah kerusakan hardware laptop. Cukup jauh perbedaan dengan PC yang kelihatan jauh lebih bersahabat. Dalam posting ini saya akan meringkas masalah hardware laptop yang paling umum dan solusinya masing-masing. Itu berarti bahwa artikel ini belum final dan akan berakhir ketika semua masalah ini selesai dibahas.
laptop-cracked-screen2
Masalah #1. Laptop mati total.
Deskripsi masalah:  Ketika Anda pasang adaptor AC ke laptop, tidak ada lampu menyalakan sama sekali. Ketika Anda menekan tombol power, tidak ada reaksi yang terjadi. Laptop tampaknya benar-benar mati, tidak ada suara, tidak ada indikasi hidup.
Kemungkinan masalah:
  • AC adaptor gagal dan baterai habis sepenuhnya. Pertama-tama, uji AC adaptor. Jika memang mati, ganti adaptor.
  • DC jack terlepas dari motherboard (atau DC jack rusak) dan laptop tidak memperoleh daya listrik dari adaptor AC. Dalam hal ini jack DC harus diganti.
  • Motherboard Laptop rusak. Jika itu terjadi, kemungkinan besar laptop tidak layak diperbaiki.
Masalah #2. Laptop menyala tapi layar blank.
Deskripsi masalah: laptop menyala, lampu LED pada laptop nyala, pendinginan kipas bekerja tapi tidak ada yang muncul di layar. Layar benar-benar hitam dan kosong. Tidak ada gambar di layar sama sekali, bahkan gambar sangat redup juga tidak ada.
Kemungkinan masalah:
  • Masalah ini dapat dikaitkan dengan kegagalan memori. Mungkin dari modul memori gagal dan laptop tidak menyala karena itu. Dalam hal ini Anda dapat mencoba reseating modul memori untuk memastikan kontak yang baik dengan slot. Anda dapat mencoba melepas modul memori satu per satu dan menguji laptop dengan hanya satu modul memori yang terpasang. Anda dapat mencoba mengganti modul memori dengan modul baru.
  • Jika reseating / mengganti modul memori tidak membantu, coba lepas hard drive, DVD drive, modem, kartu wireless, keyboard, dll … Dengan kata lain, bongkar laptop dan hanya terpasang peralatan minimal dan uji lagi. Jika laptop masih tidak menyala, kemungkinan besar kegagalan
motherboard atau prosesor.
Masalah #3. Laptop menyala dan lalu mati lagi.
Deskripsi masalah:
Laptop menyalakan tanpa menunjukkan gambar apapun pada layar. Setelah beberapa detik laptop akan mati dengan sendirinya. Kemudian menyala dan mati lagi. Ini terus terjadi sampai laptop kita matikan secara total.
Kemungkinan masalah:
Kemungkinan besar hal itu terjadi karena beberapa jenis kegagalan motherboard. Anda dapat mencoba reseating / mengganti memori seperti yang saya jelaskan di masalah 2. Jika tidak membantu, berarti  kerusakan motherboard. Dalam kebanyakan kasus, sangat sulit mengganti motherboard, lebih baik membeli laptop baru.
Masalah #4. Laptop sangat bising.
Deskripsi masalah:
Laptop menyala dan semuanya bekerja dengan baik, ia membuat beberapa keanehan yaitu suara bising dan berderak. Beberapa laptop membuat suara setiap saat, laptop lain hanya sebentar-sebentar.
Kemungkinan masalah:
Dalam kebanyakan kasus kebisingan ini berasal dari kipas pendingin atau hard drive laptop. Anda dapat mengaktifkan laptop, tunggu sampai suara itu muncul lagi dan setelah itu dengarkan dengan seksama pada bagian bawah laptop. Jika laptop membuat kebisingan ketika kipas pendingin mulai berjalan, kemungkinan besar rusak. Pasang kembali kipas pendingin. Jika laptop membuat suara bahkan ketika kipas tidak berputar, mungkin itu berasal dari hard drive. Back up semua data pribadi dari hard drive sesegera mungkin, kerusakan total dapat terjadi setiap saat. Pasang kembali hard drive.
Berikut adalah teknik lain untuk mencari tahu apakah kebisingan yang berasal dari kipas atau hard drive. Lepaskan hard drive dari laptop dan start laptop. Tunggu sampai hangat dan kipas mulai berputar. Jika laptop masih membuat suara yang sama bahkan ketika hard drive dilepas, kemungkinan besar kipas rusak.
Soal 5. Laptop mati atau macet ketika sedang digunakan.
Soal deskripsi:
Laptop menyala dan berjalan dengan benar, tetapi setelah beberapa saat langsung hang atau mati tanpa peringatan apapun. Ketika itu terjadi, laptop terasa panas di bagian bawah. Juga, kipas pendingin bekerja lebih keras dari biasanya.
Kemungkinan masalah:
Kemungkinan besar ini adalah masalah panas processor. Hal ini terjadi karena modul pendingin tersumbat dengan debu dan laptop tidak bisa “bernafas” dengan benar. Laptop dimatikan atau macet karena prosesor (CPU) terlalu panas. Bersihkan kipas pendingin dan heatsink untuk memperbaiki masalah.
Masalah #6. Baterai laptop tidak terisi.
Deskripsi masalah:
Baterai laptop tidak terisi dengan benar. Ini ada dua kemungkinan; tidak sama sekali ataukah setelah Anda mengatur posisi konektor adaptor AC di dalam konektor daya pada laptop.
Kemungkinan masalah:
  • Kerusakan baterai. Jika baterai benar-benar tidak terisi sedikitpun, coba gunakan dulu baterai saja. Jika tidak membantu, keluarkan baterai dan coba jalankan laptop hanya dari AC adaptor. Jika laptop berjalan dengan baik dari adaptor AC tetapi tidak mengisi baterai sama sekali, kemungkinan besar baterai rusak atau masalah motherboard. Cobalah mengganti baterai dulu.
  • Lepas konektor daya DC. Jika pengisian baterai berhenti setelah Anda mengatur posisi ujung adaptor AC di dalam konektor, berarti DC jack bermasalah.
Masalah #7. Layar jadi gelap sementara laptop berjalan.
Ddeskripsi masalah:
Laptop start dengan benar, tetapi setelah beberapa saat lampu layar mati. Gambar masih muncul di layar tetapi sangat gelap. Dalam beberapa kasus lampu layar tidak pernah start tetapi Anda masih bisa melihat gambar yang sangat samar di layar. Dalam semua kasus video laptop tampaknya baik-baik saja jika menggunakan monitor eksternal atau TV.
Kemungkinan masalah:
Kemungkinan besar itu baik inverter layar atau lampu layar backlight (CCFL) rusak. Keduanya jika rusak sangat mirip dan menyebabkan cahaya layar redup. Untuk trobuleshoot jenis kegagalan secara efektif, Anda memerlukan beberapa suku cadang: baik inverter kerja baru atau lampu backlight yang dikenal masih baik.
Masalah #8. Laptop memiliki gambar aneh atau kacau di layar.
Deskripsi masalah:
Laptop nyala dengan benar tetapi di layar menunjukkan gambar buruk atau kacau.
Kemungkinan masalah:
  • Kegagalan Kartu grafis. Pertama-tama, uji laptop Anda dengan output gambar pada monitor eksternal. Jika Anda melihat masalah yang sama pada layar eksternal, kemungkinan besar ini adalah kegagalan kartu grafis.
  • Jika masalah hanya muncul di layar laptop, dapat dikaitkan dengan salah satu dari berikut: koneksi yang buruk antara kabel video dan motherboard atau layar LCD atau kabel video gagal atau layar LCD gagal.
Masalah #9. Beberapa tombol keyboard laptop berhenti bekerja.
Deskripsi masalah:
Laptop menyala dan berjalan dengan baik tetapi beberapa tombol keyboard tidak bekerja sama sekali atau karakter yang salah ketik.
Kemungkinan masalah:
Kemungkinan besar beberapa tombol keyboard gagal. Keyboard laptop tidak dapat diperbaiki. Jika beberapa tombol berhenti bekerja, Anda harus mengganti keyboard.
Masalah #10. Tombol keyboard laptop hilang atau rusak.
Deskripsi masalah:
Sebuah tombol hilang dari keyboard laptop.
Solusi masalah:
Jika tombol hilang dari keyboard, masih mungkin untuk memperbaikinya tanpa mengganti seluruh keyboard. Mudah-mudahan Anda tidak merusak engsel tombol. Jika Anda memiliki banyak tombol hilang, mungkin masuk akal untuk mengganti seluruh keyboard.
Masalah #11. Laptop membuat suara beep yang berulang pada startup.
Deskripsi masalah:
Anda menghidupkan laptop tapi tidak ada video di layar. Sebaliknya, laptop membuat suara bip berulang-ulang. Laptop akan jalan norman kebali jika menekan salah satu pada tombol keyboard.
Solusi masalah:
Kemungkinan besar itu terjadi karena ada tombol terjebak pada keyboard. Dalam hal ini Anda harus mengganti keyboard.
Masalah #12. Cairan tumpah di laptop.
Deskripsi masalah:
Anda menumpahkan sesuatu pada laptop dan laptop berhenti bekerja.
Soal solusi:
Tumpahan cairan yang sangat berbahaya dan tak terduga. Jika itu terjadi, matikan laptop, keluarkan baterai dan jangan menggunakannya sampai semua bagian internal diperiksa dari kerusakan cair.

Semoga bermanfaat bagi teman teman ,sekian dan terimakasih :)