Computer are Stupid. Yes or No ?

Diposkan oleh androsimar

What ????? :D  have you known how a computer work ? How does the Computer Read the data and information ? If no, please read more..
according to me, Computer is stupid. Why ?? They can’t even count past one.  They use a number base called binary which only has two digits.  This article explains how binary works and how computers use it.

Computer hardware can only recognize two things – if the circuit is charged, the value of that circuit is 1. If the circuit is not charged, the value of that circuit is 0.  Binary has only two digits, so computers use binary to line up with the charged/uncharged circuits.  Each computer has billions and billions of these circuits in its memory, organized in a way to keep track of very large numbers and very complex calculations.

Before covering binary, a review of decimal will help us understand the basics of number bases.

The decimal number base
Decimal is a base ten numbering system.  Another way to say that is decimal uses a number base of ten. This means that there are ten possible numbers or digits in the system, including 0.  We probably used base ten centuries ago because we have ten fingers.  In fact, another word for finger is digit.

To count in decimal, you start with 0.  Every time you increment (add one to) the number you use another digit.  This works great until you run out of digits.

0 1 2 3 4 5 6 7 8 9 ???

At that point, you reset the digit by making it 0 again and increment the digit left of the original digit.  Now the rightmost digit starts over again.

... 9 10 11 ...

It may help to add a zero to the left of each digit, to illustrate this.

00 01 02 03 04 05 06 07 08 09 10 11

Keep incrementing the rightmost number until you get to 19.  Then the same thing happens, the 9 is reset to 0 again and the 1 is incremented (becomes a 2).

... 18 19 20 ...

Every time the rightmost digit runs out of numbers, it is reset and the digit left of it is incremented.  If that digit is at the highest number, it is reset and the digit to its left is incremented.  This continues until one digit can just be incremented.  You can keep counting like this until you get tired of counting.

00 01 02 ... 09 10 11 ... 19 20 21 ... 98 99 100 101 ... (man, this is getting boring) ... 109 110 ... 998 999 1000 1001 ... and so on to infinity.

The base n number base
Armed with the understanding of how decimal works, you should now be able to count using any number base you choose.  Let’s take three for example.  How would you count in base three?  You would have three digits, 0, 1 and 2.  So here’s 0 through 10 in base three.

000 = 0
001 = 1
002 = 2
010 = 3
011 = 4
012 = 5
020 = 6
021 = 7
022 = 8
100 = 9
101 = 10

The binary number base
With that background, we can look at binary.  There are only two digits in binary, 0 and 1.  You count the same way, but you run out of digits very quickly.

00 01 10 11 100 ...

Here is binary from 0 to 10.

0000 = 0
0001 = 1
0010 = 2
0011 = 3
0100 = 4
0101 = 5
0110 = 6
0111 = 7
1000 = 8
1001 = 9
1010 = 10

So that is how computers count.  They use a very simple numbering system called binary, that only has two digits.

So, what about you ???
More aboutComputer are Stupid. Yes or No ?

Membersihkan Virus di Flashdisk tanpa Antivirus

Diposkan oleh androsimar

Dua hari yang lalu temanku sempat esmosi gara2 dia harus install ulang Notebooknya yang masih berumur kurang dari satu minggu.. :-D      Kenapa ya ??

gini nih ceritanya,, temannya temanku ini mw ngerjain tugas yang ada di dalam flashdisknya,, tapi karena dia ngak bawa NB, dia minjam sama si kawan ini. Kebetulan Isi Notebooknya masih blank, termasuk antivirus juga belum berakar di kompinya.. Pas flashdisknya ditancepin.. dan drivenya dibuka di explorer... tiba-tiba... DUARRRR... kompinya mati... :-D  pas dihidupin wah semua udah dirusakin sama ni virus.. mulai dari gambar desktopnya berubah jadi gambar tengkorak.. hahaha.. virus apa ya ? Aku jg ngak tahu jelasnya virus apa.. yang jelasnya katanya akibat virus itu.. semua program ngak bisa dijalankan,, terus muncul tulisan

"windows cannot open this file :
file : namaprogramnya
to open this file, Windows need to know what program created it. Windows can go
online to lookup it automatically, or you can manually select from a list of program on your     computer

ternyata virusnya udah otak-atik registrynya... Nah.. Biar kejadian kayak tadi ngak terulang.. nih aku kasih trik yang udah dari dulu kupakai sebagai senjata buat menangkal virus yang dari flashdisk.. :D  :D
 
  1. Pertama Sebelum memasukkan flashdisk tekan tombol shift, trus tancepin flashdisknya (menekan Shift sebelum memasukkan flashdisk bertujuan untuk mematikan fitur autoplay windows) setelah itu buka command prompt atau command.exe.. Kamu bisa cari di C:\windows\system32.. Nah.. Supaya ngak ribet,, buka aja dari Run.. Klik Start-Run.. Ketik cmd atau command.. Kedua tool dos ini ngak beda jauh, bahkan bisa dibilang anak kembar.. :-D    :-D
  2. Setelah command promt terbuka masuk ke drive tempat flashdisknya berada.. dengan mengetikkan langsung drive: .. contoh untuk drive E,, maka ketik 'E:' (tanpa tanda petik)
  3. Setelah itu ketikkan dir E: untuk drive E...   Lihat apakah ada file autorun.inf
  4. Jika ada hilangkan semua atribut dengan mengetikkan attrib -r -h -s *.* /s /d ..
  5. Setelah itu hapus file autorun.inf dengan mengetikkan del autorun.inf..
  6. Buka drive flashdikmu di explorer,
  7. Hapus file yang mencurigakan.. caranya : klik menu tool di explorer dan pilih folder options. pilih tab view. pilih "show hidden file and folders". di option "show hidden file and folders". dan kosongkan (uncheck) box "hide extensions for known file type" dan "hide protected operating system file", klik yes. dan Klik Ok..
  8. Cari file yang iconnya tidak sesuai dengan tipe filenya.. contohnya file dengan format .exe namun iconnya berbentuk folder.. atau file .exe namun bericon microsoft word.
  9. selesai... virusnya ngak bakal nongol  kecuali anda salah klik.... :-D :D..

NB :
  • extension virus biasanya adalah .exe, .com, .pif, .vbs, dll..
  • tips ini tidak 100% melindungi kompi kita dari bahaya virus.. namun setidaknya mengurangi kinerja virus yang memanfaatkan fitur autoplay windows..

selamat membuka isi flash disknya...
More aboutMembersihkan Virus di Flashdisk tanpa Antivirus

The Conficker virus has infected more than 10million PCs worldwide

Diposkan oleh androsimar

A computer virus which has infected millions of PCs could use April Fool's Day to wreak havoc on the internet.

Experts have warned that the worm could be used to steal credit card numbers and passwords, or even bring down websites like Google by using an army of 'robot PCs'.

The virus targets computers running Microsoft's Windows software and has spread to millions over the past several months, infecting machines on Royal Navy warships and inside the House of Commons.

Tomorrow, on April Fool's Day, the virus is programmed to check a randomly generated number of websites for  'instructions' on what the infected computers should do next.

If they were told to simultaneously connect to a single website, the network of infected 'robot computers' known as Botnets could knock it offline by deluging it with hits. Botnets have been used in the past to generate millions of pieces of spam email and to blackmail websites by threatening to temporarily knock them out.

Experts fear that the bug could be programmed to trigger an attack on the internet  -  rendering email, banking and other systems unusable. It would do this by simultaneously sending a massive numbers of search queries or generating millions of pieces of spam email to knock websites offline through the sheer weight of connections.

Experts admitted today they do not know what will happen. Graham Cluley of internet security firm Sophos said: 'The system could turn into a network of 'zombie' PCs used to send email, or attack other websites. It may also be that nothing happens.'

Mikko Hypponen, of antivirus software firm F-Secure, said: 'It is scary thinking about how much control a hacker could have. They would have access to millions of machines.'

Microsoft has offered users free software to remove the worm, and even offered a $250,000 reward for anyone who reveals its writers. But Ed Gibson, Microsoft's chief security adviser for the UK, said: '1 April is a classic date for anything like this to go off. But I would hate to say it is going to be unlike any other day.'

PC users can protect against Conficker by ensuring their computer is up to date with the latest free security software from www.microsoft.com, updating antivirus software, and not opening unfamiliar email attachments. Even so, don't worry,, now local antivirus such PCMAV can clean conflicker virus clearly and fix all registry error which have been modified by conflicker virus..
More aboutThe Conficker virus has infected more than 10million PCs worldwide

Mengalihkan Bandwidth dengan Netcut

Diposkan oleh androsimar

Netcut bukan "Netcat" merupakan singkatan dari Network Cut. Network adalah jaringan, sementara cut adalah menggunting ("huh.. semua dah pada tau tuh " :D ). Jadi kalo kita defenisikan, Netcut berarti menggunting jaringan atau lebih tepatnya lagi memutus hubungan/koneksi. ( " Trus apa hubungannya sama foto Chucky ?? ").. hehehe.. namanya juga kreasi, dia kan lagi megang gunting.. :)
Biar ngak belit langsung aja ya..

Kecepatan shared connection pada dasarnya ditentukan banyaknya user yang terkoneksi, topologi yang digunakan, settingan protokol dan masih banyak lagi.. Jika menggunakan settingan murni, kecepatan akses akan dibagi berdasarkan banyaknya user yang menggunakannya.. contohnya : Bila kecepatan koneksi = 600 Kbps ,  dan ada 6 user yang menggunakannya, maka kecepatan masing-masing menjadi 100 Kbps, kecuali diberi limit connection pada user lain.. Jadi semakin banyak user terkoneksi, semakin kecil pula aksesnya..
hmmm... ( "dari tadi pengantar terus nie" ) :D  Okedeh, pointing   Kalo belum ada softwarenya silahkan download netcut di sini atau cari di Om google.  Jika sudah,  begini cara makenya..

  1. Ekstrak filenya jika formatnya zip atau rar atau file kompres lainnya.
  2. Install programnya, double klik netcut.exe  ( "dah tau cara nginstall kan." )
  3. Setelah programnya terinstal, buka program  netcut tersebut. Akan tampak tabel yang berisi daftar IP yang sedang aktif, Kemudian pilih Ip yang akan dicut, lalu tekan tombol cut off. Maka jatah  bandwidth dari IP tadi akan beralih kepada IP kita.. dan Ip yang dicut tidak akan dapat terkoneksi ke server sebelum anda me-resumenya atau sebelum dia mengganti Ipnya..</p>
Gampang bukan ?? :D  Tapi anggaplah ini sebagai tambahan wawasan, bukan untuk dipraktekkan terus-menerus. Kan kasihan misalnya orang yang sedang download software 100 MB, tiba2 pas udah berhasil 99% malah terputus.. :D
Sedikit tips untuk antisipasi, agar ip kita tidak dpt dicut gunakanlah antinetcut, bisa di download di sini atau cari di Mbah Google. Install softwarenya, dijamin deh kamu ngak bakalan bisa dicut pake netcut..   :D   Semoga bermanfaat.

UPDATE

Bagi pengguna Windows 7, silahkan download netcut for windows 7 di sini
Cara menggunakan :
  • Seperti biasa extract file yang sudah saya kompres di atas, lalu install netcutnya
  • Nanti akan ada pesan error, Ok kan aja
  • Terus buka WinPcap yang saya sertakan di dalam file .rar di atas, Next, next, Selesai
More aboutMengalihkan Bandwidth dengan Netcut